summaryrefslogtreecommitdiff
path: root/nuttx/drivers
Commit message (Expand)AuthorAgeFilesLines
* stm32: add sw workaround for broken stm32 hw RTS implementationKevin Hester2014-05-201-1/+17
* More compile fixes for RAMTRON deviceLorenz Meier2014-01-161-0/+1
* Ramtron compile fixLorenz Meier2014-01-161-1/+1
* Range checking on clock argument for RAMTRON set speed IOCTLLorenz Meier2014-01-161-4/+11
* mtd: added MTDIOC_SETSPEED ioctlAndrew Tridgell2014-01-161-20/+21
* mtd: added timeouts to at24xx eeprom driverAndrew Tridgell2014-01-161-2/+13
* ramtron: the driver has been tested nowAndrew Tridgell2014-01-161-1/+1
* ramtron: give errors for IO operations immediatelyAndrew Tridgell2014-01-161-24/+27
* Abort after N retries, propagate error throughout driver layersLorenz Meier2014-01-151-11/+37
* Add an explicit preflight call for SDIO DMA operations, since we can't error ...px4dev2013-09-081-0/+64
* Teach the MMC layer to handle errors reported during DMA setup.px4dev2013-09-011-4/+24
* Merged MMCSD single read fix from Greg, without change logGregory Nutt2013-08-111-32/+46
* cdcacm: added FIONREAD and FIONWRITE to cdcacm driverAndrew Tridgell2013-07-251-0/+48
* Added support for FIONREAD and FIONWRITE, added input / output processing sup...Lorenz Meier2013-07-182-44/+266
* Merged in upstream, took upstream UART driver without changes, needs re-evalu...Lorenz Meier2013-06-132-266/+602
* 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