mirror of
https://github.com/espressif/esp-idf
synced 2025-03-19 14:09:14 -04:00
5 lines
197 B
Plaintext
5 lines
197 B
Plaintext
CONFIG_FREERTOS_HZ=1000
|
|
CONFIG_ESP_TASK_WDT_INIT=n
|
|
# Disable memory protection, because "LEDC continue work after software reset" test case requires a cpu reset
|
|
CONFIG_ESP_SYSTEM_MEMPROT_FEATURE=n
|