summaryrefslogtreecommitdiff
path: root/nuttx/drivers/mtd/m25px.c
Commit message (Expand)AuthorAgeFilesLines
* Created new directories to hold SPI-related filesGregory Nutt2013-07-011-1/+1
* 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-031-6/+6
* Rearchitecting of some MTD, partition, SMART interfaces, and FLASH drivers to...Gregory Nutt2013-05-031-164/+166
* Fix typo in configuration variables: MP25P should M25PGregory Nutt2013-05-011-23/+23
* Cosmetic update to commentsGregory Nutt2013-05-011-15/+19
* Add an optional byte-oriented write method to the MTD interfaceGregory Nutt2013-05-011-2/+4
* SMART block driver plus changes to M25P and RAM drivers needed for SMART supportGregory Nutt2013-04-301-10/+243
* Add support for the TI PGA11x amplifier/multiplexerpatacongo2012-07-251-2/+2
* Add a driver for SST 25 FLASHpatacongo2012-06-251-2/+26
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
* 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-171-2/+2
* Fixes for kernel stub buildspatacongo2011-04-061-3/+4
* Fix typos in commentspatacongo2010-09-101-5/+7
* Add support for M25P1patacongo2010-05-261-1/+22
* Clean-up from big switch to stdint/stdboolpatacongo2009-12-161-1/+1
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-151-33/+35
* Eliminate some hcs12 compile errors/warningspatacongo2009-12-131-1/+1
* Fix errors/warnings reported by eZ80 compilerpatacongo2009-11-061-8/+8
* Extend SPI interface to better handle multiple devices on same SPI buspatacongo2009-10-201-50/+74
* Add bulk erase IOCTL; add byte read methodpatacongo2009-10-181-108/+206
* Add MTD interface; add M25P64/128 driverpatacongo2009-10-181-0/+562