diff options
author | innovaker <66737976+innovaker@users.noreply.github.com> | 2021-06-19 10:33:11 +0100 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2021-07-17 17:04:25 -0400 |
commit | 76979d293ad82f7488bc7bec5a115a8b294e2adc (patch) | |
tree | 28ad2a181f4f93fd783378293fd7aff29d98c0de /docs | |
parent | 65ff995033eb882c2f09474ff8c50374f7599c6c (diff) |
docs(setup): bump `ZSDK_VERSION` to `0.12.4`
PR: https://github.com/zmkfirmware/zmk/pull/736
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docs/development/setup.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docs/development/setup.md b/docs/docs/development/setup.md index 0786ff5..a6cd610 100644 --- a/docs/docs/development/setup.md +++ b/docs/docs/development/setup.md @@ -280,7 +280,7 @@ platform. To build firmwares for the ARM architecture (all supported MCUs/keyboards at this point), you'll need to install the Zephyrâ„¢ ARM SDK to your system: ``` -export ZSDK_VERSION=0.11.4 +export ZSDK_VERSION=0.12.4 wget -q "https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v${ZSDK_VERSION}/zephyr-toolchain-arm-${ZSDK_VERSION}-setup.run" && \ sh "zephyr-toolchain-arm-${ZSDK_VERSION}-setup.run" --quiet -- -d ~/.local/zephyr-sdk-${ZSDK_VERSION} && \ rm "zephyr-toolchain-arm-${ZSDK_VERSION}-setup.run" @@ -315,7 +315,7 @@ export CROSS_COMPILE=/usr/bin/arm-none-eabi- To build firmwares for the ARM architecture (all supported MCUs/keyboards at this point), you'll need to install the Zephyrâ„¢ ARM SDK to your system: ``` -export ZSDK_VERSION=0.11.4 +export ZSDK_VERSION=0.12.4 wget -q "https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v${ZSDK_VERSION}/zephyr-toolchain-arm-${ZSDK_VERSION}-setup.run" && \ sh "zephyr-toolchain-arm-${ZSDK_VERSION}-setup.run" --quiet -- -d ~/.local/zephyr-sdk-${ZSDK_VERSION} && \ rm "zephyr-toolchain-arm-${ZSDK_VERSION}-setup.run" |