mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
These MCUs only clear the RX idle IRQ if the data register is read, which won't occur if the only IRQ is the RX idle IRQ (because then reading and discarding the DR may lead to lost data). To work around this, explicitly suppress the RX idle IRQ so that it's only passed through to the Python callback once. Signed-off-by: Damien George <damien@micropython.org>
4.7 KiB
4.7 KiB