mirror of
https://github.com/micropython/micropython.git
synced 2025-07-21 21:11:12 +02:00
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>
13 lines
119 B
Plaintext
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
|