ci(panic): extend extram_stack tests

This commit is contained in:
Erhan Kurubas
2024-05-03 00:00:03 +02:00
parent 1dd4b95349
commit 002faf3b0a
13 changed files with 117 additions and 21 deletions
@@ -32,7 +32,10 @@ void test_hw_stack_guard_cpu1(void);
#endif // CONFIG_ESP_SYSTEM_HW_STACK_GUARD
#if CONFIG_ESP_COREDUMP_ENABLE_TO_FLASH && CONFIG_SPIRAM_ALLOW_STACK_EXTERNAL_MEMORY
void test_panic_extram_stack(void);
void test_panic_extram_stack_heap(void);
#if CONFIG_SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY
void test_panic_extram_stack_bss(void);
#endif
#endif
#if !CONFIG_FREERTOS_UNICORE