Omar Chebib bb9aa806f7 panic: handlers can now be placed in flash %!s(int64=4) %!d(string=hai) anos
..
main b51889dccb system: stack watchpoint support on C3 %!s(int64=5) %!d(string=hai) anos
test_panic_util 4dba80239e ci: Extend timeout for initial gdbstub commands in panic tests %!s(int64=4) %!d(string=hai) anos
CMakeLists.txt 418b68a197 test_apps: add panic test %!s(int64=5) %!d(string=hai) anos
README.md 5bcb189fe4 [system]: locally run panic test app doc %!s(int64=4) %!d(string=hai) anos
app_test.py 0146f258d7 style: format python files with isort and double-quote-string-fixer %!s(int64=5) %!d(string=hai) anos
panic_tests.py bb9aa806f7 panic: handlers can now be placed in flash %!s(int64=4) %!d(string=hai) anos
sdkconfig.ci.coredump_flash_bin_crc 20af94ff53 Coredump config option rename throughout IDF %!s(int64=5) %!d(string=hai) anos
sdkconfig.ci.coredump_flash_elf_sha 20af94ff53 Coredump config option rename throughout IDF %!s(int64=5) %!d(string=hai) anos
sdkconfig.ci.coredump_uart_bin_crc 20af94ff53 Coredump config option rename throughout IDF %!s(int64=5) %!d(string=hai) anos
sdkconfig.ci.coredump_uart_elf_crc 20af94ff53 Coredump config option rename throughout IDF %!s(int64=5) %!d(string=hai) anos
sdkconfig.ci.gdbstub b1d64d1a61 test/panic: add gdbstub test configuration %!s(int64=5) %!d(string=hai) anos
sdkconfig.ci.panic 418b68a197 test_apps: add panic test %!s(int64=5) %!d(string=hai) anos
sdkconfig.defaults b51889dccb system: stack watchpoint support on C3 %!s(int64=5) %!d(string=hai) anos

README.md

Supported Targets ESP32 ESP32-S2

Building

Several configurations are provided as sdkconfig.ci.XXX and serve as a template.

Example with configuration "panic" for target ESP32

idf.py set-target esp32
cat sdkconfig.defaults sdkconfig.ci.panic > sdkconfig
idf.py build

Running

All the setup needs to be done as described in the test apps README, except that the test cases need to be specified when running the app:

python app_test.py test_panic_illegal_instruction

Multiple test cases are passed as additional arguments:

python app_test.py test_panic_illegal_instruction test_panic_int_wdt test_panic_storeprohibited

Note that you need to pick the correct test cases at run time according to the configuration you built before. The above examples are for configuration "panic"