summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinnovaker <66737976+innovaker@users.noreply.github.com>2020-12-15 12:30:08 +0000
committerPete Johanson <peter@peterjohanson.com>2020-12-18 09:40:39 -0500
commit8fd9b619a7b7d01d51f41411117d5980a7647923 (patch)
tree5540eda64fc064dc392f88edca224e3b6e41d078
parent3b77266bbb43d54a07acf79733190714965ea37e (diff)
docs(setup): bump Zephyr SDK version to 0.11.4
Latest stable version. Also used in zmk-docker images.
-rw-r--r--docs/docs/development/setup.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docs/development/setup.md b/docs/docs/development/setup.md
index b4e6052..6ad4e2b 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.2
+export ZSDK_VERSION=0.11.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.2
+export ZSDK_VERSION=0.11.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"