8000 docs/develop/gettingstarted: Clarify submodule initialization. · jimmo/micropython@7fad499 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7fad499

Browse files
renestraubdpgeorge
authored andcommitted
docs/develop/gettingstarted: Clarify submodule initialization.
When building for a specific board this must be specified in make submodules. I.e. make BOARD=STM32F769DISC submodules. Signed-off-by: Rene Straub <rene@see5.ch>
1 parent 2dcd745 commit 7fad499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/develop/gettingstarted.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ You can also specify which board to use:
228228
.. code-block:: bash
229229
230230
$ cd ports/stm32
231-
$ make submodules
231+
$ make BOARD=<board> submodules
232232
$ make BOARD=<board>
233233
234234
See `ports/stm32/boards <https://github.com/micropython/micropython/tree/master/ports/stm32/boards>`_

0 commit comments

Comments
 (0)
0