From 8dbbc9dec633da478056cf69ac9ce3b579f22ccc Mon Sep 17 00:00:00 2001 From: crasbe Date: Fri, 16 May 2025 11:46:18 +0200 Subject: [PATCH] doc/creating-an-app: clarify wording about Makefile.board.dep --- doc/doxygen/src/creating-an-application.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxygen/src/creating-an-application.md b/doc/doxygen/src/creating-an-application.md index 768b4c84da..8a6f0ba46a 100644 --- a/doc/doxygen/src/creating-an-application.md +++ b/doc/doxygen/src/creating-an-application.md @@ -111,7 +111,7 @@ Both approaches are illustrated and explained in `examples/basic/subfolders`. Required dependencies of applications may change depending on the target board or architecture. This is especially relevant for networking applications where multiple hardware implementations -exist and the appropriate one has to be chosen for the given board +exist and the appropriate implementation has to be chosen for the given board or architecture. To achieve this task elegantly, a `Makefile.board.dep` file can be created in the application folder, which is automatically included and