diff --git a/configs/stm32f429i-disco/README.txt b/configs/stm32f429i-disco/README.txt index e323097fcfe..43e67f55740 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 9db9bf49dc6..acf945b2214 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: