circuitpython/ports/esp32/boards
Damien George bbf9dd849a esp32/boards/sdkconfig.base: Disable MEMPROT_FEATURE to alloc from IRAM.
Dynamically generate/loaded native code (eg from @micropython.native or
native .mpy files) needs to be able allocate from IRAM, and the memory
protection feature must be disabled for that to work.  Disabling it is
needed to get native code working on ESP32-S2 and -C3.

Signed-off-by: Damien George <damien@micropython.org>
2021-06-20 22:54:20 +10:00
..
GENERIC esp32: Restore FROZEN_MANIFEST support with new CMake build system. 2021-04-29 12:34:00 +10:00
GENERIC_D2WD esp32: Restore FROZEN_MANIFEST support with new CMake build system. 2021-04-29 12:34:00 +10:00
GENERIC_OTA esp32: Restore FROZEN_MANIFEST support with new CMake build system. 2021-04-29 12:34:00 +10:00
GENERIC_S2 esp32: Restore FROZEN_MANIFEST support with new CMake build system. 2021-04-29 12:34:00 +10:00
GENERIC_SPIRAM esp32: Restore FROZEN_MANIFEST support with new CMake build system. 2021-04-29 12:34:00 +10:00
M5STACK_ATOM esp32/boards: Add M5STACK_ATOM board definition. 2021-05-30 23:15:13 +10:00
UM_FEATHERS2 esp32/boards: Fix spelling mistakes in comments for UM_xxx boards. 2021-05-14 22:26:29 +10:00
UM_TINYPICO esp32/boards: Fix spelling mistakes in comments for UM_xxx boards. 2021-05-14 22:26:29 +10:00
UM_TINYS2 esp32/boards: Fix spelling mistakes in comments for UM_xxx boards. 2021-05-14 22:26:29 +10:00
manifest.py esp32: Enable and freeze uasyncio. 2020-03-26 01:25:46 +11:00
manifest_release.py esp8266,esp32: Update manifest to point to new dirs in micropython-lib. 2021-05-28 18:32:56 +10: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/boards/sdkconfig.base: Disable MEMPROT_FEATURE to alloc from IRAM. 2021-06-20 22:54:20 +10:00
sdkconfig.ble esp32/boards: Remove old IDF v3 sdkconfig values. 2021-02-15 16:40:03 +11:00
sdkconfig.spiram esp32/boards: Remove old IDF v3 sdkconfig values. 2021-02-15 16:40:03 +11:00
sdkconfig.spiram_sx esp32: Extend support for S2 series, and S3 where applicable. 2021-05-10 16:56:53 +10:00
sdkconfig.usb esp32: Add support for USB with CDC ACM. 2021-04-15 10:31:06 +10:00