aboutsummaryrefslogtreecommitdiff
path: root/nuttx/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * Add GPIO support to STMPE11 driver; NFS updatepatacongo2012-05-054-15/+628
| * Beginning of an SMTPE11 touchscreen/IO expander driverpatacongo2012-05-053-10/+487
| * Fix some warnings and fix some simulator buildspatacongo2012-05-023-6/+6
| * More STM3240G-EVAL LCD updatespatacongo2012-04-271-0/+71
| * Fix infinite loop in CDC/ACM driverpatacongo2012-04-251-8/+10
| * Minor fixes to PIC32MX7MMB led controlspatacongo2012-04-241-5/+56
| * Rename some USB device filespatacongo2012-04-234-6/+6
| * More Kconfig filespatacongo2012-04-181-0/+4
| * drivers/serial: Don't disable Rx interrrupts on each characterpatacongo2012-04-181-19/+56
| * STM32 WWDG watchdog driver workspatacongo2012-04-161-3/+2
| * Add STM32 watchdog configurationpatacongo2012-04-161-2/+3
| * 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