certain values in sdkconfig.defaults do not make it to sdkconfig
Posted: Wed Sep 17, 2025 4:10 pm
for example:
but this variable does not make it to my sdkconfig if I removed it and recreate with
However, other variables seem to be blessed and get through, like these FREERTOS configs
I am trying to incorporate some of the provisioning example into my own. https://github.com/espressif/esp-idf/tr ... v_mgr/main
Code: Select all
grep PROV_SECURITY sdkconfig.defaults
CONFIG_EXAMPLE_PROV_SECURITY_VERSION_2=y
Code: Select all
idf.py menuconfigCode: Select all
grep FREERTOS_PLACE sdkconfig
CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH=y
CONFIG_FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH=y