micropython/ports
Jim Mussared 4b2b05718a esp32: Run NimBLE on the app core.
This prevents issues with concurrent access to the ringbuf.
MICROPY_BEGIN_ATOMIC_SECTION is only atomic to the same core.  We could
address this with a mutex, but it's also not safe to call mp_sched_schedule
across cores.
2019-10-15 17:22:15 +11:00
..
bare-arm
cc3200
esp32 esp32: Run NimBLE on the app core. 2019-10-15 17:22:15 +11:00
esp8266 ports: Add new make target "submodules" which inits required modules. 2019-10-15 17:14:41 +11:00
javascript
minimal minimal/frozentest.mpy: Recompile now that mpy format changed. 2019-10-15 16:58:58 +11:00
nrf ports: Add new make target "submodules" which inits required modules. 2019-10-15 17:14:41 +11:00
pic16bit
qemu-arm
samd ports: Add new make target "submodules" which inits required modules. 2019-10-15 17:14:41 +11:00
stm32 ports: Add new make target "submodules" which inits required modules. 2019-10-15 17:14:41 +11:00
teensy
unix ports: Add new make target "submodules" which inits required modules. 2019-10-15 17:14:41 +11:00
windows
zephyr