aboutsummaryrefslogtreecommitdiff
path: root/tcl/target/esp_common.cfg
blob: 424c0cdff5382b3095661c8760c24fb437d7e271 (plain)
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: GPL-2.0-or-later
#
# Common ESP chips definitions

if { [info exists ESP_SEMIHOST_BASEDIR] } {
	set _SEMIHOST_BASEDIR $ESP_SEMIHOST_BASEDIR
} else {
	# by default current dir (when OOCD has been started)
	set _SEMIHOST_BASEDIR "."
}