summaryrefslogtreecommitdiff
path: root/nuttx/drivers/usbhost
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-093-5/+335
* 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
* SAMA5 OHCI+EHCI: Using cp15_clean instead of cp15_coherent; EHCI: Need to set...Gregory Nutt2013-08-271-13/+20
* Add a new method to the USB host driver interface: getdevinfo. This method ...Gregory Nutt2013-08-261-4/+40
* 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
* kconfig2html: Perform HTL conversions and add hyperlinks for dependency expre...Gregory Nutt2013-04-211-1/+1
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-041-0/+4
* Create sched_ufree and sched_kfree from sched_free; Use user-accessible heap ...patacongo2013-03-102-2/+2
* New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv ty...patacongo2013-02-021-2/+2
* Add board support at configs/zp214xpa for the The0.net ZP213X/4XPA board with...patacongo2012-12-281-3/+3
* Add support for key release eventspatacongo2012-12-271-4/+4
* Verified USB HID KBD driver encoding of special characters; apps/examples/hid...patacongo2012-12-262-15/+23
* Add UG_2965SWEG01 driver from Darcy Gong; fix logic error in how waiters are ...patacongo2012-12-261-4/+12
* Implement encoding the usbhost HID keyboard driver; configre olimex-lpc1766st...patacongo2012-12-262-66/+373
* A few native window build updatespatacongo2012-11-251-2/+2
* Centralized the definition of the INCDIR script in tools/Config.mkpatacongo2012-11-131-2/+2
* Email address change in nuttx/patacongo2012-09-136-6/+6
* Add support for multiple work queuespatacongo2012-09-043-5/+5
* Slightly improved delay logic for the USB hostpatacongo2012-08-282-11/+16
* Update STM32 USB OTG FS host driver -- the driver is now marginally functionalpatacongo2012-08-241-53/+60
* Several more bug fixes for STM32 OTG FS host driverpatacongo2012-08-211-2/+2
* Changes for clean STM32 USB host driver buildpatacongo2012-08-202-5/+9
* Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo2012-08-021-3/+3
* Kconfig updatepatacongo2012-04-131-0/+88
* Add kconfig documentationpatacongo2012-04-061-1/+1
* Adding skeleton Kconfig files (part 1 of 2)patacongo2012-04-061-0/+4
* Move file-system header files to include/nuttx/fspatacongo2012-03-213-3/+3
* Massive name change USB STRG -> USB MSCpatacongo2012-01-251-60/+60
* ADS7843E driver is code completepatacongo2011-10-041-0/+0
* Add bugfixes recommended by Sheref Younanpatacongo2011-07-011-2/+13
* Add initial CC1101 wireless logic from Urospatacongo2011-05-161-9/+15
* Fix possibly deadlock conditionpatacongo2011-05-131-16/+21
* Fix USB host error handling logicpatacongo2011-05-124-16/+16
* Fixes for kernel stub buildspatacongo2011-04-063-14/+15
* RTL bug fixespatacongo2011-03-262-11/+12
* Make RTL8187 driver an add-onpatacongo2011-03-182-1773/+7
* More support for SLIP data link protocolpatacongo2011-03-121-3/+3
* Add a stub that can be used when networking is enabled, but there is no ether...patacongo2011-03-111-22/+0
* RTL8187 driver updatepatacongo2011-03-092-50/+103