esp-idf/tools/test_apps/system
Ivan Grokhotkov 2a81167470 tests: gdb_loadable_elf: adjust the breakpoint location for ESP32 ECO3
The previous location was the return from the first ets_printf call
that prints ROM sign-on message. Since the main function was patched
in ECO3, the new address no longer works — there is no instruction at
0x40007901 in ECO3 ROM. This could be solved by setting two
breakpoints (one would work for ECO <=2, the other for ECO3), but we
would need to remove the unused breakpoint later.
Fix this by setting the breakpoint at ets_printf. This means that when
debugging a loadable ELF the ROM sign-on message will no longer be
shown, but this doesn't seem to be an issue.
2021-06-18 15:09:47 +02:00
..
build_test test_apps: add build test for !CONFIG_SPI_FLASH_YIELD_DURING_ERASE 2020-10-14 02:42:46 +00:00
gdb_loadable_elf tests: gdb_loadable_elf: adjust the breakpoint location for ESP32 ECO3 2021-06-18 15:09:47 +02:00
panic Merge branch 'bugfix/panic_instr_fetch_prohibited_v4.2' into 'release/v4.2' 2020-12-16 04:09:37 +08:00
startup ci: add startup test with -O2 optimization level 2020-09-04 21:33:49 +02:00