summaryrefslogtreecommitdiff
path: root/nuttx/drivers
Commit message (Expand)AuthorAgeFilesLines
* Add NSH addroute and delroute commandsGregory Nutt2013-10-051-2/+0
* Clean up some naming: fd vs. fildes vs. filedes and filep vs filpGregory Nutt2013-09-284-42/+47
* ENCX24J600: Use separate pools for RX and TX descriptors. From Max HoltzbergGregory Nutt2013-09-281-11/+33
* ENCX24J600: Remove poll for new TX data from TX done interrupt handlingGregory Nutt2013-09-271-4/+0
* Beginng of support for GMII/RGMII PHYsGregory Nutt2013-09-261-0/+6
* Mov apps/examples/composite to apps/system/composite; convert configs/stm3210...Gregory Nutt2013-09-251-10/+10
* Move CONFIG_NET_DUMPPACKET from LPC17 and STM32 to commong network drivers. ...Gregory Nutt2013-09-251-0/+11
* Fix badly applied patch to ENCX24J600Gregory Nutt2013-09-251-44/+93
* SAMA5 UDPHS: Dont' reject read request submissions while stalled. That caus...Gregory Nutt2013-09-242-4/+17
* ENCx24J600 UDP backlog support from Maz HoltzbergGregory Nutt2013-09-242-103/+364
* Cosmetic changes to comments and coding style fixesGregory Nutt2013-09-221-95/+114
* 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
* Cosmetic changes to USB host class driver filesGregory Nutt2013-09-211-0/+1
* SAMA5 + HID Keyboard. Fixes to initialize the HID keyboard classGregory Nutt2013-09-201-6/+6
* Names of some USB device definitions changed to avoid collisionsGregory Nutt2013-09-206-17/+37
* Add support for multiple PHY selections for multiple Ethernet MAC driversGregory Nutt2013-09-172-3/+81
* Add support for the AT 24C512 EEPROMGregory Nutt2013-09-122-10/+21
* Fix a reference counting error in the USB host mass storage classGregory Nutt2013-09-101-28/+26
* SAMA5 EHCI: Did not work with DEBUG off. Appears to be because of some D-Ca...Gregory Nutt2013-09-101-1/+1
* Extent the the USB host trace logic to include verbose debug outputGregory Nutt2013-09-092-4/+9
* USB monitor extended so that it can also be used with USB host trace dataGregory Nutt2013-09-091-1/+10
* Beginning of support for USB host side tracingGregory Nutt2013-09-094-10/+340
* USB MSC host class driver: Don't bother retrying to initialize the FLASH if t...Gregory Nutt2013-09-091-0/+14
* Trivial updates assocaited with USB host mass storage and SAMA5 EHCIGregory Nutt2013-09-081-4/+9
* 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
* Back-port some bugfixes from the ENCX24J600 to the ENC28J60 driver (unverifie...Gregory Nutt2013-09-061-27/+25
* 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
* Some restructing of the CC3000 buildGregory Nutt2013-09-0412-388/+396
* CC3000 driver updates from Alan Carvalho de AssisGregory Nutt2013-09-049-5009/+5005
* Initial cut of a driver for the TI CC3000 network module with support on the ...Gregory Nutt2013-09-0313-0/+5740
* 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
* SAMA5 OHCI+EHCI: Using cp15_clean instead of cp15_coherent; EHCI: Need to set...Gregory Nutt2013-08-271-13/+20
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-2715-24/+24
* Add a new method to the USB host driver interface: getdevinfo. This method ...Gregory Nutt2013-08-261-4/+40
* ENCX24J600: Use the ENC's SRAM from multiple TX packets. From Max HoltzbergGregory Nutt2013-08-262-40/+134
* Add ENCX24J600 Ethernet driver and support for the ENCX24J600 with the Olimex...Gregory Nutt2013-08-254-2/+2867
* ENC28J60 errors reported by Max HoltzbergGregory Nutt2013-08-211-2/+2
* USB host: Add device address management support in preparation for USB hub su...Gregory Nutt2013-08-182-1/+335
* Back out most of the changes of 3b04d08043742b9e65cf38d45988b35bff91daedGregory Nutt2013-08-133-33/+3
* Separate SAMA5 OHCI interrupt handling into separate functionsGregory Nutt2013-08-131-0/+2
* More changes to USB host interface to support multiple downstream portsGregory Nutt2013-08-123-4/+34
* Add untested OHCI driver for the SAMA5; structure naming and header files for...Gregory Nutt2013-08-112-43/+64
* SAMA5: Some improvements to the HSCMI card removal/insertion logicGregory Nutt2013-08-112-8/+10
* 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-103-15/+256