mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-17 13:48:32 +03:00
We don't want to call into the bulk of card_emu.c from interrupt context, so let's introduce a ring buffer as a softwre-FIFO between the USART receiving a byte and the processing of that byte in card_emu.c, which is then performed from the main loop outside interrupt context.
5.4 KiB
5.4 KiB