mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-06 23:30:30 +03:00
The caches are disabled when reading/writing/erasing flash. All CPUs should always execute code and access data from internal RAM. Add an IRAM option to enhance the performance of LEDC. Closes https://github.com/espressif/esp-idf/issues/11554