summaryrefslogtreecommitdiff
path: root/py/emitnarm.c
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2025-06-29 22:14:52 +1000
committerDamien George <damien@micropython.org>2025-07-08 13:15:47 +1000
commit0975255f863be2e2529d57fb67bc7ba841e81249 (patch)
treecaf6615da9fc24ef97eb5e26c80eec86e37047a5 /py/emitnarm.c
parentd5246cea616c9b783cfd88e5cd854b92953ed9d4 (diff)
stm32/uart: Suppress additional RX idle IRQs on F4/L1.
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>
Diffstat (limited to 'py/emitnarm.c')
0 files changed, 0 insertions, 0 deletions