summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFinlay Davidson <finlay.davidson@coderclass.nl>2022-06-06 18:28:40 +0200
committerRiku Isokoski <riksu9000@gmail.com>2022-06-11 22:59:38 +0300
commit373289c072b701684520fce72801136c58b61c55 (patch)
treede63640d992c2e36172b326cc6ba81ba6287835d /doc
parent350bca396582b0542b468296286b6c5e56efbf2a (diff)
Be more specific about the compiler version
Diffstat (limited to 'doc')
-rw-r--r--doc/buildAndProgram.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/buildAndProgram.md b/doc/buildAndProgram.md
index 63d7ad69..71022bcd 100644
--- a/doc/buildAndProgram.md
+++ b/doc/buildAndProgram.md
@@ -1,7 +1,7 @@
# Build
## Dependencies
To build this project, you'll need:
- - A cross-compiler : [ARM-GCC (11.2-2022.02)](https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/downloads)
+ - A cross-compiler : [ARM-GCC (arm-none-eabi 11.2-2022.02)](https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/downloads)
- The NRF52 SDK 15.3.0 : [nRF-SDK v15.3.0](https://developer.nordicsemi.com/nRF5_SDK/nRF5_SDK_v15.x.x/nRF5_SDK_15.3.0_59ac345.zip)
- The Python 3 modules `cbor`, `intelhex`, `click` and `cryptography` modules for the `mcuboot` tool (see [requirements.txt](../tools/mcuboot/requirements.txt))
- To keep the system clean, you can install python modules into a python virtual environment (`venv`)