mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-14 06:04:19 +00:00
9 lines
300 B
Plaintext
9 lines
300 B
Plaintext
# silent the error check, as the error string are stored in rodata, causing RTL check failure
|
|
CONFIG_COMPILER_OPTIMIZATION_CHECKS_SILENT=y
|
|
CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_SILENT=y
|
|
CONFIG_HAL_ASSERTION_SILENT=y
|
|
|
|
CONFIG_PM_ENABLE=y
|
|
CONFIG_FREERTOS_USE_TICKLESS_IDLE=y
|
|
CONFIG_PM_DFS_INIT_AUTO=y
|