mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 12:35:28 +00:00
7 lines
269 B
Plaintext
7 lines
269 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
|
|
# primitives for checking sleep internal state
|
|
CONFIG_ESP_SLEEP_DEBUG=y
|