mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
style/Document: remove unnecessary trailing whitespace
N/A Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
parent
b5692d8034
commit
fe915679b1
10 changed files with 77 additions and 77 deletions
|
|
@ -162,7 +162,7 @@ project. One must:
|
|||
|
||||
Q: Has anyone come up with a tidy way to build NuttX with board- specific pieces
|
||||
outside the source tree?
|
||||
|
||||
|
||||
A: Here are three:
|
||||
|
||||
1) There is a make target called `make export`. It will build NuttX, then
|
||||
|
|
@ -226,9 +226,9 @@ A: Here are three:
|
|||
You could, for example, create a script called `install.sh` that installs
|
||||
a custom application, configuration, and board specific directory:
|
||||
|
||||
a) Copy `MyBoard` directory to `boards/MyBoard`.
|
||||
b) Add a symbolic link to `MyApplication` at `apps/external`.
|
||||
c) Configure NuttX, usually by:
|
||||
a) Copy `MyBoard` directory to `boards/MyBoard`.
|
||||
b) Add a symbolic link to `MyApplication` at `apps/external`.
|
||||
c) Configure NuttX, usually by:
|
||||
|
||||
```bash
|
||||
tools/configure.sh MyBoard:MyConfiguration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue