Logo
Explore Help
Sign In
espressif/esp-idf
1
0
Fork 1
You've already forked esp-idf
mirror of https://github.com/espressif/esp-idf.git synced 2025-11-05 17:41:44 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
5863a27bd25cd012eef1fb65c46394c5ab901b42
esp-idf/examples/provisioning/wifi_prov_mgr/sdkconfig.defaults.esp32

3 lines
114 B
Plaintext
Raw Normal View History

change(examples): Update example configurations for FreeRTOS v10.5.1 This commit updates the sdkconfig for some examples when building with the v10.5.1 kernel. The updates fixes the following: Place FreeRTOS functions into flash - Some examples use nearly 100% of available IRAM, thus any small increase in IRAM in other components (e.g., FreeRTOS) will lead to a build error. As a result, 'CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH' has been enabled in those examples to save some IRAM. - Some examples consume too much flash memory, leading to the 'factory' parition overflowing. IN those examples, 'CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE' has been enabled to use a larger 'factory' partition.
2023-10-09 22:17:09 +08:00
# Place FreeRTOS functions into flash to save some IRAM on the ESP32
CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH=y
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 56ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API