aleks@espressif.com 45c844c1d1 espcoredump: fix idf_monitor test artifacts %!s(int64=5) %!d(string=hai) anos
..
tests 45c844c1d1 espcoredump: fix idf_monitor test artifacts %!s(int64=5) %!d(string=hai) anos
README.md c1ae49dda1 Test the IDF Monitor through sockets %!s(int64=7) %!d(string=hai) anos
dummy.elf c1ae49dda1 Test the IDF Monitor through sockets %!s(int64=7) %!d(string=hai) anos
idf_monitor_wrapper.py 7c959904b5 tools: Test IDF Monitor after it is ready to receive data %!s(int64=6) %!d(string=hai) anos
run_test_idf_monitor.py 25041ba583 tools/idf_monitor: automatically decode UART core dumps %!s(int64=6) %!d(string=hai) anos

README.md

Project for testing the IDF monitor

Use run_test_idf_monitor.py in order to run the test.

New tests can be added into test_list of run_test_idf_monitor.py and placing the corresponding files into the tests directory.

Note: The idf_monitor is tested by a dummy ELF file which was generated by running the following commands::

dd if=/dev/zero of=tmp.bin bs=1 count=4
xtensa-esp32-elf-objcopy -I binary -O elf32-xtensa-le -B xtensa tmp.bin tmp.o
xtensa-esp32-elf-ld --defsym _start=0x40000000 tmp.o -o dummy.elf
chmod -x dummy.elf