mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 14:03:55 +01:00
tests/periph_gpio: bench port 1 on z1
/* Port 1:
* P1.0 is not assigned by default
* P1.1 is the bootstrap-loader (BSL) TX pin -> input, special function, default to GND
* THIS PIN MUST *NEVER* BE USED IN NORMAL EXECUTION, SINCE IT INTERFERES WITH UART0 !!!
* P1.2 receives the FIFOP interrupt from CC2420 -> input, GPIO, default to GND
* P1.3 receives the FIFO/GIO0 interrupt from CC2420 -> input, GPIO, default to GND
* P1.4 receives the CCA/GIO1 signal from CC2420 -> input, GPIO, default to GND
* P1.5 is wired to Vcc -> input, GPIO, default to Vcc
* P1.6 receives interrupt INT1 from accelerometer -> input, GPIO, default to GND
* P1.7 receives interrupt INT2 from accelerometer -> input, GPIO, default to GND
*/
(test starts indexing at 0)
This commit is contained in:
parent
789f10e816
commit
8afaf11bb5
@ -9,6 +9,7 @@ USEMODULE += benchmark
|
||||
|
||||
BOARDS_BENCH_PORT_1 = \
|
||||
slstk3402a \
|
||||
z1 \
|
||||
#
|
||||
|
||||
# port 0 pins are used for serial output on these boards, e.g.: on slstk3402a
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user