doc(jtag): update esp32p4 jtag debugging guide

This commit is contained in:
Erhan Kurubas
2024-04-04 11:06:02 +03:00
parent 2ba5320112
commit fca47d4385
8 changed files with 67 additions and 77 deletions

View File

@@ -43,4 +43,5 @@ OPENOCD_TAGET_CONFIG: Dict[str, str] = {
'esp32s3': '-f board/esp32s3-builtin.cfg',
'esp32c6': '-f board/esp32c6-builtin.cfg',
'esp32h2': '-f board/esp32h2-builtin.cfg',
'esp32p4': '-f board/esp32p4-builtin.cfg',
}