summaryrefslogtreecommitdiff
path: root/nuttx/drivers
Commit message (Expand)AuthorAgeFilesLines
* STM32 fixes for F4 32-bit timerspatacongo2012-01-131-2/+2
* Fix the STM32 PWM driver pulse count logicpatacongo2012-01-111-1/+4
* Fix last change; the change was good but will prevent queuing multiple outgoi...patacongo2012-01-111-55/+95
* Fix LPC17 CAN driver; TX must be interrupt drivenpatacongo2012-01-101-11/+15
* Add basic support for pulse count in the PWM interfacepatacongo2012-01-091-18/+236
* Fix buffer full test in generic CAN driver (plus fixes to comments)patacongo2012-01-041-1/+1
* Fixes for STM32 ADC driver on the F4; LC17xx LED initial statepatacongo2012-01-031-1/+1
* Update to README filespatacongo2011-12-241-0/+135
* PIC32 NSH configuration now builds without errorspatacongo2011-12-231-1/+2
* Add Sure PIC32 NSH configurationpatacongo2011-12-221-1/+1
* Update to the STM32 ADC and CAN driverspatacongo2011-12-221-2/+5
* STM32 CAN debug fixespatacongo2011-12-221-1/+17
* Add loopback support to STM32 CAN driver; Add apps/examples/can loopback testpatacongo2011-12-221-1/+4
* Add the beginning of an STM32 CAN driverpatacongo2011-12-212-9/+27
* STM32 ADC driver updatepatacongo2011-12-201-1/+38
* Update M25P driver per feedback from Mohammed Elwakeelpatacongo2011-12-201-13/+39
* First round of PWM driver debug changespatacongo2011-12-201-2/+48
* Remove the PWM pulse count method. It can't be support on current hardwarepatacongo2011-12-191-13/+0
* Adds support for the STM32F103VCT6 and for the Hy-Mini STM32v board. Contrib...patacongo2011-12-174-696/+695
* Add generic, upper-half PWM driverpatacongo2011-12-162-0/+425
* Updated STM32 ADC driverpatacongo2011-12-161-163/+178
* More STM32 DAC driver logicpatacongo2011-12-151-25/+26
* Finish STM32 Ethernet header file; Add ethernet driver skeletonpatacongo2011-12-081-1/+1
* Fix a cloned error in driver poll setuppatacongo2011-12-032-3/+5
* Add comments that indicate that tsc2007_activate is probably not neededpatacongo2011-12-011-2/+14
* Add support for more FAT partitions; support for SD cards greater than 4Gb; T...patacongo2011-11-152-36/+124
* Use calculations on constants to (slightly) reduce code sizepatacongo2011-11-011-8/+9
* Add support for configurable block size on AT24 EEPROM driverpatacongo2011-11-011-349/+428
* Add a configuration for the lpc3152patacongo2011-10-131-2/+3
* ADS7843 updatespatacongo2011-10-121-2/+2
* 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