9
0
Fork 0

Oops STR7P11 only accepts MMC cards

git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@1864 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo 2009-06-08 14:59:15 +00:00
parent dbc9c1749a
commit 5bb0ecd2fc
2 changed files with 7 additions and 8 deletions

View File

@ -805,7 +805,8 @@
Two configurations have been verified: (1) The board boots and passes the OS test
with console output visible on UART0, and the NuttShell <a href="NuttShell.html">(NSH)</a>
is fully functional with interrupt driven serial console. An SPI driver is available
but untested. Additional features are needed: USB driver, MMC/SD support, to name two.
but untested (because the Olimex card slot appears to accept only MMC cards; I have
only SD cards). Additional features are needed: USB driver, MMC integration, to name two.
</p>
</td>
</tr>

View File

@ -520,16 +520,14 @@ o ARM/LPC214x (arch/arm/src/lpc214x/)
o ARM/STR71x (arch/arm/src/str71x/)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Description: Basic port is complete but untested. Complete integration
Status: Open
Priority: High
Description: Add SPI driver and integrate with MMC/SD support.
Description: Add SPI driver and integrate with MMC/SD support. This effort is stalled
at the moment because the slot on the Olimex board only accepts MMC card;
I have not MMC cards, only SD cards which won't fit into the slot.
Status: Open
Priority: Medium
Description: Develop a USB driver and integrate with existing USB serial
and storage class drivers.
Description: Develop a USB driver and integrate with existing USB serial and storage
class drivers.
Status: Open
Priority: Medium