mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
ede5f9ebab
Not all boards that provide a Arduino pin layout break out all GPIOs. A good example are Adafruit `feather-m0` boards. GPIOs that are not broken out have to be defined as `GPIO_UNDEF` to preserve the Arduino pin layout. However, GPIO functions lead to a complete system lock on `feather-m0` boards if a pin is used that is defined as `GPIO_UNDEF`. Therefore, at least an assert should blow up in this case. |
||
---|---|---|
.. | ||
include | ||
base.cpp | ||
doc.txt | ||
Kconfig | ||
Makefile | ||
Makefile.include | ||
post.snip | ||
pre.snip | ||
serialport.cpp | ||
sketches.inc.mk | ||
SPI.cpp | ||
wireport.cpp |