summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3240g-eval/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-02-02 23:14:54 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-02-02 23:14:54 +0000
commit16166e4a5ea25f9c01784a11162de92156b5b872 (patch)
tree5db2d7fe63865f55a665a3ac3a86ed6d4468c6a0 /nuttx/configs/stm3240g-eval/README.txt
parent48fd86b3cbce7ecde8f571148444d8953dcc68da (diff)
downloadpx4-nuttx-16166e4a5ea25f9c01784a11162de92156b5b872.tar.gz
px4-nuttx-16166e4a5ea25f9c01784a11162de92156b5b872.tar.bz2
px4-nuttx-16166e4a5ea25f9c01784a11162de92156b5b872.zip
Add stm3240g-eval nsh2 configuration: SDIO and no UART
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4363 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/stm3240g-eval/README.txt')
-rwxr-xr-xnuttx/configs/stm3240g-eval/README.txt43
1 files changed, 35 insertions, 8 deletions
diff --git a/nuttx/configs/stm3240g-eval/README.txt b/nuttx/configs/stm3240g-eval/README.txt
index 119c5b0cd..9013cdffc 100755
--- a/nuttx/configs/stm3240g-eval/README.txt
+++ b/nuttx/configs/stm3240g-eval/README.txt
@@ -661,6 +661,33 @@ Where <subdir> is one of the following:
CONFIG_DEBUG_CAN
CONFIG_CAN_REGDEBUG
+ 5. This configuration requires that jumper JP22 be set to enable RS-232 operation.
+
+ nsh2:
+ -----
+
+ This is an alternaitve 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_SDIO=n : SDIO is enabled
+ +CONFIG_STM32_SDIO=y
+
+ Logically, that is the only difference. There are, however, other configuration
+ differences as necessary to support this different device configuration. Just
+ the do the 'diff' if you are curious.
+
+ NOTES:
+ 1. See the notes for the nsh configuration. Most also apply to the nsh2
+ configuration.
+
+ 2. RS-232 is disabled, but Telnet is still available for use as a console.
+
+ 3. This configuration requires that jumper JP22 be set to enable SDIO operation.
+
ostest:
------
This configuration directory, performs a simple OS test using
@@ -669,12 +696,12 @@ Where <subdir> is one of the following:
CONFIG_STM32_CODESOURCERYW=y : CodeSourcery under Windows
-telnetd:
---------
+ telnetd:
+ --------
- A simple test of the Telnet daemon(see apps/netutils/README.txt,
- apps/examples/README.txt, and apps/examples/telnetd). This is
- the same daemon that is used in the nsh configuration so if you
- use NSH, then you don't care about this. This test is good for
- testing the Telnet daemon only because it works in a simpler
- environment than does the nsh configuration.
+ A simple test of the Telnet daemon(see apps/netutils/README.txt,
+ apps/examples/README.txt, and apps/examples/telnetd). This is
+ the same daemon that is used in the nsh configuration so if you
+ use NSH, then you don't care about this. This test is good for
+ testing the Telnet daemon only because it works in a simpler
+ environment than does the nsh configuration.