summaryrefslogtreecommitdiff
path: root/nuttx/drivers
Commit message (Expand)AuthorAgeFilesLines
* Extend CDC/ACM driver so that can be connected/disconnected under software co...patacongo2012-02-282-14/+65
* (1) Fix a critical memory leak in the TCP read-ahead buffering logic; Add an ...patacongo2012-02-231-5/+121
* Various STM32 SDIO and DMA fixes (SDIO DMA still does not work)patacongo2012-02-202-3/+6
* Add QE support to STM32F4Discovery; add a test of the quadrature encoder driverpatacongo2012-02-151-1/+7
* Add an infrastructure to support a generic quadrature encoder driverpatacongo2012-02-142-0/+402
* Add interface to enabled/disable debug outputpatacongo2012-02-121-13/+11
* Fix a small RAM log bug (the RAM log still does not work)patacongo2012-02-121-30/+25
* Fix some typos and compilation errors introduced in the last checkinpatacongo2012-02-121-0/+18
* The RAM log cannot block like more character drivers, otherwise cat /dev/sysl...patacongo2012-02-111-6/+73
* Add dmesg command that can be used to dump the syslogpatacongo2012-02-111-5/+5
* Add logic to re-direct debug output to a sysloggin devicepatacongo2012-02-111-34/+125
* 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