8000 nrf/README: Add use of "make submodules" in alternative build paragraph. · micropython/micropython@993ab6a · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 993ab6a

Browse files
cHemingwaydpgeorge
authored andcommitted
nrf/README: Add use of "make submodules" in alternative build paragraph.
Add "make submodules" to commands when building for the first time. Otherwise, on a first time build, the submodules have not been checked out and a lot of `fatal error: nrfx.h: No such file or directory` errors are printed.
1 parent 2aecf37 commit 993ab6a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ports/nrf/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,9 @@ By default, the PCA10040 (nrf52832) is used as compile target. To build and flas
6262

6363
Alternatively the target board could be defined:
6464

65-
make BOARD=pca10040
66-
make BOARD=pca10040 deploy
65+
make submodules
66+
make BOARD=pca10040
67+
make BOARD=pca10040 deploy
6768

6869
## Compile without LTO enabled
6970

0 commit comments

Comments
 (0)
0