micropython/ports
Damien George c70f96f1c5 esp32: Track allocated iRAM and free it on soft reset.
This makes sure all iRAM allocated for native code is freed on soft reset.

Signed-off-by: Damien George <damien@micropython.org>
2022-05-19 17:31:56 +10:00
..
bare-arm bare-arm/mpconfigport.h: Disable remaining optional features. 2021-11-01 14:23:06 +11:00
cc3200 cc3200: Make port-specific modules use MP_REGISTER_MODULE. 2022-05-18 20:57:09 +10:00
esp32 esp32: Track allocated iRAM and free it on soft reset. 2022-05-19 17:31:56 +10:00
esp8266 esp8266/etshal.h: Remove unneeded function declaration. 2022-05-19 16:40:39 +10:00
javascript javascript: Make port-specific modules use MP_REGISTER_MODULE. 2022-05-18 20:57:09 +10:00
mimxrt mimxrt: Make port-specific modules use MP_REGISTER_MODULE. 2022-05-18 20:56:30 +10:00
minimal ports: Recompile bytecode tests now that .mpy format changed. 2022-04-14 23:52:14 +10:00
nrf nrf: Make port-specific modules use MP_REGISTER_MODULE. 2022-05-18 20:57:09 +10:00
pic16bit pic16bit: Make port-specific modules use MP_REGISTER_MODULE. 2022-05-18 20:57:09 +10:00
powerpc ports: Recompile bytecode tests now that .mpy format changed. 2022-04-14 23:52:14 +10:00
qemu-arm extmod: Make extmod modules use MP_REGISTER_MODULE. 2022-05-18 20:49:12 +10:00
renesas-ra renesas-ra: Make port-specific modules use MP_REGISTER_MODULE. 2022-05-18 20:57:09 +10:00
rp2 rp2: Make port-specific modules use MP_REGISTER_MODULE. 2022-05-18 20:57:09 +10:00
samd samd: Make port-specific modules use MP_REGISTER_MODULE. 2022-05-18 20:57:09 +10:00
stm32 stm32: Make port-specific modules use MP_REGISTER_MODULE. 2022-05-18 20:56:30 +10:00
teensy teensy: Make port-specific modules use MP_REGISTER_MODULE. 2022-05-18 20:57:09 +10:00
unix unix: Make port-specific modules use MP_REGISTER_MODULE. 2022-05-18 20:57:09 +10:00
windows unix: Make port-specific modules use MP_REGISTER_MODULE. 2022-05-18 20:57:09 +10:00
zephyr zephyr: Make port-specific modules use MP_REGISTER_MODULE. 2022-05-18 20:57:09 +10:00