Skip to content

Commit

Permalink
docs/develop/gettingstarted: Clarify submodule initialization.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
renestraub authored and dpgeorge committed Aug 4, 2023
1 parent 2dcd745 commit 7fad499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/develop/gettingstarted.rst
Expand Up @@ -228,7 +228,7 @@ You can also specify which board to use:
.. code-block:: bash
$ cd ports/stm32
$ make submodules
$ make BOARD=<board> submodules
$ make BOARD=<board>
See `ports/stm32/boards <https://github.com/micropython/micropython/tree/master/ports/stm32/boards>`_
Expand Down

0 comments on commit 7fad499

Please sign in to comment.