Kconfig.ledc 429 B

1234567891011
  1. menu "LEDC Configuration"
  2. config LEDC_CTRL_FUNC_IN_IRAM
  3. bool "Place LEDC control functions into IRAM"
  4. default n
  5. help
  6. Place LEDC control functions (ledc_update_duty and ledc_stop) into IRAM,
  7. so that these functions can be IRAM-safe and able to be called in an IRAM context.
  8. Enabling this option can improve driver performance as well.
  9. endmenu # LEDC Configuration