summaryrefslogtreecommitdiff
path: root/nuttx/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rearchitecting of some MTD, partition, SMART interfaces, and FLASH drivers to...Gregory Nutt2013-05-035-345/+391
* Add support for the byte write method to MTD partition logic; Beef up the MT...Gregory Nutt2013-05-023-23/+95
* Fix typo in configuration variables: MP25P should M25PGregory Nutt2013-05-012-35/+35
* Cosmetic update to commentsGregory Nutt2013-05-011-15/+19
* Add an optional byte-oriented write method to the MTD interfaceGregory Nutt2013-05-0112-25/+90
* Misc changes for clean built od mikroe-stm32f4 configurationsGregory Nutt2013-05-011-0/+2
* SMART block driver plus changes to M25P and RAM drivers needed for SMART supportGregory Nutt2013-04-305-21/+2536
* Incorporate comments from Ken PetitGregory Nutt2013-04-301-16/+20
* Add configuration and example to test MTD partitionsGregory Nutt2013-04-302-7/+36
* Add MTD partition support plus fix some typos in commentsGregory Nutt2013-04-304-5/+453
* configs/freedom-kl25z: Change references to NuTiny to Freedom KL25ZGregory Nutt2013-04-251-1/+1
* Useless TIOCSERGSTRUCT logic in most serial drivers is not compiled unless CO...Gregory Nutt2013-04-252-2/+16
* Various Kconfig files still have references to CONFIG_ variables. Some in ha...Gregory Nutt2013-04-251-4/+4
* kconfig2html: Perform HTL conversions and add hyperlinks for dependency expre...Gregory Nutt2013-04-211-1/+1
* Yet more kconfg2html logicGregory Nutt2013-04-202-11/+11
* Add support for the FM25V01 partGregory Nutt2013-04-181-1/+9
* Fix some naming and comments associated with the Open1788 touchscreenGregory Nutt2013-04-152-4/+11
* Convert olimex-lpc17stk configuration to use the kconfig-frontends tools; Fix...Gregory Nutt2013-04-122-7/+9
* Minor clean-up while debugging the Open1788 touchscreenGregory Nutt2013-04-121-9/+10