mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 21:20:13 +01:00
The default protection for the BLE ringbuf is to use MICROPY_BEGIN_ATOMIC_SECTION, which disables all interrupts. On stm32 it only needs to disable the lowest priority IRQ, pendsv, because that's the IRQ level at which the BLE stack is driven.
43 KiB
43 KiB