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

View File

@ -141,7 +141,7 @@ struct btuart_lowerhalf_s
* Name: btuart_register * Name: btuart_register
* *
* Description: * 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. * Bluetooth stack.
* *
* Input Parameters: * Input Parameters: