Merge branch 'refactor/spi_ram_stack_with_heap_caps_config' into 'master'

refactor(esp_psram): allow PSRAM as stack when PSRAM is only available via esp_heap_caps

Closes IDFGH-11604

See merge request espressif/esp-idf!32832
This commit is contained in:
Jakob Hasse
2024-08-20 16:48:44 +08:00
9 changed files with 120 additions and 3 deletions

View File

@@ -133,7 +133,7 @@ def common_test(dut: PanicTestDut, config: str, expected_backtrace: Optional[Lis
elif 'panic' in config:
pass
dut.expect('Rebooting...')
dut.expect('Rebooting...', timeout=60)
if check_cpu_reset:
dut.expect_cpu_reset()