summaryrefslogtreecommitdiff
path: root/nuttx/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* MMC/SD SDIO: Correct return values when multiple block transfers are suppres...Gregory Nutt2013-08-101-32/+46
* SAMA5: Fix HSMCI race condition. Now memory card interface is functional wit...Gregory Nutt2013-08-101-0/+2
* Rearrange configuration settings so that ARCH_HAVE_SDIO is moved to higher, s...Gregory Nutt2013-08-103-2/+5
* 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
* 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
* 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 drive...Gregory Nutt2013-07-012-21/+119
* 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 UG_2864AMBAG0...Gregory Nutt2013-06-245-79/+299
* 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
* Fix error in MMC/SD SPI driver introduced with some recent changes; Update TO...Gregory Nutt2013-06-231-2/+2
* Beginning debug of SAM4L Xplained SLCDGregory Nutt2013-06-221-9/+14
* Fix for ENC28J60 from DaveGregory Nutt2013-06-221-4/+11
* MMC/SD SPI speed field is only used if CONFIG_SPI_OWNBUS is not definedGregory Nutt2013-06-171-2/+14
* MMC/SD driver needs to manage SPI mode and data width as wellGregory Nutt2013-06-172-10/+55
* SAM3U-EK: Correct polarity of the PENIRQ signalGregory Nutt2013-06-161-30/+5
* Re-architected SAM3/4 SPI interface; Change BUSY bit handling in the ADS7843E...Gregory Nutt2013-06-161-1/+45
* SAM MMCSD/SPI related changesGregory Nutt2013-06-151-5/+7
* SAM3/4: Loop counter for PLL delay must be volatile or it may get optimized ...Gregory Nutt2013-06-131-1/+6
* Remove CONFIG_XYZ_BUILTIN configurations, replace with the single CONFIG_NSH_...Gregory Nutt2013-06-121-0/+5
* Add flow control support to the STM32 serial driver; Fix some issues with UAR...Gregory Nutt2013-06-061-266/+597
* Add NSRF42L01 driver. From Laurent LatilGregory Nutt2013-06-0110-584/+2657
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-301-1/+0
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-301-8/+9
* 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
* Verified the sure-pic32mx/usbnsh configurationGregory Nutt2013-05-271-4/+9
* The SLCD driver is now fully functional for Sure PIC32MX boardGregory Nutt2013-05-271-2/+3
* Rename SLCD geometry tructure to attributes; Move MAX contrast to attributes...Gregory Nutt2013-05-272-6/+13
* Converted configs/pcblogic-pic32mx configurations to use kconfig-frontends. ...Gregory Nutt2013-05-252-3/+38
* Audio subystem update from Ken Pettit. Plus moved some header filesGregory Nutt2013-05-212-19/+364
* Add audio/ sub-syste, include/nuttx/audio.h interface, and drivers/audio/vs10...Gregory Nutt2013-05-195-0/+336
* Add support for R61505U LCD controller on HY-mini STM32v boardGregory Nutt2013-05-161-0/+4
* Various changes and bigfixes for problems detected by CppCheckGregory Nutt2013-05-091-1/+1
* configs/mikroe-stm32f4: Add new configurations plus support for the MIO283QT...Gregory Nutt2013-05-071-0/+7
* mio283qt2.c: Need select/deselect LCD in setpower method; hwinitialize did no...Gregory Nutt2013-05-061-4/+22
* Fixed to M25P driver from Ken Pettit plus some documentation updatesGregory Nutt2013-05-031-1/+1
* Replace CONFIG_MTD_SMART in MTD drivers with other conditionsGregory Nutt2013-05-033-40/+46