esp-idf/tools/test_apps/configs
Sudeep Mohanty d507a86285 feat(freertos): Exposed Kconfig option for configUSE_LIST_DATA_INTEGRITY_CHECK_BYTES
This commit exposes the FreeRTOS List integrity check option
configUSE_LIST_DATA_INTEGRITY_CHECK_BYTES via menuconfig.
2023-11-09 14:54:13 +01:00
..
README.md ci: fixed test apps overriding pytest configs 2023-04-26 11:07:35 +08:00
sdkconfig.debug_helpers feat(freertos): Exposed Kconfig option for configUSE_LIST_DATA_INTEGRITY_CHECK_BYTES 2023-11-09 14:54:13 +01:00

Configs

Certain combinations of configs, e.g. stack and heap debug configs, are useful to set in most test apps.

To facilitiate re-use, this folder contains some of the most common ones.

These can then be added to the list of default configs in test apps:

list(PREPEND SDKCONFIG_DEFAULTS "$ENV{IDF_PATH}/tools/test_apps/configs/sdkconfig.debug_helpers" "sdkconfig.defaults")

Note that this must be set in the top-level project CMakelist.txt.

These files should not be considered stable, and are thus not recommended for use outside of IDF.