From 47bf3376d1ffc95fdf404efad9721c3b9b2d79e7 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 26 Apr 2018 22:00:11 -0600 Subject: [PATCH] Costmetic changes to README and to comments. --- configs/stm32f429i-disco/README.txt | 28 ++++++++-------------------- include/nuttx/wireless/bt_uart.h | 2 +- 2 files changed, 9 insertions(+), 21 deletions(-) diff --git a/configs/stm32f429i-disco/README.txt b/configs/stm32f429i-disco/README.txt index e323097fcf..43e67f5574 100644 --- a/configs/stm32f429i-disco/README.txt +++ b/configs/stm32f429i-disco/README.txt @@ -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/ - cd - + tools/configure.sh stm32f429i-disco/ Where is one of the following: @@ -712,26 +710,16 @@ Where is one of the following: 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 stm32f429i-disco/lvgl + nsh> lvgldemo - Loading - - 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. + The test will execute the calibration process and then run the + LittlevGL demo project. nsh: --- diff --git a/include/nuttx/wireless/bt_uart.h b/include/nuttx/wireless/bt_uart.h index 9db9bf49dc..acf945b221 100644 --- a/include/nuttx/wireless/bt_uart.h +++ b/include/nuttx/wireless/bt_uart.h @@ -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: