summaryrefslogtreecommitdiff
path: root/nuttx/drivers
Commit message (Expand)AuthorAgeFilesLines
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-112-24/+32
* Add a RAM-based logging devicepatacongo2012-02-113-0/+607
* Move lib/stdio/lib_fgets.c to apps/system/readline; simplify fgets(); use rea...patacongo2012-02-011-2/+2
* Can't use 'class' as a field name! Backward conditional compilation in usbmsc.cpatacongo2012-01-315-15/+14
* Correct a typo in STM32 I2C3 supportpatacongo2012-01-291-2/+6
* Most USB Composite device debugpatacongo2012-01-275-20/+60
* The composite USB device is basically functional (more testing needed)patacongo2012-01-273-210/+220
* First round of changes from debug of USB composite device (still has problems)patacongo2012-01-277-43/+99
* Add a text for the new composite USB devicepatacongo2012-01-264-13/+62
* More USB composite device logicpatacongo2012-01-264-32/+70
* Major restructuring of CLASS<->driver interface to better support composite U...patacongo2012-01-265-123/+278
* More clean up of namespacepatacongo2012-01-266-12/+12
* More name changes: USBSER->PL2303 CDCSER->CDCACMpatacongo2012-01-258-624/+624
* Fixes on reverification of USB mass storage classpatacongo2012-01-253-5/+45
* Massive name change USB STRG -> USB MSCpatacongo2012-01-258-1023/+1023
* Progress toward composite CDC/ACM+MSC USB devicepatacongo2012-01-2510-279/+974
* Lots of re-organization -- getting ready to support a composite USB devicepatacongo2012-01-2415-237/+1094
* Add logic to set MAX17040 frequencypatacongo2012-01-231-7/+22
* Fixes for clean compile of battery driverspatacongo2012-01-232-17/+44
* Completes first (untested) cut at MAX1704x battery driverpatacongo2012-01-233-37/+349
* Simplify upper-half battery driverpatacongo2012-01-222-47/+48
* Create a generic battery driver infrastructurepatacongo2012-01-223-84/+363
* Create directory structures to support power-related devicespatacongo2012-01-2210-38/+254
* Add support for extended (29-bit) CAN IDspatacongo2012-01-201-9/+9
* 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