mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-29 22:21:42 +01:00
11 lines
329 B
Plaintext
11 lines
329 B
Plaintext
|
|
# General options for additional checks
|
||
|
|
CONFIG_HEAP_POISONING_COMPREHENSIVE=y
|
||
|
|
CONFIG_COMPILER_WARN_WRITE_STRINGS=y
|
||
|
|
CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=y
|
||
|
|
CONFIG_COMPILER_STACK_CHECK_MODE_STRONG=y
|
||
|
|
CONFIG_COMPILER_STACK_CHECK=y
|
||
|
|
|
||
|
|
# Enable Unity fixture support
|
||
|
|
CONFIG_UNITY_ENABLE_FIXTURE=y
|
||
|
|
CONFIG_UNITY_ENABLE_IDF_TEST_RUNNER=n
|