nuttx/Documentation/platforms/arm
Michał Łyszczek 288b57d5ca stm32wl5: add EXTI support for GPIO
This patch implements working support for EXTI GPIO.

Signed-off-by: Michał Łyszczek <michal.lyszczek@bofc.pl>

--
v1 -> v2:
Suggested by: Petro Karashchenko
- change (1 << n) to (1 << (n)) in macro definition
- change 1 << X to (1 << X) in code
- fix alignment

v2 -> v3:
Suggested by: Petro Karashchenko
- I was supposed to change (1 << pin) to 1 << pin, not the other way around:)
2022-06-13 20:21:20 +08:00
..
imxrt Documentation: fix multiple errors and warnings 2022-06-08 03:02:32 +08:00
nrf52 Documentation: Fix a few typos. 2021-04-28 17:00:23 -03:00
stm32wl5 stm32wl5: add EXTI support for GPIO 2022-06-13 20:21:20 +08:00
index.rst