1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-11-22 14:10:37 +02:00

prod/atusb: P_ON test turned out to be unreliable - skip it for now

Some of the transceiver pull-up/downs don't seem to work as
expected. Until further analysis, we perform equivalent testing
in TRX_OFF, which only uses the MCU's pull-ups.
This commit is contained in:
Werner Almesberger 2011-06-11 21:05:46 -03:00
parent 5f3cc767f8
commit 13f4a35a62

View File

@ -51,6 +51,7 @@ gpio_usb()
# Pull in P_ON v ^ -^-v v
#
if false; then
step "GPIO scan (P_ON)"
cmd "$LOCAL_EXEC atrf-gpio -d $LOCAL_DUT -p \
HHHHoHxH.HxHxHxHh.ohzoHoHH '# reset state (H)' \
@ -67,6 +68,7 @@ gpio_usb()
0000o0x0.0x0x0x0h.ohz10o00 '# test MOSI (1)' \
0000o0x0.0x0x0x0h.ohzo0100 '# test SCLK (1)'"
doit
fi
# TRX_OFF state (transceiver pull-up/downs inactive)