style/Document: remove unnecessary trailing whitespace

N/A

Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
chao.an 2020-11-28 14:59:22 +08:00 committed by Abdelatif Guettouche
parent b5692d8034
commit fe915679b1
10 changed files with 77 additions and 77 deletions

View file

@ -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