esp-idf/components/esp32
Omar Chebib da731a7eeb psram: add configuration macros to move workaround libc functions to flash
Workaround libc can be moved to flash thanks to KConfig macros.
However, the following functions: `itoa`, `memcmp`, `memcpy`, `memset`, `strcat`, `strcmp`, and `strlen` are always kept it in IRAM.
2021-06-23 17:40:02 +08:00
..
include
ld
test
CMakeLists.txt
Kconfig
Makefile.projbuild
cache_sram_mmu.c
component.mk
dport_access.c
esp_himem.c
project_include.cmake
sdkconfig.rename
spiram.c
spiram_psram.c
spiram_psram.h