esp-idf/docs/en/api-guides/performance
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
..
index.rst
ram-usage.rst psram: add configuration macros to move workaround libc functions to flash 2021-06-23 17:40:02 +08:00
size.rst
speed.rst