Merge branch 'bugfix/loadable_elf_test_eco3_v4.1' into 'release/v4.1'

tests: gdb_loadable_elf: adjust the breakpoint location for ESP32 ECO3 (v4.1)

See merge request espressif/esp-idf!14041
This commit is contained in:
Ivan Grokhotkov
2021-06-21 15:50:31 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -115,7 +115,7 @@ mainmenu "Espressif IoT Development Framework Configuration"
mon reset halt
# Run to a specific point in ROM code,
# where most of initialization is complete.
thb *0x40007901
thb *0x40007d54
c
# Load the application into RAM
load

View File

@ -4,7 +4,7 @@ target remote 127.0.0.1:3333
mon reset halt
# Run to a specific point in ROM code,
# where most of initialization is complete.
thb *0x40007901
thb *0x40007d54
c
# Load the application into RAM
load