summaryrefslogtreecommitdiff
path: root/nuttx/include
Commit message (Expand)AuthorAgeFilesLines
* Beginning of support for USB host side tracingGregory Nutt2013-09-092-35/+123
* Trivial updates assocaited with USB host mass storage and SAMA5 EHCIGregory Nutt2013-09-081-2/+2
* Extend USB trace logic. When we are configured to decode and stringify trace...Gregory Nutt2013-09-061-150/+153
* Partial implementation of driver-based UDP backlog still missing some logic. ...Gregory Nutt2013-09-061-2/+5
* CDC/ACM and PL2303 device drivers: Don't use the max packet size assigned to...Gregory Nutt2013-09-051-1/+5
* Some restructing of the CC3000 buildGregory Nutt2013-09-0411-6/+7
* CC3000 driver updates from Alan Carvalho de AssisGregory Nutt2013-09-049-2753/+2753
* Initial cut of a driver for the TI CC3000 network module with support on the ...Gregory Nutt2013-09-0311-0/+2903
* SAMA5 UPPHS: Fix a small mountain of compilation errors. Still things to REV...Gregory Nutt2013-09-011-0/+4
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-279-10/+10
* Add a new method to the USB host driver interface: getdevinfo. This method ...Gregory Nutt2013-08-261-3/+45
* Add ENCX24J600 Ethernet driver and support for the ENCX24J600 with the Olimex...Gregory Nutt2013-08-251-0/+181
* SAMA5/ECHI: Debug register access, add logic to determine transfer size, fix...Gregory Nutt2013-08-231-0/+63
* SourceForge bug #16 Fix IO pin map. Add CONFIG_SERIAL_TERMIOS support. From ...Gregory Nutt2013-08-231-0/+22
* SAMA5 EHCI: Initial debug changesGregory Nutt2013-08-221-2/+4
* SAMA5 EHCI: Add IOC error handlingGregory Nutt2013-08-221-0/+2
* SAMA5 EHCI: Hardware initialization logicGregory Nutt2013-08-211-4/+11
* Move all SAMA5 EHCI interrupt handling to the worker threadGregory Nutt2013-08-211-2/+5
* Add kernel/user memalign functions. Not fully integratedGregory Nutt2013-08-203-1/+10
* SAMA5 OHCI+EHCI mostly cosmetic changesGregory Nutt2013-08-191-3/+18
* USB host: Add device address management support in preparation for USB hub su...Gregory Nutt2013-08-182-1/+151
* Add few more EHCI definitionsGregory Nutt2013-08-181-15/+64
* Completes EHCI header fileGregory Nutt2013-08-181-565/+785
* Add EHCI header file (not quite complete)Gregory Nutt2013-08-171-0/+565
* Clean up some LP17xx and STM32 USB host configuration compilation errors due ...Gregory Nutt2013-08-131-2/+2
* Separate wait() and enumerate() methods from struct usbhost_driver_s and move...Gregory Nutt2013-08-131-13/+21
* Back out most of the changes of 3b04d08043742b9e65cf38d45988b35bff91daedGregory Nutt2013-08-131-3/+2
* More changes to USB host interface to support multiple downstream portsGregory Nutt2013-08-121-2/+3
* First of several changes needed to support multiple USB host root hubsGregory Nutt2013-08-121-31/+36
* Add untested OHCI driver for the SAMA5; structure naming and header files for...Gregory Nutt2013-08-111-27/+0
* Serial FIONREAD, FIONWRITE, and TERMIOS I/O processing from Mike Smith, Andre...Gregory Nutt2013-08-101-0/+7
* SAMA5: Fix HSMCI race condition. Now memory card interface is functional wit...Gregory Nutt2013-08-101-2/+13
* SAMA5: Add logic to auto-mount a file system on AT25 SPI FLASH for NSHGregory Nutt2013-08-051-38/+50
* Fixes for compiler warnings from Lorenz MeierGregory Nutt2013-08-032-18/+17
* Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt2013-07-261-5/+5
* Fix typo/compilation error with USB device DMA memory allocation is enabledGregory Nutt2013-07-122-22/+23
* Fix typoes in drivers/rwbuffer.c from Chia Cheng TsaoGregory Nutt2013-07-091-2/+4
* Add CRC16 supportGregory Nutt2013-07-072-5/+88
* prohibit re-entrance into sam_configgpio()Gregory Nutt2013-07-051-16/+12
* Fix some SPI bit bang timing. I still don't think it is working properly; I ...Gregory Nutt2013-07-051-85/+121
* Back out part of last change to the Arduino Due touchscreen driverGregory Nutt2013-07-031-13/+13
* Several fixes to get a clean compile of the Arduino touch screenGregory Nutt2013-07-021-4/+4
* Revise how delays are calculated in SPI bit bang driver so that we may get a ...Gregory Nutt2013-07-012-54/+102
* clean up of SPI bit bang logicGregory Nutt2013-07-011-552/+610
* Add a general bit-bang SPI lower-half driver and implement the bit-bang drive...Gregory Nutt2013-07-012-11/+565
* Add a general bit-bang SPI upper-half driverGregory Nutt2013-07-011-0/+176
* Created new directories to hold SPI-related filesGregory Nutt2013-07-0118-22/+22
* Fix UG-2832HSWEG04 configuration valuesGregory Nutt2013-06-231-2/+2
* Add support for the UG-2843HHSWEG04 OLED and for the SAM4L Xplained Pro OLED ...Gregory Nutt2013-06-232-30/+39
* SAM3U-EK: Correct polarity of the PENIRQ signalGregory Nutt2013-06-161-4/+9