summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3240g-eval/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-27 16:20:32 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-27 16:20:32 +0000
commitbef5049f0198760cc241a0ef137e6c39e3edff8c (patch)
tree03464240a7be9d5267d39886c5195503aa49089b /nuttx/configs/stm3240g-eval/README.txt
parente75166dbfc512e9c8d2fc717229ab3f20e45f73a (diff)
downloadpx4-nuttx-bef5049f0198760cc241a0ef137e6c39e3edff8c.tar.gz
px4-nuttx-bef5049f0198760cc241a0ef137e6c39e3edff8c.tar.bz2
px4-nuttx-bef5049f0198760cc241a0ef137e6c39e3edff8c.zip
Add NxConsole configuration for the STM3240G-EVAL board
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4664 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/stm3240g-eval/README.txt')
-rwxr-xr-xnuttx/configs/stm3240g-eval/README.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/nuttx/configs/stm3240g-eval/README.txt b/nuttx/configs/stm3240g-eval/README.txt
index e38dbfbf5..aa1c330a7 100755
--- a/nuttx/configs/stm3240g-eval/README.txt
+++ b/nuttx/configs/stm3240g-eval/README.txt
@@ -1048,6 +1048,34 @@ Where <subdir> is one of the following:
There is nothing in the DMA driver to prevent this now.
+ nxconsole:
+ ----------
+ This is yet another NSH configuration. This NSH configuration differs
+ from the others, however, in that it uses the NxConsole driver to host
+ the NSH shell.
+
+ Some of the differences in this configuration and the normal nsh configuration
+ include these settings in the defconfig file:
+
+ These select NX Multi-User mode:
+
+ CONFG_NX_MULTIUSER=y
+ CONFIG_DISABLE_MQUEUE=n
+
+ The following definition in the defconfig file to enables the NxConsole
+ driver:
+
+ CONFIG_NXCONSOLE=y
+
+ The appconfig file selects examples/nxconsole instead of examples/nsh:
+
+ CONFIGURED_APPS += examples/nxconsole
+
+ Other configuration settings:
+
+ CONFIG_STM32_CODESOURCERYW=y : CodeSourcery under Windows
+ CONFIG_LCD_LANDSCAPE=y : 320x240 landscape
+
ostest:
------
This configuration directory, performs a simple OS test using