mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-22 19:57:31 +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:
parent
5f3cc767f8
commit
13f4a35a62
@ -51,6 +51,7 @@ gpio_usb()
|
|||||||
# Pull in P_ON v ^ -^-v v
|
# Pull in P_ON v ^ -^-v v
|
||||||
#
|
#
|
||||||
|
|
||||||
|
if false; then
|
||||||
step "GPIO scan (P_ON)"
|
step "GPIO scan (P_ON)"
|
||||||
cmd "$LOCAL_EXEC atrf-gpio -d $LOCAL_DUT -p \
|
cmd "$LOCAL_EXEC atrf-gpio -d $LOCAL_DUT -p \
|
||||||
HHHHoHxH.HxHxHxHh.ohzoHoHH '# reset state (H)' \
|
HHHHoHxH.HxHxHxHh.ohzoHoHH '# reset state (H)' \
|
||||||
@ -67,6 +68,7 @@ gpio_usb()
|
|||||||
0000o0x0.0x0x0x0h.ohz10o00 '# test MOSI (1)' \
|
0000o0x0.0x0x0x0h.ohz10o00 '# test MOSI (1)' \
|
||||||
0000o0x0.0x0x0x0h.ohzo0100 '# test SCLK (1)'"
|
0000o0x0.0x0x0x0h.ohzo0100 '# test SCLK (1)'"
|
||||||
doit
|
doit
|
||||||
|
fi
|
||||||
|
|
||||||
# TRX_OFF state (transceiver pull-up/downs inactive)
|
# TRX_OFF state (transceiver pull-up/downs inactive)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user