diff options
| author | John Whittington <git@jbrengineering.co.uk> | 2019-07-18 11:10:42 +0200 |
|---|---|---|
| committer | John Whittington <git@jbrengineering.co.uk> | 2019-07-18 11:10:42 +0200 |
| commit | 62caf00a157d410b98f93c3d9c4cf543d85b00b0 (patch) | |
| tree | 792037b6a093de0f0c2c4f4ab78109580e930bbf /arduino-mk-vars.md | |
| parent | e3b46003d3d7b4917dcee6e4fe9d575c6c0c1067 (diff) | |
Add new *_VER variables to documentation
Diffstat (limited to 'arduino-mk-vars.md')
| -rw-r--r-- | arduino-mk-vars.md | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/arduino-mk-vars.md b/arduino-mk-vars.md index 85fbd9f..9ef5b19 100644 --- a/arduino-mk-vars.md +++ b/arduino-mk-vars.md @@ -97,6 +97,25 @@ ARM_TOOLS_DIR = ---- +### ARM_TOOLS_VER + +**Description:** + +Sub-directory where the arm toolchain is installed - usually the tool version. + +Can usually be detected from `$ARDUINO_PACKAGE_DIR` /tools subdirectory when ARM +device support is installed. Will resolve latest version if multiple found. + +**Example:** + +```Makefile +ARM_TOOLS_VER = 7-2017q4 +``` + +**Requirement:** *Optional* + +---- + ### RESET_CMD **Description:** @@ -1798,6 +1817,16 @@ device support is installed. ---- +### BOSSA_VER + +**Description:** + +`bossa` sub-directory - usually the tool version. Will auto-detect to highest version found. + +**Requirement:** *Optional* + +---- + ### BOSSA_OPTS **Description:** @@ -1823,6 +1852,16 @@ device support is installed. ---- +### OPENOCD_VER + +**Description:** + +`openocd` sub-directory - usually the tool version. Will auto-detect to highest version found. + +**Requirement:** *Optional* + +---- + ### OPENOCD_OPTS **Description:** |
