This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push: new af6c33e010 Corrected configure.sh call in customboards.rst af6c33e010 is described below commit af6c33e0109fb943f441dadf2da3bdd44b9813c3 Author: Valentyn Korniienko <25596072+valentiworklearn...@users.noreply.github.com> AuthorDate: Tue Apr 29 14:14:11 2025 +0300 Corrected configure.sh call in customboards.rst --- Documentation/guides/customboards.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/guides/customboards.rst b/Documentation/guides/customboards.rst index fea4f6d478..8a8dacedba 100644 --- a/Documentation/guides/customboards.rst +++ b/Documentation/guides/customboards.rst @@ -46,7 +46,7 @@ To build the custom board, the syntax is slightly different to in-tree boards an .. code-block:: console - $ .tools/configure -l ../CustomBoards/MyCustomBoardName/configs/MyCustomConfig + $ ./tools/configure.sh -l ../CustomBoards/MyCustomBoardName/configs/MyCustomConfig Copy files Select CONFIG_HOST_LINUX=y Refreshing...