micropython/ports
robert-hh 324c675347 renesas-ra/machine_uart: Add the UART.IRQ_RX class constant.
The renesas-ra port supports calling a handler to be called on every byte
received by UART.  For consistency with other ports, the symbol IRQ_RX
is added as the trigger name.

Side change: Add the received UART data to the REPL input buffer only if it
is the REPL UART.  Otherwise, every UART would act as REPL input.

Signed-off-by: robert-hh <robert@hammelrath.com>
2024-08-29 16:27:43 +10:00
..
bare-arm shared/libc/string0: Don't deref args for n==0 case. 2023-11-07 16:01:50 +11:00
cc3200 all: Use new mp_obj_new_str_from_cstr() function. 2024-07-04 15:55:03 +10:00
embed all: Prune trailing whitespace. 2024-03-07 16:25:17 +11:00
esp32 esp32/boards: Remove all IDF3 variants. 2024-08-20 12:49:12 +10:00
esp8266 esp32,esp8266: Use new mp_obj_new_str_from_cstr() function. 2024-07-05 11:27:25 +10:00
mimxrt mimxrt/machine_uart: Implement a Python UART IRQ handler. 2024-08-29 16:27:43 +10:00
minimal minimal: Use printf instead of echo -e. 2024-02-15 16:36:22 +11:00
nrf nrf/Makefile: Fix GCC_VERSION check. 2024-07-31 12:44:16 +10: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 qemu-arm: Rework to provide a REPL and run tests via a pty serial port. 2024-08-28 11:52:08 +10:00
qemu-riscv qemu-arm: Rework to provide a REPL and run tests via a pty serial port. 2024-08-28 11:52:08 +10:00
renesas-ra renesas-ra/machine_uart: Add the UART.IRQ_RX class constant. 2024-08-29 16:27:43 +10:00
rp2 rp2/machine_uart: Implement a Python UART IRQ handler. 2024-08-29 16:27:43 +10:00
samd samd/machine_uart: Implement a Python UART IRQ handler. 2024-08-29 16:27:43 +10:00
stm32 stm32/boards/STM32H7B3I_DK: Fix octo-spi pin configuration. 2024-08-22 12:35:12 +10:00
unix unix/coveragecpp: Include all API headers in the C++ code. 2024-08-26 14:11:40 +10:00
webassembly webassembly: Reuse PyProxy objects when they are the same Python object. 2024-07-19 11:55:24 +10:00
windows github/workflows: Improve MSYS2-based CI builds. 2024-07-25 16:22:21 +10:00
zephyr zephyr: Increase CONFIG_CONSOLE_GETCHAR_BUFSIZE to 258. 2024-08-28 11:23:11 +10:00