micropython/ports/esp32/boards
Jim Mussared 311b8519af esp32: Pin MicroPython and NimBLE tasks to core 0.
MicroPython and NimBLE must be on the same core, for synchronisation of the
BLE ringbuf and the MicroPython scheduler.  However, in the current IDF
versions (3.3 and 4.0) there are issues (see e.g. #5489) with running
NimBLE on core 1.

This change - pinning both tasks to core 0 - makes it possible to reliably
run the BLE multitests on esp32 boards.
2020-09-08 12:53:24 +10:00
..
GENERIC esp32: Add per-board configs, following other ports. 2019-08-16 00:22:29 +10:00
GENERIC_D2WD esp32: Add support for ESP32-D2WD with 2MiB internal flash. 2019-09-10 15:22:16 +10:00
GENERIC_OTA esp32: Improve support for OTA updates. 2020-05-03 15:00:45 +10:00
GENERIC_SPIRAM esp32: Add per-board configs, following other ports. 2019-08-16 00:22:29 +10:00
TINYPICO all: Reformat C and Python source code with tools/codeformat.py. 2020-02-28 10:33:03 +11:00
manifest_release.py all: Reformat C and Python source code with tools/codeformat.py. 2020-02-28 10:33:03 +11:00
manifest.py esp32: Enable and freeze uasyncio. 2020-03-26 01:25:46 +11:00
sdkconfig.240mhz esp32: Add missing and necessary newline at EOF for sdkconfig.240mhz. 2019-10-21 23:54:59 +11:00
sdkconfig.base esp32: Enable NimBLE support on all builds (IDF 3.3 and 4.0). 2020-01-15 00:24:43 +11:00
sdkconfig.ble esp32: Pin MicroPython and NimBLE tasks to core 0. 2020-09-08 12:53:24 +10:00
sdkconfig.spiram esp32: Support building with ESP IDF 4.0-beta1. 2019-09-17 12:25:36 +10:00