esp-idf/components/xtensa/trax/test
Roland Dobai 2b9c81cbdc xtensa: Pass the test with latest gdb 2021-11-22 18:17:36 +01:00
..
.gitignore
Makefile xtensa: Revert back Makefile for trax test 2021-11-22 18:02:08 +01:00
README.txt
gdb_log_expected.txt xtensa: Pass the test with latest gdb 2021-11-22 18:17:36 +01:00
gdbinit
test.c

README.txt

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.