summaryrefslogtreecommitdiff
path: root/nuttx/drivers/usbdev
Commit message (Expand)AuthorAgeFilesLines
* SAMA5 UDPHS: Dont' reject read request submissions while stalled. That caus...Gregory Nutt2013-09-242-4/+17
* SAMA5D3x-EK AT25 Serial FLASH: Dropping SPI frequency to 10MHz gives more rel...Gregory Nutt2013-09-221-3/+3
* Use a valid interval for the interrupt endpoint in the CDC/ACM driverGregory Nutt2013-09-221-1/+1
* Names of some USB device definitions changed to avoid collisionsGregory Nutt2013-09-206-17/+37
* Beginning of support for USB host side tracingGregory Nutt2013-09-091-5/+5
* Fix warnings in USB MSC when compiled for a high speed device; also fix USB M...Gregory Nutt2013-09-072-11/+16
* Extend USB trace logic. When we are configured to decode and stringify trace...Gregory Nutt2013-09-065-55/+584
* SAMA5D3x-EK: Add support for USB MSC device on AT25 serial flashGregory Nutt2013-09-063-13/+13
* CDC/ACM and PL2303 device drivers: Don't use the max packet size assigned to...Gregory Nutt2013-09-053-12/+52
* SAMA5 UDPHS: Some very early debug corrections. Not yet working.Gregory Nutt2013-09-021-0/+4
* Misc USB device changes reated to SAMA5, trace support, and USB monitoringGregory Nutt2013-09-011-1/+1
* CDC/ACM Device: Fixe compilation errors when dual speed support is enabledGregory Nutt2013-09-011-15/+33
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-271-1/+1
* Added FIONREAD and FIONWRITE to CDC/ACM driver. From Lorenz MeierGregory Nutt2013-08-101-0/+46
* Serial FIONREAD, FIONWRITE, and TERMIOS I/O processing from Mike Smith, Andre...Gregory Nutt2013-08-101-4/+43
* Fix type in the USB composite device driverGregory Nutt2013-07-041-1/+1
* Optimize request buffer sizes in the serial USB drivers so that we avoid so m...Gregory Nutt2013-05-293-53/+49
* Fix null packet handling in the PIC32 USB device driver. This is a critical ...Gregory Nutt2013-05-281-5/+13
* Various Kconfig files still have references to CONFIG_ variables. Some in ha...Gregory Nutt2013-04-251-4/+4
* Convert olimex-lpc17stk configuration to use the kconfig-frontends tools; Fix...Gregory Nutt2013-04-122-7/+9
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-091-1/+1
* Fixes to STM32 SPI, USB MSC class driver, and MMC/SD SPI driver from Petteri ...patacongo2013-02-281-3/+15
* A few NuTiny-SDK-NUC120 fixespatacongo2013-02-231-6/+6
* STM32 F4 patches from Petteri Aimonen (mostly USB)patacongo2013-02-152-1/+54
* Missing calls to class SUSPEND/RESUME methods in all USB driverspatacongo2013-01-312-2/+172
* Fix readline return value; Add support for removable serial devicespatacongo2013-01-313-16/+78
* USB monitor daemon updatespatacongo2013-01-291-5/+5
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-282-6/+6
* Updates for stm32f4discovery/usbnsh configurationpatacongo2013-01-281-7/+7
* Add configs/stm32f4discovery/usbnshpatacongo2013-01-271-1/+17
* Completes implementation of posix_spawn. Still untested and undocumentedpatacongo2013-01-101-10/+10
* Fixes for l3s, USB composite, nfsmount, apps context build problemspatacongo2012-12-241-2/+2
* A few native window build updatespatacongo2012-11-251-1/+1
* Centralized the definition of the INCDIR script in tools/Config.mkpatacongo2012-11-131-1/+1
* Several bugfixes contributed by Petteri Aimonenpatacongo2012-10-202-2/+2
* USB device drivers: Add hooks to to use common, external DMA buffer allocatio...patacongo2012-09-131-47/+82
* The M3 Wildfire port is code complete and ready for testpatacongo2012-09-101-6/+7
* Add LPC31 Kconfigpatacongo2012-09-061-0/+7
* Fix PL2303 typo checked in a long time ago; NFS updatepatacongo2012-06-121-1/+1
* Fix packet size calculation in CDC/ACM and PL2303 USB serial driverspatacongo2012-05-252-4/+22
* Fix infinite loop in CDC/ACM driverpatacongo2012-04-251-8/+10
* Rename some USB device filespatacongo2012-04-234-6/+6
* Minor kconfig fixespatacongo2012-04-131-2/+2
* Kconfig updatepatacongo2012-04-131-0/+448
* 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
* Add kconfig documentationpatacongo2012-04-061-1/+1