summaryrefslogtreecommitdiff
path: root/nuttx/drivers
Commit message (Expand)AuthorAgeFilesLines
* Kconfig updatespatacongo2012-04-141-0/+2
* Kconfig updatespatacongo2012-04-142-23/+11
* Add an upper half watchdog timer driverpatacongo2012-04-134-3/+670
* Minor kconfig fixespatacongo2012-04-132-2/+18
* Kconfig updatepatacongo2012-04-138-5/+1161
* Extend the USB device/class interface: Add parameters to pass the EP0 OUT da...patacongo2012-04-124-21/+36
* Working for missing logic to get EP0 OUT DATApatacongo2012-04-121-0/+3
* Misc STM32 OTF FS driver fixes + More Kconfig filespatacongo2012-04-111-1/+1
* Fix CDC/ACM alternate interface number (from Antti)patacongo2012-04-111-2/+2
* Modify configuration for use with STM32 OTG FS driver testingpatacongo2012-04-091-1/+1
* Updated Kconfig files from Lzyypatacongo2012-04-075-0/+338
* Add kconfig documentationpatacongo2012-04-0617-17/+17
* Adding skeleton Kconfig files (part 1 of 2)patacongo2012-04-0617-0/+68
* A couple of fixes to common and STM32 serial handling to fix some data overru...patacongo2012-04-021-3/+6
* Missed one file from last set of LPC17xx DAC changespatacongo2012-03-251-1/+0
* Additional documentation/README updatespatacongo2012-03-242-65/+99
* Move include/sercomm to include/nuttx/sercommpatacongo2012-03-242-2/+2
* A few more Calypso/Compal updatespatacongo2012-03-241-0/+9
* Add support for compal e99 and e88 phonespatacongo2012-03-246-0/+749
* Move serial header files to include/nuttx/serialpatacongo2012-03-216-7/+7
* Move file-system header files to include/nuttx/fspatacongo2012-03-2144-53/+53
* Minor updates for PIC32 USB device driver bugspatacongo2012-03-191-5/+7
* The PIC32 USB driver (finally) works the the Mass Storage Classpatacongo2012-03-181-23/+23
* Fix reported USB MSC product/revisionpatacongo2012-03-171-1/+1
* Updates to the PIC32 USB driver (still kind of buggy); Fix for STM32 CAN2 -- ...patacongo2012-03-161-2/+3
* Add support for use of a USB serial device to provide NSH console I/O. Verif...patacongo2012-03-062-4/+4
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-038-27/+27
* 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