mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
tools: gdb_panic_server: add esp32h2
This commit is contained in:
parent
650fa6dba0
commit
38d36530f2
@ -60,7 +60,8 @@ GDB_REGS_INFO = {
|
|||||||
'esp32c3': GDB_REGS_INFO_RISCV_ILP32,
|
'esp32c3': GDB_REGS_INFO_RISCV_ILP32,
|
||||||
'esp32c2': GDB_REGS_INFO_RISCV_ILP32,
|
'esp32c2': GDB_REGS_INFO_RISCV_ILP32,
|
||||||
'esp32h4': GDB_REGS_INFO_RISCV_ILP32,
|
'esp32h4': GDB_REGS_INFO_RISCV_ILP32,
|
||||||
'esp32c6': GDB_REGS_INFO_RISCV_ILP32
|
'esp32c6': GDB_REGS_INFO_RISCV_ILP32,
|
||||||
|
'esp32h2': GDB_REGS_INFO_RISCV_ILP32
|
||||||
}
|
}
|
||||||
|
|
||||||
PanicInfo = namedtuple('PanicInfo', 'core_id regs stack_base_addr stack_data')
|
PanicInfo = namedtuple('PanicInfo', 'core_id regs stack_base_addr stack_data')
|
||||||
@ -155,7 +156,8 @@ PANIC_OUTPUT_PARSERS = {
|
|||||||
'esp32c3': parse_idf_riscv_panic_output,
|
'esp32c3': parse_idf_riscv_panic_output,
|
||||||
'esp32c2': parse_idf_riscv_panic_output,
|
'esp32c2': parse_idf_riscv_panic_output,
|
||||||
'esp32h4': parse_idf_riscv_panic_output,
|
'esp32h4': parse_idf_riscv_panic_output,
|
||||||
'esp32c6': parse_idf_riscv_panic_output
|
'esp32c6': parse_idf_riscv_panic_output,
|
||||||
|
'esp32h2': parse_idf_riscv_panic_output
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user