summaryrefslogtreecommitdiff
path: root/doc/buildWithVScode.md
diff options
context:
space:
mode:
authorFinlay Davidson <finlay.davidson@coderclass.nl>2022-06-26 22:14:35 +0200
committerJF <JF002@users.noreply.github.com>2022-07-08 17:18:21 +0200
commit4482078d84fb3a6963dd6912801fe62bad07257f (patch)
tree92c9faca3b0471cbcec727495a591327200d877f /doc/buildWithVScode.md
parent27b73470f2394ddd87e086bc5d56f1ca31cf18f3 (diff)
Downgrade GNU Arm Toolchain to 10.3-2021.10
This is because of this bug: https://community.arm.com/support-forums/f/compilers-and-libraries-forum/52623/gcc-11-2-arm-none-eabi-internal-compiler-error-illegal-instruction It is causing some of the GitHub Actions builds to fail.
Diffstat (limited to 'doc/buildWithVScode.md')
-rw-r--r--doc/buildWithVScode.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/buildWithVScode.md b/doc/buildWithVScode.md
index c2dcde3c..48b8923f 100644
--- a/doc/buildWithVScode.md
+++ b/doc/buildWithVScode.md
@@ -8,7 +8,7 @@ To support as many setups as possible the VS Code configuration files expect the
Variable | Description | Example
----------|-------------|--------
-**ARM_NONE_EABI_TOOLCHAIN_PATH**|path to the toolchain directory|`export ARM_NONE_EABI_TOOLCHAIN_PATH=/opt/gcc-arm-11.2-2022.02-x86_64-arm-none-eabi`
+**ARM_NONE_EABI_TOOLCHAIN_PATH**|path to the toolchain directory|`export ARM_NONE_EABI_TOOLCHAIN_PATH=/opt/gcc-arm-none-eabi-10.3-2021.10`
**NRF5_SDK_PATH**|path to the NRF52 SDK|`export NRF5_SDK_PATH=/opt/nRF5_SDK_15.3.0_59ac345`
## VS Code Extensions