OVMS3-idf/components/xtensa/trax/test
2020-03-13 17:30:29 +01:00
..
.gitignore xtensa: add a script for parsing CPU traces (TRAX) 2020-03-13 17:30:29 +01:00
gdb_log_expected.txt xtensa: add a script for parsing CPU traces (TRAX) 2020-03-13 17:30:29 +01:00
gdbinit xtensa: add a script for parsing CPU traces (TRAX) 2020-03-13 17:30:29 +01:00
Makefile xtensa: add a script for parsing CPU traces (TRAX) 2020-03-13 17:30:29 +01:00
README.txt xtensa: add a script for parsing CPU traces (TRAX) 2020-03-13 17:30:29 +01:00
test.c xtensa: add a script for parsing CPU traces (TRAX) 2020-03-13 17:30:29 +01:00

Instructions for running the test:

1. Connect an ESP32 board with JTAG adapter (WROVER-KIT, ETHERNET-KIT)
2. Set up the environment (this can be done by export.sh)
   - Add ESP32 toolchain to PATH, and check that GDB has been built with Python support
   - Add OpenOCD to PATH and set OPENOCD_SCRIPTS
   - Set IDF_PATH
3. Run `make flash test`. Check that "Test pass" is printed.