summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3240g-eval
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-13 19:21:04 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-13 19:21:04 +0000
commit9be0c168895dae40d5818514813d4ba39b14186f (patch)
tree2b068eb3d0cd21ee5008cc11b26d9b7c3c95ea82 /nuttx/configs/stm3240g-eval
parent9afac6e0fec4957bc70f615533d21a6d22d063e4 (diff)
downloadpx4-nuttx-9be0c168895dae40d5818514813d4ba39b14186f.tar.gz
px4-nuttx-9be0c168895dae40d5818514813d4ba39b14186f.tar.bz2
px4-nuttx-9be0c168895dae40d5818514813d4ba39b14186f.zip
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
Diffstat (limited to 'nuttx/configs/stm3240g-eval')
-rwxr-xr-xnuttx/configs/stm3240g-eval/README.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/stm3240g-eval/README.txt b/nuttx/configs/stm3240g-eval/README.txt
index 4b902802b..33cf7f39e 100755
--- a/nuttx/configs/stm3240g-eval/README.txt
+++ b/nuttx/configs/stm3240g-eval/README.txt
@@ -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