Files
micropython/tests/extmod/machine_uart_irq_txidle.py.exp
Damien George b8513e6137 tests/extmod: Add test for machine.UART.IRQ_TXIDLE.
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>
2024-08-29 16:48:09 +10:00

13 lines
119 B
Plaintext

write 2400
ready
IRQ_TXIDLE: True
done
write 9600
ready
IRQ_TXIDLE: True
done
write 115200
ready
IRQ_TXIDLE: True
done