forked from espressif/esp-idf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(panic): extend extram_stack tests
- Loading branch information
Showing
13 changed files
with
117 additions
and
21 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
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
13 changes: 13 additions & 0 deletions
13
tools/test_apps/system/panic/sdkconfig.ci.coredump_flash_extram_stack_bss_esp32
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
CONFIG_IDF_TARGET="esp32" | ||
CONFIG_ESP_COREDUMP_ENABLE_TO_FLASH=y | ||
CONFIG_ESP_COREDUMP_DATA_FORMAT_ELF=y | ||
CONFIG_ESP_COREDUMP_CHECKSUM_SHA256=y | ||
# We need to have the coredump info log | ||
CONFIG_LOG_DEFAULT_LEVEL_INFO=y | ||
CONFIG_SPIRAM=y | ||
CONFIG_SPIRAM_ALLOW_STACK_EXTERNAL_MEMORY=y | ||
CONFIG_SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY=y | ||
CONFIG_ESP_COREDUMP_USE_STACK_SIZE=y | ||
CONFIG_ESP_COREDUMP_CAPTURE_DRAM=y | ||
CONFIG_PARTITION_TABLE_CUSTOM=y | ||
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_capture_dram.csv" |
13 changes: 13 additions & 0 deletions
13
tools/test_apps/system/panic/sdkconfig.ci.coredump_flash_extram_stack_bss_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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
CONFIG_IDF_TARGET="esp32s2" | ||
CONFIG_ESP_COREDUMP_ENABLE_TO_FLASH=y | ||
CONFIG_ESP_COREDUMP_DATA_FORMAT_ELF=y | ||
CONFIG_ESP_COREDUMP_CHECKSUM_SHA256=y | ||
# We need to have the coredump info log | ||
CONFIG_LOG_DEFAULT_LEVEL_INFO=y | ||
CONFIG_SPIRAM=y | ||
CONFIG_SPIRAM_ALLOW_STACK_EXTERNAL_MEMORY=y | ||
CONFIG_SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY=y | ||
CONFIG_ESP_COREDUMP_USE_STACK_SIZE=y | ||
CONFIG_ESP_COREDUMP_CAPTURE_DRAM=y | ||
CONFIG_PARTITION_TABLE_CUSTOM=y | ||
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_capture_dram.csv" |
13 changes: 13 additions & 0 deletions
13
tools/test_apps/system/panic/sdkconfig.ci.coredump_flash_extram_stack_bss_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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
CONFIG_IDF_TARGET="esp32s3" | ||
CONFIG_ESP_COREDUMP_ENABLE_TO_FLASH=y | ||
CONFIG_ESP_COREDUMP_DATA_FORMAT_ELF=y | ||
CONFIG_ESP_COREDUMP_CHECKSUM_SHA256=y | ||
# We need to have the coredump info log | ||
CONFIG_LOG_DEFAULT_LEVEL_INFO=y | ||
CONFIG_SPIRAM=y | ||
CONFIG_SPIRAM_ALLOW_STACK_EXTERNAL_MEMORY=y | ||
CONFIG_SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY=y | ||
CONFIG_ESP_COREDUMP_USE_STACK_SIZE=y | ||
CONFIG_ESP_COREDUMP_CAPTURE_DRAM=y | ||
CONFIG_PARTITION_TABLE_CUSTOM=y | ||
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_capture_dram.csv" |
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
9 changes: 9 additions & 0 deletions
9
tools/test_apps/system/panic/sdkconfig.ci.coredump_flash_extram_stack_heap_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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
CONFIG_IDF_TARGET="esp32s2" | ||
CONFIG_ESP_COREDUMP_ENABLE_TO_FLASH=y | ||
CONFIG_ESP_COREDUMP_DATA_FORMAT_ELF=y | ||
CONFIG_ESP_COREDUMP_CHECKSUM_SHA256=y | ||
# We need to have the coredump info log | ||
CONFIG_LOG_DEFAULT_LEVEL_INFO=y | ||
CONFIG_SPIRAM=y | ||
CONFIG_SPIRAM_ALLOW_STACK_EXTERNAL_MEMORY=y | ||
CONFIG_ESP_COREDUMP_USE_STACK_SIZE=y |
9 changes: 9 additions & 0 deletions
9
tools/test_apps/system/panic/sdkconfig.ci.coredump_flash_extram_stack_heap_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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
CONFIG_IDF_TARGET="esp32s3" | ||
CONFIG_ESP_COREDUMP_ENABLE_TO_FLASH=y | ||
CONFIG_ESP_COREDUMP_DATA_FORMAT_ELF=y | ||
CONFIG_ESP_COREDUMP_CHECKSUM_SHA256=y | ||
# We need to have the coredump info log | ||
CONFIG_LOG_DEFAULT_LEVEL_INFO=y | ||
CONFIG_SPIRAM=y | ||
CONFIG_SPIRAM_ALLOW_STACK_EXTERNAL_MEMORY=y | ||
CONFIG_ESP_COREDUMP_USE_STACK_SIZE=y |