summaryrefslogtreecommitdiff
path: root/nuttx/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add STM3210E-EVAL LCD driver.patacongo2011-07-051-7/+12
* Add bugfixes recommended by Sheref Younanpatacongo2011-07-011-2/+13
* Changes for clean ez80 ZDS-II compilepatacongo2011-06-221-44/+50
* Fix AVR warnings; FAT FS needs to use off_t instead of size_tpatacongo2011-06-204-5/+5
* Update documents and commentspatacongo2011-06-181-2/+2
* Eliminate some warningspatacongo2011-06-112-9/+9
* RGMP 0.2.0 patch appliedpatacongo2011-06-091-10/+15
* Add E1000 PIC NIC driver from Yu Qiangpatacongo2011-05-214-2/+1172
* Add initial CC1101 wireless logic from Urospatacongo2011-05-1617-638/+1149
* Fix possibly deadlock conditionpatacongo2011-05-131-16/+21