mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user