target/espressif: add semihosting support
[fw/openocd] / tcl / target / esp_common.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2 #
3 # Common ESP chips definitions
4
5 if { [info exists ESP_SEMIHOST_BASEDIR] } {
6         set _SEMIHOST_BASEDIR $ESP_SEMIHOST_BASEDIR
7 } else {
8         # by default current dir (when OOCD has been started)
9         set _SEMIHOST_BASEDIR "."
10 }