From 993ab6aa2c2e8eadcfdf64371bfddaa8304f26cb Mon Sep 17 00:00:00 2001 From: Chris Hemingway Date: Sun, 24 Jan 2021 14:40:44 +0000 Subject: [PATCH] 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. --- ports/nrf/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ports/nrf/README.md b/ports/nrf/README.md index 22bb4af514a3..0341cd81cde0 100644 --- a/ports/nrf/README.md +++ b/ports/nrf/README.md @@ -62,8 +62,9 @@ By default, the PCA10040 (nrf52832) is used as compile target. To build and flas Alternatively the target board could be defined: - make BOARD=pca10040 - make BOARD=pca10040 deploy + make submodules + make BOARD=pca10040 + make BOARD=pca10040 deploy ## Compile without LTO enabled