Skip to content

Commit a7dcabe

Browse files
committed
tests: drivers: gpio-async: Add small readme
Add a short readme to explain some of the difficulties with level triggered interrupts (notably, most STM32 devices do not support level triggered interrupts). Signed-off-by: David Brown <[email protected]>
1 parent 8379fec commit a7dcabe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/drivers/gpio-async/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Async gpio
2+
3+
This demo makes use of the GPIO `wait_for_high()` and `wait_for_low()` async operations.
4+
5+
Unfortunately, not all GPIO controllers support level triggered interrupts. Notably, most of the
6+
stm32 line does not support level triggered interrupts.

0 commit comments

Comments
 (0)