mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
12 lines
429 B
Plaintext
12 lines
429 B
Plaintext
menu "LEDC Configuration"
|
|
|
|
config LEDC_CTRL_FUNC_IN_IRAM
|
|
bool "Place LEDC control functions into IRAM"
|
|
default n
|
|
help
|
|
Place LEDC control functions (ledc_update_duty and ledc_stop) into IRAM,
|
|
so that these functions can be IRAM-safe and able to be called in an IRAM context.
|
|
Enabling this option can improve driver performance as well.
|
|
|
|
endmenu # LEDC Configuration
|