summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteveis <SteveAmor@users.noreply.github.com>2020-10-24 09:42:13 +0100
committerGitHub <noreply@github.com>2020-10-24 09:42:13 +0100
commitcc7ba747908b8d23265c687d7a5cfef5f037e446 (patch)
tree819f3fae7638cfca47e6b9894b9e9230e2ca4d54
parentab7acd0f076899fafb1cb5ff233a9c6b6b1ca15b (diff)
Update arm-gcc toolchain in example
The difference in the example caused some confusion for at least one person.
-rw-r--r--doc/buildAndProgram.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/buildAndProgram.md b/doc/buildAndProgram.md
index 26f3665e..72870e3d 100644
--- a/doc/buildAndProgram.md
+++ b/doc/buildAndProgram.md
@@ -18,7 +18,7 @@ CMake configures the project according to variables you specify the command line
Variable | Description | Example|
----------|-------------|--------|
-**ARM_NONE_EABI_TOOLCHAIN_PATH**|path to the toolchain directory|`-DARM_NONE_EABI_TOOLCHAIN_PATH=/home/jf/nrf52/gcc-arm-none-eabi-9-2019-q4-major/`|
+**ARM_NONE_EABI_TOOLCHAIN_PATH**|path to the toolchain directory|`-DARM_NONE_EABI_TOOLCHAIN_PATH=/home/jf/nrf52/gcc-arm-none-eabi-9-2020-q2-update/`|
**NRF5_SDK_PATH**|path to the NRF52 SDK|`-DNRF5_SDK_PATH=/home/jf/nrf52/Pinetime/sdk`|
**USE_JLINK, USE_GDB_CLIENT and USE_OPENOCD**|Enable *JLink* mode, *GDB Client* (Black Magic Probe) mode or *OpenOCD* mode (set the one you want to use to `1`)|`-DUSE_JLINK=1`
**CMAKE_BUILD_TYPE**| Build type (Release or Debug). Release is applied by default if this variable is not specified.|`-DCMAKE_BUILD_TYPE=Debug`