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