1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 14:03:55 +01:00

boards/native: document native GPIO

This commit is contained in:
Benjamin Valentin 2020-10-23 14:17:24 +02:00
parent 25b626ec6b
commit c11e54830d

View File

@ -20,6 +20,7 @@
- PWM: Dummy PWM
- QDEC: Emulated according to PWM
- SPI: Runtime configurable - `/dev/spidev*` are supported (Linux host only)
- GPIO: Runtime configurable - `/dev/gpiochip*` are supported (Linux host only)
# Required packages