summaryrefslogtreecommitdiffstats
path: root/nuttx/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-09-04Kconfig changes + back out part of last check-in: The 2STOP setting must be ...patacongo1-12/+12
2012-09-04Add support for multiple work queuespatacongo10-16/+16
2012-08-28Slightly improved delay logic for the USB hostpatacongo2-11/+16
2012-08-24Update STM32 USB OTG FS host driver -- the driver is now marginally functionalpatacongo1-53/+60
2012-08-21Several more bug fixes for STM32 OTG FS host driverpatacongo1-2/+2
2012-08-20Changes for clean STM32 USB host driver buildpatacongo2-5/+9
2012-08-20Progress on STM32 OTG FS host driverpatacongo1-0/+4
2012-08-18Move duplicate LCD orieations settings from configs/*/Kconfig to drivers/lcd/...patacongo1-0/+39
2012-08-17Auto-configuration updates from Richard Cochranpatacongo1-0/+3
2012-08-13Make the lib/ subdirectory build more like other directoriespatacongo1-8/+14
2012-08-12drivers/serial/serial.c open, read, write, and poll methods will not return a...patacongo1-38/+179
2012-08-03Add capability to traverse inodes in the NuttX psuedo-filesystempatacongo12-19/+30
2012-08-02Fix syslog mutual exclusion and interrupt level logicpatacongo1-3/+11
2012-08-02The initial SYLOG device logic was valiant but yet still not enoughpatacongo4-181/+88
2012-08-02Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo8-80/+308
2012-07-29Review and update some board configurationspatacongo2-2/+21
2012-07-27PM updatepatacongo1-0/+4
2012-07-26Add SSD1783 LCD driver for C155 phonepatacongo1-9/+39
2012-07-26Mostly cosmetic updatespatacongo3-49/+104
2012-07-25Fix logic error in configuring PGA11x devices in a daisy chain. Add logic in...patacongo1-56/+269
2012-07-25PGA11x driver belongs in analog/ not input/patacongo3-8/+10
2012-07-25Add support for the TI PGA11x amplifier/multiplexerpatacongo8-13/+596
2012-07-24Combine cfset[o|i]speed to cfsetspeed; combine cfget[o|i]speed for cfgetspeedpatacongo1-1/+1
2012-07-16Fix an error in LPC43xx clock configuratin that can cause fail to bootpatacongo1-0/+1
2012-07-15drivers/, drivers/pipes, and drivers/serial file clean-uppatacongo14-83/+103
2012-06-27The SST25 driver now works with SST25 (at least using the slow write mode)patacongo1-76/+147
2012-06-27Mirtoo README.txt and SST25 comments updatepatacongo1-3/+3
2012-06-26Add logic to un-protect blocks to the SST25 driverpatacongo1-24/+144
2012-06-26Mirtoo: Switch to SPI mode 1patacongo1-4/+4
2012-06-25Add an erase block cache to the SST 25 driverpatacongo1-23/+187
2012-06-25Add a driver for SST 25 FLASHpatacongo3-4/+927
2012-06-18STM32 power management updatepatacongo2-2/+2
2012-06-12Fix PL2303 typo checked in a long time ago; NFS updatepatacongo1-1/+1
2012-06-04The PIC32MX7 MMB's mio832qt2 LCD is functionalpatacongo1-12/+20
2012-06-04Add support for the MIO283QT2 LCDpatacongo2-0/+1010
2012-06-03SD card now works on the PIC32MX7 MMB boardpatacongo1-3/+3
2012-05-31updates for LCD initializationpatacongo2-57/+124
2012-05-30NFS updatepatacongo1-2/+2
2012-05-30Fix some of the SSD1289 initial register settingspatacongo2-13/+21
2012-05-29A little more cleanup after the big STMPE11->811 name changepatacongo6-415/+415
2012-05-29Massive naming fix: STMPE11->STMPE811patacongo7-10/+10
2012-05-28SSD1289 fixespatacongo1-1/+1
2012-05-25Fix packet size calculation in CDC/ACM and PL2303 USB serial driverspatacongo2-4/+22
2012-05-24Add STM32F4Discovery support for an SSD1289-based LCDpatacongo1-10/+12
2012-05-24Add generic SSD1289 LCD driverpatacongo4-3/+1634
2012-05-21Add a timeout to the STMPE11 touchscreen driver to catch missing pen up eventspatacongo3-16/+114
2012-05-15NXWidgets::CNxTkWindow must subtract the height of the toolbar (if any) when ...patacongo1-4/+4
2012-05-14Improved thresholding logic in the STMPE11 driver; NxWM: Oops minimizing wro...patacongo1-8/+6
2012-05-13NXWidgets::CImage needs to catch mouse/touchscreen events; All touchscreen dr...patacongo6-32/+98
2012-05-11Fix a few STMPE11 touchscreen and NxWM touchscreen calibration bugspatacongo2-29/+35