aboutsummaryrefslogtreecommitdiff
path: root/nuttx/drivers
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2013-01-23 23:56:24 -0800
committerpx4dev <px4@purgatory.org>2013-01-23 23:56:24 -0800
commit35febbe8441d0932881940eb2633080ab23f1e28 (patch)
tree07e1c0217a19f3476bf82c7cda5910a21ff0da90 /nuttx/drivers
parentb60a744b773bb0752cb108b8d0bc2aad94c43b80 (diff)
parent63f8c0a954ef61ee416e78ea55899bc322aa313b (diff)
downloadpx4-firmware-35febbe8441d0932881940eb2633080ab23f1e28.tar.gz
px4-firmware-35febbe8441d0932881940eb2633080ab23f1e28.tar.bz2
px4-firmware-35febbe8441d0932881940eb2633080ab23f1e28.zip
Merge Nuttx r5554
Diffstat (limited to 'nuttx/drivers')
-rw-r--r--nuttx/drivers/lcd/README.txt78
-rw-r--r--nuttx/drivers/mmcsd/Kconfig2
2 files changed, 52 insertions, 28 deletions
diff --git a/nuttx/drivers/lcd/README.txt b/nuttx/drivers/lcd/README.txt
index 77ae536b2..0472043e6 100644
--- a/nuttx/drivers/lcd/README.txt
+++ b/nuttx/drivers/lcd/README.txt
@@ -119,47 +119,71 @@ that support additional LCDs. LCD drivers in the configuration directory
if they support some differ LCD interface (such as a parallel interface)
that makes then less re-usable:
- configs/compal_e99/src/ssd1783.c
+ SSD1783 Drivers:
- SSD1783
+ configs/compal_e99/src/ssd1783.c
- configs/hymini-stm32v/src/ssd1289.c. See also drivers/lcd/ssd1298.c
- above.
+ SSD1289 Drivers:
+
+ configs/hymini-stm32v/src/ssd1289.c. See also drivers/lcd/ssd1298.c
+ above.
+ configs/stm32f4discovery/src/up_ssd1289.c. This examples is the
+ bottom half for the SSD1289 driver at drivers/lcd/ssd1289.c
+ configs/hymini-stm32v/src/ssd1289.c. See also drivers/lcd/ssd1298.c
+ above.
+ configs/shenzhou/src/up_ssd1289.c
+
+ kwikstik-k40:
- SSD1289
+ configs/kwikstik-k40/src/up_lcd.c. Don't waste your time. This is
+ just a stub.
- configs/kwikstik-k40/src/up_lcd.c. Don't waste your time. This is
- just a stub.
+ Nokia LCD Drivers:
- configs/olimex-lpc1766stk/src/up_lcd.c. This examples is the
- bottom half for the SSD1289 driver at drivers/lcd/nokia6100.c.
- This was never completedly debugged ... there are probably issues
- with that nasty 9-bit SPI interfaces.
+ configs/olimex-lpc1766stk/src/up_lcd.c. This examples is the
+ bottom half for the driver at drivers/lcd/nokia6100.c.
+ This was never completedly debugged ... there are probably issues
+ with that nasty 9-bit SPI interfaces.
- configs/sam3u-ek/src/up_lcd.c
-
- The SAM3U-EK developement board features a TFT/Transmissive color
- LCD module with touch-screen, FTM280C12D, with integrated driver IC
- HX8346.
+ HX8346:
+
+ configs/sam3u-ek/src/up_lcd.c. The SAM3U-EK developement board features
+ a TFT/Transmissive color LCD module with touch-screen, FTM280C12D,
+ with integrated driver IC HX8346.
- configs/skp16c26/src/up_lcd.c. Untested alphanumeric LCD driver.
+ HX8347:
- configs/stm3210e-eval/src/up_lcd.c
+ configs/pic32mx7mmb/src/up_mio283qt2.c. This driver is for the MI0283QT-2
+ LCD from Multi-Inno Technology Co., Ltd. This LCD is based on the Himax
+ HX8347-D LCD controller.
+
+ ILI93xx and Similar:
- This driver supports the following LCDs:
+ configs/stm3210e-eval/src/up_lcd.c. This driver supports the following
+ LCDs:
- 1. Ampire AM-240320LTNQW00H
- 2. Orise Tech SPFD5408B
- 3. RenesasSP R61580
+ 1. Ampire AM-240320LTNQW00H
+ 2. Orise Tech SPFD5408B
+ 3. RenesasSP R61580
- configs/stm3220g-eval/src/up_lcd.c and configs/stm3240g-eval/src/up_lcd.c.
- AM-240320L8TNQW00H (LCD_ILI9320 or LCD_ILI9321) and
- AM-240320D5TOQW01H (LCD_ILI9325)
+ configs/stm3220g-eval/src/up_lcd.c and configs/stm3240g-eval/src/up_lcd.c.
+ AM-240320L8TNQW00H (LCD_ILI9320 or LCD_ILI9321) and
+ AM-240320D5TOQW01H (LCD_ILI9325)
+ configs/shenzhou/src/up_ili93xx.c. Another ILI93xx driver.
- configs/stm32f4discovery/src/up_ssd1289.c. This examples is the
- bottom half for the SSD1289 driver at drivers/lcd/ssd1289.c
+ OLEDs:
+
+ configs/stm32f4discovery/src/up_ug2864ambag01.c
+ configs/stm32f4discovery/src/up_ug2864hsweg01.c
+ configs/zp214xpa/src/up_ug2864ambag01.c
+
+ Alphnumeric LCD Displays:
+
+ configs/skp16c26/src/up_lcd.c. Untested alphanumeric LCD driver.
+ configs/pcblogic-pic32/src/up_lcd1602.c
graphics/
=========
See also the usage of the LCD driver in the graphics/ directory.
+
diff --git a/nuttx/drivers/mmcsd/Kconfig b/nuttx/drivers/mmcsd/Kconfig
index 5cdc23bcf..2d9a04bbb 100644
--- a/nuttx/drivers/mmcsd/Kconfig
+++ b/nuttx/drivers/mmcsd/Kconfig
@@ -53,7 +53,7 @@ config MMCSD_SPICLOCK
config MMCSD_SDIO
bool "MMC/SD sdio transfer support"
- default y
+ default n
if MMCSD_SDIO
config SDIO_DMA