summaryrefslogtreecommitdiffstats
path: root/nuttx/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-04-07Updated Kconfig files from Lzyypatacongo5-0/+338
2012-04-06Add kconfig documentationpatacongo17-17/+17
2012-04-06Adding skeleton Kconfig files (part 1 of 2)patacongo17-0/+68
2012-04-02A couple of fixes to common and STM32 serial handling to fix some data overru...patacongo1-3/+6
2012-03-25Missed one file from last set of LPC17xx DAC changespatacongo1-1/+0
2012-03-24Additional documentation/README updatespatacongo2-65/+99
2012-03-24Move include/sercomm to include/nuttx/sercommpatacongo2-2/+2
2012-03-24A few more Calypso/Compal updatespatacongo1-0/+9
2012-03-24Add support for compal e99 and e88 phonespatacongo6-0/+749
2012-03-21Move serial header files to include/nuttx/serialpatacongo6-7/+7
2012-03-21Move file-system header files to include/nuttx/fspatacongo44-53/+53
2012-03-19Minor updates for PIC32 USB device driver bugspatacongo1-5/+7
2012-03-18The PIC32 USB driver (finally) works the the Mass Storage Classpatacongo1-23/+23
2012-03-17Fix reported USB MSC product/revisionpatacongo1-1/+1
2012-03-16Updates to the PIC32 USB driver (still kind of buggy); Fix for STM32 CAN2 -- ...patacongo1-2/+3
2012-03-06Add support for use of a USB serial device to provide NSH console I/O. Verif...patacongo2-4/+4
2012-03-03Move all non-standard, NuttX header files into include/nuttx/netpatacongo8-27/+27
2012-02-28Extend CDC/ACM driver so that can be connected/disconnected under software co...patacongo2-14/+65
2012-02-23(1) Fix a critical memory leak in the TCP read-ahead buffering logic; Add an ...patacongo1-5/+121
2012-02-20Various STM32 SDIO and DMA fixes (SDIO DMA still does not work)patacongo2-3/+6
2012-02-15Add QE support to STM32F4Discovery; add a test of the quadrature encoder driverpatacongo1-1/+7
2012-02-14Add an infrastructure to support a generic quadrature encoder driverpatacongo2-0/+402
2012-02-12Add interface to enabled/disable debug outputpatacongo1-13/+11
2012-02-12Fix a small RAM log bug (the RAM log still does not work)patacongo1-30/+25
2012-02-12Fix some typos and compilation errors introduced in the last checkinpatacongo1-0/+18
2012-02-11The RAM log cannot block like more character drivers, otherwise cat /dev/sysl...patacongo1-6/+73
2012-02-11Add dmesg command that can be used to dump the syslogpatacongo1-5/+5
2012-02-11Add logic to re-direct debug output to a sysloggin devicepatacongo1-34/+125
2012-02-11Add logic so that a RAM log can be used in place of a console devicepatacongo2-24/+32
2012-02-11Add a RAM-based logging devicepatacongo3-0/+607
2012-02-01Move lib/stdio/lib_fgets.c to apps/system/readline; simplify fgets(); use rea...patacongo1-2/+2
2012-01-31Can't use 'class' as a field name! Backward conditional compilation in usbmsc.cpatacongo5-15/+14
2012-01-29Correct a typo in STM32 I2C3 supportpatacongo1-2/+6
2012-01-27Most USB Composite device debugpatacongo5-20/+60
2012-01-27The composite USB device is basically functional (more testing needed)patacongo3-210/+220
2012-01-27First round of changes from debug of USB composite device (still has problems)patacongo7-43/+99
2012-01-26Add a text for the new composite USB devicepatacongo4-13/+62
2012-01-26More USB composite device logicpatacongo4-32/+70
2012-01-26Major restructuring of CLASS<->driver interface to better support composite U...patacongo5-123/+278
2012-01-26More clean up of namespacepatacongo6-12/+12
2012-01-25More name changes: USBSER->PL2303 CDCSER->CDCACMpatacongo8-624/+624
2012-01-25Fixes on reverification of USB mass storage classpatacongo3-5/+45
2012-01-25Massive name change USB STRG -> USB MSCpatacongo8-1023/+1023
2012-01-25Progress toward composite CDC/ACM+MSC USB devicepatacongo10-279/+974
2012-01-24Lots of re-organization -- getting ready to support a composite USB devicepatacongo15-237/+1094
2012-01-23Add logic to set MAX17040 frequencypatacongo1-7/+22
2012-01-23Fixes for clean compile of battery driverspatacongo2-17/+44
2012-01-23Completes first (untested) cut at MAX1704x battery driverpatacongo3-37/+349
2012-01-22Simplify upper-half battery driverpatacongo2-47/+48
2012-01-22Create a generic battery driver infrastructurepatacongo3-84/+363