-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'refactor/move_freertos_related_kconfig_and_test_to_free…
…rtos' into 'master' refactor(freertos): rename SPIRAM_ALLOW_STACK_EXTERNAL_MEMORY See merge request espressif/esp-idf!32884
- Loading branch information
Showing
52 changed files
with
158 additions
and
311 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
components/esp_pm/test_apps/esp_pm/sdkconfig.ci.pm_xip_psram_esp32s2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
CONFIG_IDF_TARGET="esp32s2" | ||
CONFIG_SPIRAM=y | ||
CONFIG_SPIRAM_ALLOW_STACK_EXTERNAL_MEMORY=y | ||
CONFIG_FREERTOS_TASK_CREATE_ALLOW_EXT_MEM=y | ||
CONFIG_SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY=y | ||
CONFIG_SPIRAM_FETCH_INSTRUCTIONS=y | ||
CONFIG_SPIRAM_RODATA=y |
2 changes: 1 addition & 1 deletion
2
components/esp_pm/test_apps/esp_pm/sdkconfig.ci.pm_xip_psram_esp32s3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
CONFIG_IDF_TARGET="esp32s3" | ||
CONFIG_SPIRAM=y | ||
CONFIG_SPIRAM_ALLOW_STACK_EXTERNAL_MEMORY=y | ||
CONFIG_FREERTOS_TASK_CREATE_ALLOW_EXT_MEM=y | ||
CONFIG_SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY=y | ||
CONFIG_SPIRAM_FETCH_INSTRUCTIONS=y | ||
CONFIG_SPIRAM_RODATA=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 0 additions & 7 deletions
7
components/esp_psram/test_apps/psram_no_malloc_task_stack/CMakeLists.txt
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
components/esp_psram/test_apps/psram_no_malloc_task_stack/README.md
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
components/esp_psram/test_apps/psram_no_malloc_task_stack/main/CMakeLists.txt
This file was deleted.
Oops, something went wrong.
82 changes: 0 additions & 82 deletions
82
...nts/esp_psram/test_apps/psram_no_malloc_task_stack/main/test_psram_no_malloc_task_stack.c
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
...nents/esp_psram/test_apps/psram_no_malloc_task_stack/pytest_psram_no_malloc_task_stack.py
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
components/esp_psram/test_apps/psram_no_malloc_task_stack/sdkconfig.defaults
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
components/esp_system/test_apps/esp_system_unity_tests/sdkconfig.ci.psram
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
CONFIG_SPIRAM=y | ||
CONFIG_SPIRAM_ALLOW_STACK_EXTERNAL_MEMORY=y | ||
CONFIG_FREERTOS_TASK_CREATE_ALLOW_EXT_MEM=y |
2 changes: 1 addition & 1 deletion
2
components/esp_system/test_apps/esp_system_unity_tests/sdkconfig.ci.psram_with_pd_top
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
CONFIG_SPIRAM=y | ||
CONFIG_SPIRAM_ALLOW_STACK_EXTERNAL_MEMORY=y | ||
CONFIG_FREERTOS_TASK_CREATE_ALLOW_EXT_MEM=y | ||
CONFIG_PM_POWER_DOWN_CPU_IN_LIGHT_SLEEP=y | ||
CONFIG_PM_POWER_DOWN_PERIPHERAL_IN_LIGHT_SLEEP=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.