esp-idf/components/driver/ledc
Chen Jichang 5150c578fd ledc:add option to put LEDC function into IRAM
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
2023-06-14 18:12:01 +08:00
..
include/driver ledc:add option to put LEDC function into IRAM 2023-06-14 18:12:01 +08:00
ledc.c ledc:add option to put LEDC function into IRAM 2023-06-14 18:12:01 +08:00