summaryrefslogtreecommitdiff
path: root/nuttx/drivers
Commit message (Expand)AuthorAgeFilesLines
* The SST25 driver now works with SST25 (at least using the slow write mode)patacongo2012-06-271-76/+147
* Mirtoo README.txt and SST25 comments updatepatacongo2012-06-271-3/+3
* Add logic to un-protect blocks to the SST25 driverpatacongo2012-06-261-24/+144
* Mirtoo: Switch to SPI mode 1patacongo2012-06-261-4/+4
* Add an erase block cache to the SST 25 driverpatacongo2012-06-251-23/+187
* Add a driver for SST 25 FLASHpatacongo2012-06-253-4/+927
* STM32 power management updatepatacongo2012-06-182-2/+2
* Fix PL2303 typo checked in a long time ago; NFS updatepatacongo2012-06-121-1/+1
* The PIC32MX7 MMB's mio832qt2 LCD is functionalpatacongo2012-06-041-12/+20
* Add support for the MIO283QT2 LCDpatacongo2012-06-042-0/+1010
* SD card now works on the PIC32MX7 MMB boardpatacongo2012-06-031-3/+3
* updates for LCD initializationpatacongo2012-05-312-57/+124
* NFS updatepatacongo2012-05-301-2/+2
* Fix some of the SSD1289 initial register settingspatacongo2012-05-302-13/+21
* A little more cleanup after the big STMPE11->811 name changepatacongo2012-05-296-415/+415
* Massive naming fix: STMPE11->STMPE811patacongo2012-05-297-10/+10
* SSD1289 fixespatacongo2012-05-281-1/+1
* Fix packet size calculation in CDC/ACM and PL2303 USB serial driverspatacongo2012-05-252-4/+22
* Add STM32F4Discovery support for an SSD1289-based LCDpatacongo2012-05-241-10/+12
* Add generic SSD1289 LCD driverpatacongo2012-05-244-3/+1634
* Add a timeout to the STMPE11 touchscreen driver to catch missing pen up eventspatacongo2012-05-213-16/+114
* NXWidgets::CNxTkWindow must subtract the height of the toolbar (if any) when ...patacongo2012-05-151-4/+4
* Improved thresholding logic in the STMPE11 driver; NxWM: Oops minimizing wro...patacongo2012-05-141-8/+6
* NXWidgets::CImage needs to catch mouse/touchscreen events; All touchscreen dr...patacongo2012-05-136-32/+98
* Fix a few STMPE11 touchscreen and NxWM touchscreen calibration bugspatacongo2012-05-112-29/+35
* SMTPE11 and NxWM touchscreen fixespatacongo2012-05-113-45/+76
* NxWM: Finishes touchscreen implementation; NuttX: Standardize touchscreen ini...patacongo2012-05-111-1/+6
* The STMPE11/touchscreen is now fully functional on the STM3240G-EVALpatacongo2012-05-084-50/+84
* Integrate the STMPE11 driver into the STM3240G-EVAL board logicpatacongo2012-05-081-2/+3
* Mostly cosmetic, partial fixes for STM3240G-EVAL LCDpatacongo2012-05-071-2/+2
* Add STMPE11 temperature sensor logicpatacongo2012-05-062-0/+177
* Add STMPE11 touchscreen logicpatacongo2012-05-066-18/+1033
* Add framework for STMPE11 ADC interfacespatacongo2012-05-065-16/+324
* Add GPIO support to STMPE11 driver; NFS updatepatacongo2012-05-054-15/+628
* Beginning of an SMTPE11 touchscreen/IO expander driverpatacongo2012-05-053-10/+487
* Fix some warnings and fix some simulator buildspatacongo2012-05-023-6/+6
* More STM3240G-EVAL LCD updatespatacongo2012-04-271-0/+71
* Fix infinite loop in CDC/ACM driverpatacongo2012-04-251-8/+10
* Minor fixes to PIC32MX7MMB led controlspatacongo2012-04-241-5/+56
* Rename some USB device filespatacongo2012-04-234-6/+6
* More Kconfig filespatacongo2012-04-181-0/+4
* drivers/serial: Don't disable Rx interrrupts on each characterpatacongo2012-04-181-19/+56
* STM32 WWDG watchdog driver workspatacongo2012-04-161-3/+2
* Add STM32 watchdog configurationpatacongo2012-04-161-2/+3
* Kconfig updatespatacongo2012-04-141-0/+2
* Kconfig updatespatacongo2012-04-142-23/+11
* Add an upper half watchdog timer driverpatacongo2012-04-134-3/+670
* Minor kconfig fixespatacongo2012-04-132-2/+18
* Kconfig updatepatacongo2012-04-138-5/+1161
* Extend the USB device/class interface: Add parameters to pass the EP0 OUT da...patacongo2012-04-124-21/+36