11 lines
260 B
INI
11 lines
260 B
INI
|
# 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 "."
|
||
|
}
|