summaryrefslogtreecommitdiff
path: root/nuttx/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* 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
* More fixe for FreeBSD buildpatacongo2011-08-281-1/+5
* Add a flash_eraseall() functionpatacongo2011-08-273-9/+147
* Changes for clean ez80 ZDS-II compilepatacongo2011-06-221-44/+50
* Eliminate some warningspatacongo2011-06-112-9/+9
* Add initial CC1101 wireless logic from Urospatacongo2011-05-161-3/+10
* Prep for 6.2 releasenuttx-6.2patacongo2011-05-061-2/+67
* More NXFFS bugfixespatacongo2011-05-041-9/+9
* Add beginning of a test for NXFFSpatacongo2011-04-291-8/+12
* Fixes to get clean i.MXADS buildpatacongo2011-04-261-1/+3
* Add a RAM-based MTD devicepatacongo2011-04-244-11/+364
* Fixes for kernel stub buildspatacongo2011-04-064-14/+18
* Add support for RAMTRON NVRAM devicespatacongo2011-03-063-5/+672
* Fix issues detected by CppCheck toolpatacongo2011-01-191-2/+2
* Use RECVBLOCK vs multiple SENDpatacongo2010-10-011-14/+10
* Accidentally deleted resume() callpatacongo2010-09-131-2/+3
* Improve optionspatacongo2010-09-131-33/+44
* Make power saving optional; Add higher performance, power hogging logicpatacongo2010-09-131-6/+78
* Still debugging AT45DB and SPIpatacongo2010-09-121-2/+1
* Early AT45DB debug fixespatacongo2010-09-121-3/+3
* Last (cosmetic) changes were still in editorpatacongo2010-09-121-20/+26
* Extend support to other chips in the familypatacongo2010-09-121-16/+50
* Add driver for Atmel AT45DB161 FLASHpatacongo2010-09-122-2/+781
* Fix typos in commentspatacongo2010-09-101-5/+7
* Add support for M25P1patacongo2010-05-261-1/+22
* Fix syntax error in debug statementpatacongo2009-12-171-1/+1
* Fix CPP conditional syntaxpatacongo2009-12-171-1/+1
* Clean-up from big switch to stdint/stdboolpatacongo2009-12-162-4/+4
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-153-53/+58
* Eliminate some hcs12 compile errors/warningspatacongo2009-12-132-3/+6
* Add FTL logicpatacongo2009-12-062-1/+543
* 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-182-120/+257
* Add MTD interface; add M25P64/128 driverpatacongo2009-10-183-0/+834