Add stm3240g-eval nsh2 configuration: SDIO and no UART

git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4363 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo
2012-02-02 23:14:54 +00:00
parent 05e846f340
commit 43542f9f8f
23 changed files with 2033 additions and 20 deletions
+5
View File
@@ -2437,4 +2437,9 @@
Add a configuration to test the USB composite device.
* configs/stm3240g-eval/telnetd: Add a configuration for testing the
Telnet daemon.
* configs/stm3240g-eval/nsh2: This is another NSH configuration. It differs
from the original nsh configuration because it does not have an RS-232
console (only a Telnet console) and SDIO is enabled. This configuration is
required because the STM3240G-EVAL board cannot simultaneously support
RS-232 and SDIO due to pin conflicts.