circuitpython/tests/extmod_hardware
Damien George 29b5c2207c tests/extmod_hardware/machine_uart_irq_rxidle.py: Test multiple writes.
This tests that the RXIDLE callback is called correctly after a second lot
of bytes are received.

Signed-off-by: Damien George <damien@micropython.org>
2025-07-08 13:18:13 +10:00
..
machine_pwm.py tests: Four typos in tests directory. 2025-02-25 23:34:53 +11:00
machine_uart_irq_break.py tests: Tweak machine SPI and UART tests to work with esp32c6. 2024-10-09 23:34:27 +11:00
machine_uart_irq_break.py.exp tests/extmod_hardware: Add tests for machine.UART.IRQ_RX/RXIDLE/BREAK. 2024-08-29 16:48:09 +10:00
machine_uart_irq_rx.py tests/extmod_hardware: Add UART config for STM32WB boards. 2025-07-08 13:18:05 +10:00
machine_uart_irq_rx.py.exp tests/extmod_hardware: Add tests for machine.UART.IRQ_RX/RXIDLE/BREAK. 2024-08-29 16:48:09 +10:00
machine_uart_irq_rxidle.py tests/extmod_hardware/machine_uart_irq_rxidle.py: Test multiple writes. 2025-07-08 13:18:13 +10:00
machine_uart_irq_rxidle.py.exp tests/extmod_hardware/machine_uart_irq_rxidle.py: Test multiple writes. 2025-07-08 13:18:13 +10:00