Update article

This commit is contained in:
Lee Lup Yuen 2021-11-21 18:48:44 +08:00
parent bb134792cb
commit 9d0188a398
8 changed files with 15 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 KiB

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 KiB

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 KiB

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 88 KiB

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 KiB

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 115 KiB

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View file

@ -132,15 +132,27 @@ NuttX Apps really look like Linux Apps!
# Configure NuttX
TODO
Let's get adventurous and __add NuttX Commands__...
#NuttX Demo Apps are configured before build with "make menuconfig"
- __"help"__ to show the commands available
- __"ls"__ to list the devices in __/dev__
- __"gpio"__ to toggle the GPIO Output and flip an LED on/off
(See pic above)
Enter this command to __configure NuttX__ before building NuttX...
```bash
make menuconfig
```
[Configuring NuttX](https://nuttx.apache.org/docs/latest/quickstart/configuring.html)
Let's explore the options.
[(More about configuring NuttX)](https://nuttx.apache.org/docs/latest/quickstart/configuring.html)
![](https://lupyuen.github.io/images/nuttx-menu.png)
## Enable help and ls