From db5562382f7957ff1ada27f31f1ea4eacd6ba6f0 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 17 May 2013 07:37:09 -0600 Subject: Minor updates to Kconfig and README files --- NxWidgets/Kconfig | 2 +- apps/NxWidgets/Kconfig | 2 +- nuttx/configs/hymini-stm32v/README.txt | 15 ++++++++++----- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/NxWidgets/Kconfig b/NxWidgets/Kconfig index 75b0bd8c4..a5d12f791 100644 --- a/NxWidgets/Kconfig +++ b/NxWidgets/Kconfig @@ -850,6 +850,6 @@ config NXWM_MEDIAPLAYER with a device driver for the MP3 codec. NOTE: This application is currently under development and just - a shell of an app which will be developed soon. + a shell of an app which will be developed soon. endif diff --git a/apps/NxWidgets/Kconfig b/apps/NxWidgets/Kconfig index 75b0bd8c4..a5d12f791 100644 --- a/apps/NxWidgets/Kconfig +++ b/apps/NxWidgets/Kconfig @@ -850,6 +850,6 @@ config NXWM_MEDIAPLAYER with a device driver for the MP3 codec. NOTE: This application is currently under development and just - a shell of an app which will be developed soon. + a shell of an app which will be developed soon. endif diff --git a/nuttx/configs/hymini-stm32v/README.txt b/nuttx/configs/hymini-stm32v/README.txt index ab391fbc8..3765dbf35 100644 --- a/nuttx/configs/hymini-stm32v/README.txt +++ b/nuttx/configs/hymini-stm32v/README.txt @@ -468,10 +468,10 @@ HY-Mini specific Configuration Options STM32F103V specific device driver settings CONFIG_U[S]ARTn_SERIAL_CONSOLE - selects the USARTn (n=1,2,3) or UART - m (m=4,5) for the console and ttys0 (default is the USART1). + m (m=4,5) for the console and ttys0 (default is the USART1). - Note: USART1 is connected to a PL2303 serial to USB converter. - So USART1 is available through USB port labeled CN3 on the board. + Note: USART1 is connected to a PL2303 serial to USB converter. + So USART1 is available through USB port labeled CN3 on the board. CONFIG_U[S]ARTn_RXBUFSIZE - Characters are buffered as received. This specific the size of the receive buffer @@ -517,7 +517,13 @@ HY-Mini specific Configuration Options CONFIG_CAN_REGDEBUG - If CONFIG_DEBUG is set, this will generate an dump of all CAN registers. - HY-MiniSTM32V LCD Hardware Configuration (SSD1289 controler) + HY-MiniSTM32V LCD Hardware Configuration. The HY-Mini board may be delivered with + either an SSD1289 or an R61505U LCD controller. + + CONFIG_LCD_R61505U - Selects the R61505U LCD controller. + CONFIG_LCD_SSD1289 - Selects the SSD1289 LCD controller. + + The following options apply for either LCD controller: CONFIG_NX_LCDDRIVER - To be defined to include LCD driver CONFIG_LCD_LANDSCAPE - Define for 320x240 display "landscape" @@ -536,7 +542,6 @@ HY-Mini specific Configuration Options using timer 3. The granularity of the settings is determined by CONFIG_LCD_MAXPOWER. Requires CONFIG_STM32_TIM3. - Configurations ============== -- cgit v1.2.3