summaryrefslogtreecommitdiff
path: root/nuttx/drivers
Commit message (Expand)AuthorAgeFilesLines
* SAM3U SPI debug changespatacongo2011-10-073-17/+3
* Fix bugs in STM32 SDHC and I2C driverspatacongo2011-10-051-0/+1
* ADS7843E driver is code completepatacongo2011-10-0423-186/+292
* The ADS7843E driver skeleton at least compiles nowpatacongo2011-10-031-2/+143
* Add hooks for the ADS7843E touchscreen controllerpatacongo2011-10-035-4/+1115
* Cosmetic changes to fat and mass storage devicepatacongo2011-09-282-6/+9
* A couple of files were not addedpatacongo2011-09-272-0/+596
* Move MSC descriptors to a separate file; File 13 char long file names.patacongo2011-09-275-488/+305
* Separate all CDC ACM descriptors into a separate C filepatacongo2011-09-275-525/+780
* CDC ACM fixespatacongo2011-09-271-4/+13
* Add examples/usbtermpatacongo2011-09-261-1/+14
* A little progress with CDC ACM driverpatacongo2011-09-161-8/+13
* More CDC serial updatespatacongo2011-09-151-7/+127
* Add CDC ACM serial class device driverpatacongo2011-09-133-239/+329
* Working toward CDC serial USB devicepatacongo2011-09-121-0/+2259
* Correct error in clock_gettime(); fix wait for STOP in I2C stm32 driverpatacongo2011-09-111-39/+103
* Add driver for LM-75 temperature sensorpatacongo2011-09-102-0/+477
* Add AT24xx and LPC17xx I2C drivers (from Lzyy)patacongo2011-09-072-0/+353
* Fix a error the the STM32 I2C timeout logicpatacongo2011-09-061-1/+1
* PM.. Allow negative coeffients; support revert to normal statepatacongo2011-09-054-24/+71
* Update PM documentationpatacongo2011-09-044-12/+18
* Add a basic power management frameworkpatacongo2011-09-049-0/+1322
* Bug fixes for BCH and TSC2007 driverspatacongo2011-08-293-10/+25
* More fixe for FreeBSD buildpatacongo2011-08-281-1/+5
* Add a flash_eraseall() functionpatacongo2011-08-273-9/+147
* Documentation updatepatacongo2011-08-252-2/+16
* ADC bugfixes plus new DAC logic from Lzyypatacongo2011-08-255-20/+730
* Additional Kinetis SDHC fixespatacongo2011-08-221-2/+1
* Progress with Kinetis SDHC driver (more to to)patacongo2011-08-221-10/+20
* Add support for multiplexed SDIO pins from Urospatacongo2011-08-192-3/+68
* Remove executable property from many filespatacongo2011-08-191-0/+0
* Missing a some re-naming in the last checkinpatacongo2011-08-191-34/+34
* Add ADC sub-system and drivers from Lzyypatacongo2011-08-194-0/+816
* Fix a semphore overflow problem in the CAN driverpatacongo2011-08-181-2/+10
* Completes first cut at Kinetis ethernet driverpatacongo2011-08-171-1/+1
* Add beginning of an Kinetics Ethernet driverpatacongo2011-08-161-5/+5
* Add Yu Qiang's patch for RGMP support on the ARMpatacongo2011-08-042-3/+3
* Forgot to add file in last checkinpatacongo2011-07-311-10/+14
* Completes first cut of TSC2007 driverpatacongo2011-07-301-34/+178
* More TSC2007 driver updatespatacongo2011-07-303-95/+469
* More logic added to the TSC2007 touchscreen driverpatacongo2011-07-292-13/+199
* Add TSC2007 register definitionspatacongo2011-07-292-0/+115
* Add framework for input devices and TSC2007 touchscreen driverpatacongo2011-07-293-6/+574
* Correct USB mass storage memory leakpatacongo2011-07-261-8/+9
* Re-architect FAT data structures to support long file namespatacongo2011-07-132-6/+23
* Add wchar_t type; Add LPC17xx CAN driver from Lzyy; Fix serial bug reported b...patacongo2011-07-121-2/+6
* Correct error handling in the case of an overrun error in the serial driverpatacongo2011-07-121-20/+33
* Correct errors in LPC17xx CAN register definespatacongo2011-07-121-1/+1
* Add an 'export' target to the NuttX top-level Makefilepatacongo2011-07-111-0/+1
* Add support for STM3210E-EVAL button interruptspatacongo2011-07-071-2/+2