micropython/ports/nrf/modules
robert-hh bae809070e nrf/modules/machine/uart: Implement Python UART IRQ for nrf52840 boards.
Supported triggers: UART.IRQ_RX and UART.IRQ_TXIDLE.  It will probably work
on other boards as well, but so far untested.

The irq.flags() value is changed only when requested by a triggered event.
Do not change it otherwise.

Signed-off-by: robert-hh <robert@hammelrath.com>
2024-08-29 16:27:43 +10:00
..
ble all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
board all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
machine nrf/modules/machine/uart: Implement Python UART IRQ for nrf52840 boards. 2024-08-29 16:27:43 +10:00
music all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
nrf all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
os all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
scripts ports: Use vfs module instead of os. 2024-02-07 13:25:09 +11:00
ubluepy all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
manifest.py extmod/asyncio: Rename uasyncio to asyncio. 2023-06-19 17:33:03 +10:00