summaryrefslogtreecommitdiffstats
path: root/nuttx/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2012-08-02Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo1-1/+2
2012-07-25Add support for the TI PGA11x amplifier/multiplexerpatacongo4-8/+8
2012-07-24Combine cfset[o|i]speed to cfsetspeed; combine cfget[o|i]speed for cfgetspeedpatacongo1-1/+1
2012-06-27The SST25 driver now works with SST25 (at least using the slow write mode)patacongo1-76/+147
2012-06-27Mirtoo README.txt and SST25 comments updatepatacongo1-3/+3
2012-06-26Add logic to un-protect blocks to the SST25 driverpatacongo1-24/+144
2012-06-26Mirtoo: Switch to SPI mode 1patacongo1-4/+4
2012-06-25Add an erase block cache to the SST 25 driverpatacongo1-23/+187
2012-06-25Add a driver for SST 25 FLASHpatacongo3-4/+927
2012-05-02Fix some warnings and fix some simulator buildspatacongo2-4/+4
2012-04-07Updated Kconfig files from Lzyypatacongo1-0/+64
2012-04-06Add kconfig documentationpatacongo1-1/+1
2012-04-06Adding skeleton Kconfig files (part 1 of 2)patacongo1-0/+4
2012-03-21Move file-system header files to include/nuttx/fspatacongo8-10/+10
2011-12-23PIC32 NSH configuration now builds without errorspatacongo1-1/+2
2011-12-20STM32 ADC driver updatepatacongo1-1/+38
2011-12-20Update M25P driver per feedback from Mohammed Elwakeelpatacongo1-13/+39
2011-12-17Adds support for the STM32F103VCT6 and for the Hy-Mini STM32v board. Contrib...patacongo3-679/+678
2011-11-01Use calculations on constants to (slightly) reduce code sizepatacongo1-8/+9
2011-11-01Add support for configurable block size on AT24 EEPROM driverpatacongo1-349/+428
2011-10-04ADS7843E driver is code completepatacongo4-0/+0
2011-09-07Add AT24xx and LPC17xx I2C drivers (from Lzyy)patacongo2-0/+353
2011-08-28More fixe for FreeBSD buildpatacongo1-1/+5
2011-08-27Add a flash_eraseall() functionpatacongo3-9/+147
2011-06-22Changes for clean ez80 ZDS-II compilepatacongo1-44/+50
2011-06-11Eliminate some warningspatacongo2-9/+9
2011-05-16Add initial CC1101 wireless logic from Urospatacongo1-3/+10
2011-05-06Prep for 6.2 releasepatacongo1-2/+67
2011-05-04More NXFFS bugfixespatacongo1-9/+9
2011-04-29Add beginning of a test for NXFFSpatacongo1-8/+12
2011-04-26Fixes to get clean i.MXADS buildpatacongo1-1/+3
2011-04-24Add a RAM-based MTD devicepatacongo4-11/+364
2011-04-06Fixes for kernel stub buildspatacongo4-14/+18
2011-03-06Add support for RAMTRON NVRAM devicespatacongo3-5/+672
2011-01-19Fix issues detected by CppCheck toolpatacongo1-2/+2
2010-10-01Use RECVBLOCK vs multiple SENDpatacongo1-14/+10
2010-09-13Accidentally deleted resume() callpatacongo1-2/+3
2010-09-13Improve optionspatacongo1-33/+44
2010-09-13Make power saving optional; Add higher performance, power hogging logicpatacongo1-6/+78
2010-09-12Still debugging AT45DB and SPIpatacongo1-2/+1
2010-09-12Early AT45DB debug fixespatacongo1-3/+3
2010-09-12Last (cosmetic) changes were still in editorpatacongo1-20/+26
2010-09-12Extend support to other chips in the familypatacongo1-16/+50
2010-09-12Add driver for Atmel AT45DB161 FLASHpatacongo2-2/+781
2010-09-10Fix typos in commentspatacongo1-5/+7
2010-05-26Add support for M25P1patacongo1-1/+22
2009-12-17Fix syntax error in debug statementpatacongo1-1/+1
2009-12-17Fix CPP conditional syntaxpatacongo1-1/+1
2009-12-16Clean-up from big switch to stdint/stdboolpatacongo2-4/+4
2009-12-15Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo3-53/+58