esp-idf/components/driver/test_apps/ledc/sdkconfig.defaults
Song Ruo Jing 774197b7d3 ledc: Move ledc unit test to test_apps pytest framework
Add ledc_hal_set_duty_start and ledc_hal_set_duty_int_part to IRAM
Fix test_ledc.c minor issues
2022-12-21 12:04:42 +08:00

5 lines
192 B
Plaintext

CONFIG_FREERTOS_HZ=1000
CONFIG_ESP_TASK_WDT=n
# Disable memory protection, because "LEDC continue work after software reset" test case requires a cpu reset
CONFIG_ESP_SYSTEM_MEMPROT_FEATURE=n