Add a PIC32 configuration that supports only a Telnet console

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4486 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2012-03-13 19:21:04 +00:00
parent f553122bf0
commit da73a126d5
7 changed files with 2172 additions and 2 deletions
+2 -2
View File
@@ -905,12 +905,12 @@ Where <subdir> is one of the following:
nsh2:
-----
This is an alternaitve NSH configuration. One limitation of the STM3240G-EVAL
This is an alternative NSH configuration. One limitation of the STM3240G-EVAL
board is that you cannot have both a UART-based NSH console and SDIO support.
The nsh2 differs from the nsh configuration in the following ways:
-CONFIG_STM32_USART3=y : USART3 is disabled
+ CONFIG_STM32_USART3=n
+CONFIG_STM32_USART3=n
-CONFIG_STM32_SDIO=n : SDIO is enabled
+CONFIG_STM32_SDIO=y