summaryrefslogtreecommitdiff
path: root/nuttx/drivers/mtd
Commit message (Collapse)AuthorAgeFilesLines
* Add support for the AT 24C512 EEPROMGregory Nutt2013-09-122-10/+21
|
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-272-2/+2
|
* SAM3,4,A5 DMA fixes; SAMA5 SPI driver now supports DMA transfersGregory Nutt2013-08-091-1/+0
|
* SAMA5: Add logic to auto-mount a file system on AT25 SPI FLASH for NSHGregory Nutt2013-08-052-9/+6
|
* SAMA5D3x-EK: At support for the AT25 serial FLASHGregory Nutt2013-08-041-4/+29
|
* Created new directories to hold SPI-related filesGregory Nutt2013-07-016-6/+6
|
* 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 ↵Gregory Nutt2013-05-035-345/+391
| | | | to: Better use the byte write capbility when available and to use smaller erase sectors for the erase sector size when available).
* Add support for the byte write method to MTD partition logic; Beef up the ↵Gregory Nutt2013-05-022-22/+94
| | | | MTD partition test -- and fix resulting bugs detected
* 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
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5642 42af7a65-404d-4744-a932-0658087f49c3
* Add a driver for the SST30VF NOR FLASH partspatacongo2013-02-113-28/+71
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5640 42af7a65-404d-4744-a932-0658087f49c3
* Additional patches from Petteri Aimonen for FAT, STM32 SPI, and AT25patacongo2013-02-011-7/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5593 42af7a65-404d-4744-a932-0658087f49c3
* Don't build drivers/mtd unless CONFIG_MTD is defined (Denis Carikli)patacongo2013-01-151-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5519 42af7a65-404d-4744-a932-0658087f49c3
* Patches from Petteri Aimonen + stdbool and rand() changes for Freddie Chopinpatacongo2012-12-073-4/+739
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5415 42af7a65-404d-4744-a932-0658087f49c3
* Several bugfixes, mostly from Darcy Gongpatacongo2012-10-061-104/+116
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5217 42af7a65-404d-4744-a932-0658087f49c3
* Fix some W25 driver errorspatacongo2012-10-041-15/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5212 42af7a65-404d-4744-a932-0658087f49c3
* Resync new repository with old repo r5166patacongo2012-09-174-5/+1262
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5154 42af7a65-404d-4744-a932-0658087f49c3
* Email address change in nuttx/patacongo2012-09-134-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5145 42af7a65-404d-4744-a932-0658087f49c3
* Move RAMLOG driver to drivers/syslog; Add ability to output debug ↵patacongo2012-08-021-1/+2
| | | | | | information to any character device or file git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4996 42af7a65-404d-4744-a932-0658087f49c3
* Add support for the TI PGA11x amplifier/multiplexerpatacongo2012-07-254-8/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4977 42af7a65-404d-4744-a932-0658087f49c3
* Combine cfset[o|i]speed to cfsetspeed; combine cfget[o|i]speed for cfgetspeedpatacongo2012-07-241-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4975 42af7a65-404d-4744-a932-0658087f49c3
* The SST25 driver now works with SST25 (at least using the slow write mode)patacongo2012-06-271-76/+147
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4875 42af7a65-404d-4744-a932-0658087f49c3
* Mirtoo README.txt and SST25 comments updatepatacongo2012-06-271-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4874 42af7a65-404d-4744-a932-0658087f49c3
* Add logic to un-protect blocks to the SST25 driverpatacongo2012-06-261-24/+144
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4873 42af7a65-404d-4744-a932-0658087f49c3
* Mirtoo: Switch to SPI mode 1patacongo2012-06-261-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4872 42af7a65-404d-4744-a932-0658087f49c3
* Add an erase block cache to the SST 25 driverpatacongo2012-06-251-23/+187
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4869 42af7a65-404d-4744-a932-0658087f49c3
* Add a driver for SST 25 FLASHpatacongo2012-06-253-4/+927
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4868 42af7a65-404d-4744-a932-0658087f49c3
* Fix some warnings and fix some simulator buildspatacongo2012-05-022-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4688 42af7a65-404d-4744-a932-0658087f49c3
* Updated Kconfig files from Lzyypatacongo2012-04-071-0/+64
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4569 42af7a65-404d-4744-a932-0658087f49c3
* Add kconfig documentationpatacongo2012-04-061-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4567 42af7a65-404d-4744-a932-0658087f49c3
* Adding skeleton Kconfig files (part 1 of 2)patacongo2012-04-061-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4564 42af7a65-404d-4744-a932-0658087f49c3
* Move file-system header files to include/nuttx/fspatacongo2012-03-218-10/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4499 42af7a65-404d-4744-a932-0658087f49c3
* PIC32 NSH configuration now builds without errorspatacongo2011-12-231-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4220 42af7a65-404d-4744-a932-0658087f49c3
* STM32 ADC driver updatepatacongo2011-12-201-1/+38
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4208 42af7a65-404d-4744-a932-0658087f49c3
* Update M25P driver per feedback from Mohammed Elwakeelpatacongo2011-12-201-13/+39
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4207 42af7a65-404d-4744-a932-0658087f49c3
* Adds support for the STM32F103VCT6 and for the Hy-Mini STM32v board. ↵patacongo2011-12-173-679/+678
| | | | | | Contributed by Laurent Latil git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4197 42af7a65-404d-4744-a932-0658087f49c3
* Use calculations on constants to (slightly) reduce code sizepatacongo2011-11-011-8/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4077 42af7a65-404d-4744-a932-0658087f49c3
* Add support for configurable block size on AT24 EEPROM driverpatacongo2011-11-011-349/+428
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4076 42af7a65-404d-4744-a932-0658087f49c3
* ADS7843E driver is code completepatacongo2011-10-044-0/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4018 42af7a65-404d-4744-a932-0658087f49c3
* Add AT24xx and LPC17xx I2C drivers (from Lzyy)patacongo2011-09-072-0/+353
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3941 42af7a65-404d-4744-a932-0658087f49c3