kopia lustrzana https://github.com/espressif/esp-idf
16 wiersze
496 B
Plaintext
16 wiersze
496 B
Plaintext
# General options for additional checks
|
|
CONFIG_HEAP_POISONING_COMPREHENSIVE=y
|
|
CONFIG_COMPILER_WARN_WRITE_STRINGS=y
|
|
CONFIG_BOOTLOADER_LOG_LEVEL_WARN=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
|
|
|
|
# Custom partition table for this test app
|
|
CONFIG_PARTITION_TABLE_CUSTOM=y
|
|
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
|