esp-idf/tools/test_apps/system
Ivan Grokhotkov 6d2e0c3eae 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-05-04 16:22:50 +02:00
..
bootloader_sections test_apps: increase partition table offset to fix build errors 2021-04-20 14:23:13 +05:30
build_test * ets_delay_us(1) has too much overhead; change logic 2021-04-28 16:38:24 +08:00
cxx_no_except [C++]: wrapper functions around unwind code 2021-04-20 14:27:58 +08:00
gdb_loadable_elf tests: gdb_loadable_elf: adjust the breakpoint location for ESP32 ECO3 2021-05-04 16:22:50 +02:00
longjmp_test [system]: Made longjmp save for context switch 2021-04-23 15:55:31 +08:00
memprot esp32c3: memprot API upgrade and test application 2021-04-12 13:44:11 +10:00
monitor_ide_integration
no_embedded_paths Support ESP32S3 Beta 3 target 2021-03-18 10:24:22 +08:00
panic test_apps/panic: apply pre-commit fixes in python scripts 2021-04-22 23:33:46 +02:00
startup system: add test for simulating single core esp32 startup 2021-03-29 06:50:47 +00:00