ソースを参照

Merge branch 'bugfix/loadable_elf_test_eco3' into 'master'

tests: gdb_loadable_elf: adjust the breakpoint location for ESP32 ECO3

See merge request espressif/esp-idf!13427
Ivan Grokhotkov 4 年 前
コミット
3dbafb9a13
2 ファイル変更2 行追加2 行削除
  1. 1 1
      Kconfig
  2. 1 1
      tools/test_apps/system/gdb_loadable_elf/gdbinit_esp32

+ 1 - 1
Kconfig

@@ -154,7 +154,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

+ 1 - 1
tools/test_apps/system/gdb_loadable_elf/gdbinit_esp32

@@ -5,7 +5,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