mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
openocd: Add instructions for overriding OPENOCD
This commit is contained in:
parent
f4b1d60887
commit
1dbf07f926
5
dist/tools/openocd/openocd.sh
vendored
5
dist/tools/openocd/openocd.sh
vendored
@ -13,6 +13,11 @@
|
||||
#
|
||||
# Global environment variables used:
|
||||
# OPENOCD: OpenOCD command name, default: "openocd"
|
||||
# Care must be taken when specifying an OpenOCD version in
|
||||
# its build directory, as it does not look up its own
|
||||
# configuration files relative to the executable -- the
|
||||
# scripts directory needs to be passed in like this:
|
||||
# `OPENOCD="~/openocd/src/openocd -s ~/openocd/tcl"`.
|
||||
# OPENOCD_CONFIG: OpenOCD configuration file name,
|
||||
# default: "${BOARDSDIR}/${BOARD}/dist/openocd.cfg"
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user