diff options
| author | JF002 <JF002@users.noreply.github.com> | 2021-05-09 09:21:05 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-09 09:21:05 (GMT) |
| commit | 9e1ce2d423b659d31a90729737db31f2f4030b12 (patch) | |
| tree | eaa8001f22a0fe3b576e1faefb7971fb6d4f851e /doc | |
| parent | 937dc340f17f533ebda28456983bf6c7364aff32 (diff) | |
| parent | 0cbbd1dfc0881624bca20a20f1e05ed6c3674cbd (diff) | |
Merge pull request #266 from Caton101/patch-1
Add Python modules to build instructions
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/buildAndProgram.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/buildAndProgram.md b/doc/buildAndProgram.md index cf34909..afd526e 100644 --- a/doc/buildAndProgram.md +++ b/doc/buildAndProgram.md @@ -3,6 +3,7 @@ To build this project, you'll need: - A cross-compiler : [ARM-GCC (9-2020-q2-update)](https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads/9-2020-q2-update) - 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 `cbor` and `intelhex` modules for Python 3 - A reasonably recent version of CMake (I use 3.16.5) ## Build steps |
