summaryrefslogtreecommitdiff
path: root/nuttx/drivers/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-10-18 17:45:31 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-10-18 17:45:31 +0000
commit256fbb5e5d5dac428e58adeb0272567c69a5e7d9 (patch)
treeaa4f6bf3a067d21480b96298be4603b2a4045ee8 /nuttx/drivers/README.txt
parent0ee20483b0ff4150e09338821ef7e5a62eab2d47 (diff)
downloadnuttx-256fbb5e5d5dac428e58adeb0272567c69a5e7d9.tar.gz
nuttx-256fbb5e5d5dac428e58adeb0272567c69a5e7d9.tar.bz2
nuttx-256fbb5e5d5dac428e58adeb0272567c69a5e7d9.zip
Add MTD interface; add M25P64/128 driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2157 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/drivers/README.txt')
-rw-r--r--nuttx/drivers/README.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/nuttx/drivers/README.txt b/nuttx/drivers/README.txt
index c7e42c9a7..2a0f96684 100644
--- a/nuttx/drivers/README.txt
+++ b/nuttx/drivers/README.txt
@@ -39,6 +39,16 @@ mmcsd/
Support for MMC/SD block drivers. At present, only SPI-based
MMC/SD is supported. See include/nuttx/mmcsd.h.
+mtd/
+ Memory Technology Device (MTD) drivers. Some simple drivers for
+ memory technologies like FLASH, EEPROM, NVRAM, etc. See
+ include/nuttx/mtd.h
+
+ (Note: This is a simple memory interface and should not be
+ confused with the "real" MTD developed at infradead.org. This
+ logic is unrelated; I just used the name MTD because I am not
+ aware of any other common way to refer to this class of devices).
+
net/
Network interface drivers. See also include/nuttx/net.h