summaryrefslogtreecommitdiff
path: root/tests/extmod/machine_uart_irq_txidle.py
AgeCommit message (Collapse)Author
2025-04-09tests: Update UART and SPI tests to work on Alif boards.Damien George
Signed-off-by: Damien George <damien@micropython.org>
2024-09-06tests/extmod/machine_uart_irq_txidle.py: Simplify the test script.robert-hh
Now that no minimal delay time is required for SAMD devices. Signed-off-by: robert-hh <robert@hammelrath.com>
2024-08-29tests/extmod: Add test for machine.UART.IRQ_TXIDLE.Damien George
The test checks whether the message created by the IRQ handler appears about at the end of the data sent by UART. Supported MCUs resp. boards: - RP2040 - Teensy 4.x - Adafruit ItsyBitsy M0 - Adafruit ItsyBitsy M4 - NRF52 (Arduino Nano Connect 33 BLE) Signed-off-by: Damien George <damien@micropython.org>