Merge branch 'docs/add_semihosting_chapter_v6.0' into 'release/v6.0'

docs(jtag-debugging): add semihosting chapter (v6.0)

See merge request espressif/esp-idf!49888
This commit is contained in:
Jiang Jiang Jian
2026-06-29 15:42:54 +08:00
5 changed files with 174 additions and 3 deletions

View File

@@ -73,8 +73,6 @@ openocd -c "set ESP_SEMIHOST_BASEDIR %IDF_PATH%/examples/storage/semihost_vfs/da
The above command will set `ESP_SEMIHOST_BASEDIR` variable to `examples/storage/semihost_vfs/data` subdirectory of ESP-IDF. With that, it is not necessary to run OpenOCD from that specific directory.
> Note: This feature is not available for RISC-V based SoCs (ESP32-C3, ESP32-H2). To set the semihosting base directory, change into the required directory before running `openocd` command.
## Example output
There are two outputs produced by example: