micropython/ports
robert-hh 3696536d20
esp32/machine_uart.c: Support UART irq with IRQ_RX and IRQ_BREAK.
Trigger events: IRQ_RX and IRQ_BREAK.
Hard IRQ is not supported.

Signed-off-by: robert-hh <robert@hammelrath.com>
2024-03-12 11:35:49 +01:00
..
bare-arm shared/libc/string0: Don't deref args for n==0 case. 2023-11-07 16:01:50 +11:00
cc3200 cc3200/mods/pybuart.c: Add the class constant IRQ_RX. 2024-03-12 11:35:49 +01:00
embed all: Prune trailing whitespace. 2024-03-07 16:25:17 +11:00
esp32 esp32/machine_uart.c: Support UART irq with IRQ_RX and IRQ_BREAK. 2024-03-12 11:35:49 +01:00
esp8266 all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
mimxrt mimxrt/machine_uart.c: Support UART irq with IRQ_RXIDLE and IRQ:TXIDLE. 2024-03-12 11:35:48 +01:00
minimal minimal: Use printf instead of echo -e. 2024-02-15 16:36:22 +11:00
nrf nrf/boards: Add named pins for Arduino Nano 33 BLE. 2024-03-08 13:10:43 +11:00
pic16bit all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
powerpc py/mpconfig: Disable qstr hashing at minimum feature level. 2024-01-25 16:38:17 +11:00
qemu-arm all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
renesas-ra renesas-ra/machine_uart.c: Add the class constant IRQ_RX. 2024-03-12 11:35:49 +01:00
rp2 rp2/machine_uart.c: Support a UART IRQ handler. 2024-03-12 11:34:29 +01:00
samd samd/machine_uart.c: Support UART interrupt handlers using uart.irq(). 2024-03-12 11:35:48 +01:00
stm32 stm32/sdram: Fix MPU config to use MPU_CONFIG_NOACCESS. 2024-03-09 10:50:43 +11:00
unix all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
webassembly all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
windows all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
zephyr all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00