From c11e54830d222faea390b431c8cbd62d57e11a94 Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Fri, 23 Oct 2020 14:17:24 +0200 Subject: [PATCH] boards/native: document native GPIO --- boards/native/doc.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/native/doc.txt b/boards/native/doc.txt index c6ee486565..902f0d6dab 100644 --- a/boards/native/doc.txt +++ b/boards/native/doc.txt @@ -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