esp-idf/tools/test_apps/system
Ivan Grokhotkov 7ab57605cb test: panic: make stack overflow test more robust
The previous approach was to allocate an array on the stack, and
have the array extend past the stack size. This worked by would
result in SP being moved near the end of the stack. If an interrupt
triggered at that time, interrupt prologue would try to save the
context to the stack, tripping the stack overflow watchpoint.

Replacing this with the approach which doesn't move the SP and simply
writes to decreasing addresses from SP, until stack overflow check
triggers.
2020-12-30 01:10:09 +01:00
..
bootloader_sections Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
build_test test_apps: add build test case for RTC GPIO descriptor configuration 2020-12-21 13:57:07 +05:30
gdb_loadable_elf
memprot Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
monitor_ide_integration
panic test: panic: make stack overflow test more robust 2020-12-30 01:10:09 +01:00
startup tools/test_apps: run tests which don't need JTAG on Example_GENERIC 2020-12-15 17:56:53 +08:00