From 7fad499d1e4d31ffdd4a93a61a9c604189636e3c Mon Sep 17 00:00:00 2001 From: Rene Straub Date: Fri, 4 Aug 2023 12:27:37 +0200 Subject: [PATCH] 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 --- docs/develop/gettingstarted.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/develop/gettingstarted.rst b/docs/develop/gettingstarted.rst index c2d3816d42..c51cac360c 100644 --- a/docs/develop/gettingstarted.rst +++ b/docs/develop/gettingstarted.rst @@ -228,7 +228,7 @@ You can also specify which board to use: .. code-block:: bash $ cd ports/stm32 - $ make submodules + $ make BOARD= submodules $ make BOARD= See `ports/stm32/boards `_