Add simple SPI-based MMC/SD block driver

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1043 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2008-10-15 14:19:46 +00:00
parent a7111547c6
commit 11284029df
6 changed files with 221 additions and 132 deletions
+3 -1
View File
@@ -502,4 +502,6 @@
* Incorporate patch "[2164503] nuttx-0.3.16 does not build for ARM with USB disabled"
* Reduced the amount of memory reserved for USB serial control requests. It
was unnecessarily large.
* Add LPC214x SPI1 driver to interface with MMC on mcu123.com board.
* Added LPC214x SPI1 driver to interface with MMC on mcu123.com board.
* Added a simple SPI-based MMC/SD block driver