Files
esp-idf/tools/test_apps/configs
Sudeep Mohanty 11b80a7f11 Merge branch 'feat/freertos_in_flash_by_default' into 'master'
feat(freertos): Place FreeRTOS in flash by default

Closes IDF-12695

See merge request espressif/esp-idf!40579
2025-08-15 02:18:57 +02:00
..

Configs

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

To facilitate reuse, 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 CMakelists.txt.

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