summaryrefslogtreecommitdiffstatshomepage
path: root/py/objobject.c
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2021-06-19 09:08:15 +1000
committerDamien George <damien@micropython.org>2021-06-20 22:54:20 +1000
commitbbf9dd849a61c1f3e2d53d0a54fc61012f0dae1e (patch)
tree1b75925acb1a37275612352c1401c32492c73c61 /py/objobject.c
parent259d9b69fe1f0e5c473bad85755d59233e0d182e (diff)
downloadmicropython-bbf9dd849a61c1f3e2d53d0a54fc61012f0dae1e.tar.gz
micropython-bbf9dd849a61c1f3e2d53d0a54fc61012f0dae1e.zip
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>
Diffstat (limited to 'py/objobject.c')
0 files changed, 0 insertions, 0 deletions