summaryrefslogtreecommitdiff
path: root/nuttx/drivers/mtd/m25px.c
Commit message (Expand)AuthorAgeFilesLines
* 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