1
0
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:
chrysn 2020-02-14 09:40:03 +01:00
parent f4b1d60887
commit 1dbf07f926

View File

@ -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"
#