summaryrefslogtreecommitdiff
path: root/nuttx/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-022-22/+94
* 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
* Add support for the FM25V01 partGregory Nutt2013-04-181-1/+9
* Missed SST39VF driver in commit 45640patacongo2013-02-121-0/+847
* Add a driver for the SST30VF NOR FLASH partspatacongo2013-02-113-28/+71
* Additional patches from Petteri Aimonen for FAT, STM32 SPI, and AT25patacongo2013-02-011-7/+9
* Don't build drivers/mtd unless CONFIG_MTD is defined (Denis Carikli)patacongo2013-01-151-0/+3
* Patches from Petteri Aimonen + stdbool and rand() changes for Freddie Chopinpatacongo2012-12-073-4/+739
* Several bugfixes, mostly from Darcy Gongpatacongo2012-10-061-104/+116
* Fix some W25 driver errorspatacongo2012-10-041-15/+6
* Resync new repository with old repo r5166patacongo2012-09-174-5/+1262
* Email address change in nuttx/patacongo2012-09-134-4/+4
* Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo2012-08-021-1/+2
* Add support for the TI PGA11x amplifier/multiplexerpatacongo2012-07-254-8/+8
* Combine cfset[o|i]speed to cfsetspeed; combine cfget[o|i]speed for cfgetspeedpatacongo2012-07-241-1/+1
* The SST25 driver now works with SST25 (at least using the slow write mode)patacongo2012-06-271-76/+147
* Mirtoo README.txt and SST25 comments updatepatacongo2012-06-271-3/+3
* Add logic to un-protect blocks to the SST25 driverpatacongo2012-06-261-24/+144
* Mirtoo: Switch to SPI mode 1patacongo2012-06-261-4/+4
* Add an erase block cache to the SST 25 driverpatacongo2012-06-251-23/+187
* Add a driver for SST 25 FLASHpatacongo2012-06-253-4/+927
* Fix some warnings and fix some simulator buildspatacongo2012-05-022-4/+4
* Updated Kconfig files from Lzyypatacongo2012-04-071-0/+64
* Add kconfig documentationpatacongo2012-04-061-1/+1
* Adding skeleton Kconfig files (part 1 of 2)patacongo2012-04-061-0/+4
* Move file-system header files to include/nuttx/fspatacongo2012-03-218-10/+10
* PIC32 NSH configuration now builds without errorspatacongo2011-12-231-1/+2
* STM32 ADC driver updatepatacongo2011-12-201-1/+38
* Update M25P driver per feedback from Mohammed Elwakeelpatacongo2011-12-201-13/+39
* Adds support for the STM32F103VCT6 and for the Hy-Mini STM32v board. Contrib...patacongo2011-12-173-679/+678
* Use calculations on constants to (slightly) reduce code sizepatacongo2011-11-011-8/+9
* Add support for configurable block size on AT24 EEPROM driverpatacongo2011-11-011-349/+428
* ADS7843E driver is code completepatacongo2011-10-044-0/+0
* Add AT24xx and LPC17xx I2C drivers (from Lzyy)patacongo2011-09-072-0/+353