Costmetic changes to README and to comments.

This commit is contained in:
Gregory Nutt 2018-04-26 22:00:11 -06:00
parent 434da18cd7
commit 47bf3376d1
2 changed files with 9 additions and 21 deletions

View File

@ -647,9 +647,7 @@ Configurations
Each STM32F429I-DISCO configuration is maintained in a sub-directory and
can be selected as follow:
cd tools
./configure.sh STM32F429I-DISCO/<subdir>
cd -
tools/configure.sh stm32f429i-disco/<subdir>
Where <subdir> is one of the following:
@ -712,17 +710,7 @@ Where <subdir> is one of the following:
lgvl:
----
STM32F429I-DISCO LittlevGL demo example
Configure and build
tools/configure -a <appdir> stm32f429i-disco/lvgl
Loading
st-flash write nuttx.bin 0x8000000
Executing
STM32F429I-DISCO LittlevGL demo example.
The ltdc is initialized during boot up. Interaction with NSH is via
the serial console at 115200 8N1 baud. From the nsh comand line

View File

@ -141,7 +141,7 @@ struct btuart_lowerhalf_s
* Name: btuart_register
*
* Description:
* Create the UART-based Bluetooth device and register it with the
* Create the generic UART-based Bluetooth device and register it with the
* Bluetooth stack.
*
* Input Parameters: