mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-14 16:23:57 +00:00
7 lines
255 B
Plaintext
7 lines
255 B
Plaintext
# certain 64-bit related asserts need this option to be enabled in unity in order to work correctly
|
|
CONFIG_UNITY_ENABLE_64BIT=y
|
|
CONFIG_FREERTOS_HZ=1000
|
|
CONFIG_ESP_TASK_WDT_INIT=n
|
|
CONFIG_ESP_TIME_FUNCS_USE_ESP_TIMER=y
|
|
CONFIG_ESP_TIME_FUNCS_USE_RTC_TIMER=y
|