summaryrefslogtreecommitdiff
path: root/nuttx/drivers
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Gregory Nutt2013-09-091-0/+14
| | | | the interface is returning fatal transfer errors
* 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 ↵Gregory Nutt2013-09-072-11/+16
| | | | MSC default VID/PID configuration
* Extend USB trace logic. When we are configured to decode and stringify ↵Gregory Nutt2013-09-065-55/+584
| | | | trace data, de-stringification support is not included for class driver trace output
* Back-port some bugfixes from the ENCX24J600 to the ENC28J60 driver ↵Gregory Nutt2013-09-061-27/+25
| | | | (unverified). From Max Holtzberg
* 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 ↵Gregory Nutt2013-09-053-12/+52
| | | | to an endpoint in order to determine the request buffer size. The endpoint has not yet been configured that max packet size may be wrong.
* 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
| | | | Freescale KL25Z board from Alan Carvalho de Assis
* 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 ↵Gregory Nutt2013-08-271-13/+20
| | | | set alt pointer in order to handle short transfers.
* 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
| | | | will return information about the currently connected device. At present, it only returns the device speed. The speed is needed by the enumeration logic in order to set a credible initial EP0 max packet size
* 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 ↵Gregory Nutt2013-08-254-2/+2867
| | | | Olimex STM32 P107 board. From Max Holtberg
* ENC28J60 errors reported by Max HoltzbergGregory Nutt2013-08-211-2/+2
|
* USB host: Add device address management support in preparation for USB hub ↵Gregory Nutt2013-08-182-1/+335
| | | | support
* 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 ↵Gregory Nutt2013-08-112-43/+64
| | | | for USB host initialization prototypes
* 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, ↵Gregory Nutt2013-08-103-15/+256
| | | | Andrew Tridgell, and and Lorenz Meier
* MMC/SD SDIO: Correct return values when multiple block transfers are ↵Gregory Nutt2013-08-101-32/+46
| | | | suppressed. From Andrew Tridgell via Lorenz Meier
* SAMA5: Fix HSMCI race condition. Now memory card interface is functional ↵Gregory Nutt2013-08-101-0/+2
| | | | with DMA
* Rearrange configuration settings so that ARCH_HAVE_SDIO is moved to higher, ↵Gregory Nutt2013-08-103-2/+5
| | | | sharable level
* SAM3,4,A5 DMA fixes; SAMA5 SPI driver now supports DMA transfersGregory Nutt2013-08-091-1/+0
|
* SAMA5: A few early, easy bug fixes. The rest will all be difficultGregory Nutt2013-08-061-0/+1
|
* SAMA5: Add logic to auto-mount a file system on AT25 SPI FLASH for NSHGregory Nutt2013-08-052-9/+6
|
* SAMA5D3x-EK: At support for the AT25 serial FLASHGregory Nutt2013-08-041-4/+29
|
* Update SAMA5D3x-EK board configuration to support on-board UART connections, ↵Gregory Nutt2013-07-241-24/+78
| | | | LEDs, and push buttons
* Fix typoes in drivers/rwbuffer.c from Chia Cheng TsaoGregory Nutt2013-07-091-4/+4
|
* Fix type in the USB composite device driverGregory Nutt2013-07-041-1/+1
|
* Correct port direction for Arduino MISO signalGregory Nutt2013-07-021-0/+3
|
* Add support for touchscreen on ITEAD Arduino shield. UntestedGregory Nutt2013-07-021-1/+1
|
* Revise how delays are calculated in SPI bit bang driver so that we may get a ↵Gregory Nutt2013-07-011-0/+1
| | | | little better frequency resolution
* clean up of SPI bit bang logicGregory Nutt2013-07-012-1/+11
|
* Add a general bit-bang SPI lower-half driver and implement the bit-bang ↵Gregory Nutt2013-07-012-21/+119
| | | | driver for the Arduino ITEAD TFT shield
* Add a general bit-bang SPI upper-half driverGregory Nutt2013-07-014-12/+556
|
* Created new directories to hold SPI-related filesGregory Nutt2013-07-0126-49/+66
|
* Fix UG-2832HSWEG04 landscape. Add reverse landscape support to ↵Gregory Nutt2013-06-245-79/+299
| | | | UG_2864AMBAG01 and UG-9964HSWAG01. Fixe NXHELLO default colors for 1-bit mono modes
* Fix UG-2832HSWEG04 configuration valuesGregory Nutt2013-06-231-22/+26
|
* Add support for the UG-2843HHSWEG04 OLED and for the SAM4L Xplained Pro OLED ↵Gregory Nutt2013-06-234-203/+254
| | | | module that uses that OLED.
* Fix error in MMC/SD SPI driver introduced with some recent changes; Update ↵Gregory Nutt2013-06-231-2/+2
| | | | TODO list
* Beginning debug of SAM4L Xplained SLCDGregory Nutt2013-06-221-9/+14
|