micropython/ports
Damien George 40cc7ec677 stm32/mpconfigport.h: Use IRQ_PRI_PENDSV to protect bluetooth ringbuf.
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.
2019-12-04 13:39:22 +11:00
..
bare-arm
cc3200
esp32
esp8266
javascript
minimal
nrf
pic16bit
powerpc
qemu-arm
samd
stm32 stm32/mpconfigport.h: Use IRQ_PRI_PENDSV to protect bluetooth ringbuf. 2019-12-04 13:39:22 +11:00
teensy
unix
windows
zephyr