|
|
4 лет назад | |
|---|---|---|
| .. | ||
| main | 4 лет назад | |
| test_panic_util | 4 лет назад | |
| CMakeLists.txt | 5 лет назад | |
| README.md | 4 лет назад | |
| app_test.py | 4 лет назад | |
| panic_tests.py | 4 лет назад | |
| sdkconfig.ci.coredump_flash_bin_crc | 5 лет назад | |
| sdkconfig.ci.coredump_flash_elf_sha | 5 лет назад | |
| sdkconfig.ci.coredump_uart_bin_crc | 5 лет назад | |
| sdkconfig.ci.coredump_uart_elf_crc | 5 лет назад | |
| sdkconfig.ci.gdbstub | 5 лет назад | |
| sdkconfig.ci.panic | 5 лет назад | |
| sdkconfig.defaults | 5 лет назад | |
| Supported Targets | ESP32 | ESP32-S2 | ESP32-S3 | ESP32-C3 |
|---|
Several configurations are provided as sdkconfig.ci.XXX and serve as a template.
idf.py set-target esp32
cat sdkconfig.defaults sdkconfig.ci.panic > sdkconfig
idf.py build
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"