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>
This commit is contained in:
parent
2dcd745434
commit
7fad499d1e
@ -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>`_
|
||||
|
Loading…
Reference in New Issue
Block a user