From bed8e66d958c4cc177166b473f81ec26445d99a3 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 28 Mar 2012 19:29:30 +0000 Subject: The NX console appears to be fully functional git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4536 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/sim/README.txt | 2 ++ nuttx/configs/sim/nx/defconfig | 2 +- nuttx/configs/sim/nx11/defconfig | 2 +- nuttx/configs/stm3210e-eval/README.txt | 23 +++++++++++++++++++++++ nuttx/configs/stm3210e-eval/nsh2/defconfig | 2 +- nuttx/configs/stm3210e-eval/nx/defconfig | 2 +- nuttx/configs/stm3210e-eval/nxlines/defconfig | 2 +- nuttx/configs/stm3210e-eval/nxtext/defconfig | 2 +- 8 files changed, 31 insertions(+), 6 deletions(-) (limited to 'nuttx/configs') diff --git a/nuttx/configs/sim/README.txt b/nuttx/configs/sim/README.txt index 58ce7d9ba..854cf585b 100644 --- a/nuttx/configs/sim/README.txt +++ b/nuttx/configs/sim/README.txt @@ -387,6 +387,8 @@ nx11 -#CONFIGURED_APPS += examples/nxconsole +CONFIGURED_APPS += examples/nxconsole + See apps/examples/README.txt for further details. + ostest Description diff --git a/nuttx/configs/sim/nx/defconfig b/nuttx/configs/sim/nx/defconfig index 05cfbf5ac..f8139b32c 100644 --- a/nuttx/configs/sim/nx/defconfig +++ b/nuttx/configs/sim/nx/defconfig @@ -457,7 +457,7 @@ CONFIG_NX_MXCLIENTMSGS=16 CONFIG_NXCONSOLE=n CONFIG_NXCONSOLE_BPP=8 # CONFIG_NXCONSOLE_NOGETRUN -# CONFIG_NXCONSOLE_MXCHARS +CONFIG_NXCONSOLE_MXCHARS=256 # CONFIG_NXCONSOLE_FONTCACHE # CONFIG_NXCONSOLE_CACHESIZE # CONFIG_NXCONSOLE_LINESEPARATION diff --git a/nuttx/configs/sim/nx11/defconfig b/nuttx/configs/sim/nx11/defconfig index d3962c49b..d8b1d6019 100644 --- a/nuttx/configs/sim/nx11/defconfig +++ b/nuttx/configs/sim/nx11/defconfig @@ -458,7 +458,7 @@ CONFIG_NX_MXCLIENTMSGS=16 CONFIG_NXCONSOLE=n CONFIG_NXCONSOLE_BPP=32 # CONFIG_NXCONSOLE_NOGETRUN -# CONFIG_NXCONSOLE_MXCHARS +CONFIG_NXCONSOLE_MXCHARS=256 # CONFIG_NXCONSOLE_FONTCACHE # CONFIG_NXCONSOLE_CACHESIZE # CONFIG_NXCONSOLE_LINESEPARATION diff --git a/nuttx/configs/stm3210e-eval/README.txt b/nuttx/configs/stm3210e-eval/README.txt index 0cf7f5cbd..ff90b2c15 100755 --- a/nuttx/configs/stm3210e-eval/README.txt +++ b/nuttx/configs/stm3210e-eval/README.txt @@ -17,6 +17,7 @@ Contents - Temperature Sensor - RTC - STM3210E-EVAL-specific Configuration Options + - NxConsole - Configurations Development Environment @@ -350,6 +351,28 @@ RTC overflow interrupt may be lost even if the STM32 is powered down only momentarily. Therefore hi-res solution is only useful in systems where the power is always on. +NxConsole +========= + + Several of the graphic-releted configurations are set to use the + examples/nxconsole test. To enable this configuration, + First, select NX Multi-User mode: + + CONFG_NX_MULTIUSER=y + CONFIG_DISABLE_MQUEUE=n + + Then add the following definition to the defconfig file to enable + the NxConsole driver: + + CONFIG_NXCONSOLE=y + + Make sure the that following is in place the appconfig file (perhaps + eliminating other examples): + + CONFIGURED_APPS += examples/nxconsole + + See apps/examples/README.txt for further details. + STM3210E-EVAL-specific Configuration Options ============================================ diff --git a/nuttx/configs/stm3210e-eval/nsh2/defconfig b/nuttx/configs/stm3210e-eval/nsh2/defconfig index 1891c7e21..228abf230 100644 --- a/nuttx/configs/stm3210e-eval/nsh2/defconfig +++ b/nuttx/configs/stm3210e-eval/nsh2/defconfig @@ -1076,7 +1076,7 @@ CONFIG_NX_MXCLIENTMSGS=16 CONFIG_NXCONSOLE=n CONFIG_NXCONSOLE_BPP=16 # CONFIG_NXCONSOLE_NOGETRUN -# CONFIG_NXCONSOLE_MXCHARS +CONFIG_NXCONSOLE_MXCHARS=256 # CONFIG_NXCONSOLE_FONTCACHE # CONFIG_NXCONSOLE_CACHESIZE # CONFIG_NXCONSOLE_LINESEPARATION diff --git a/nuttx/configs/stm3210e-eval/nx/defconfig b/nuttx/configs/stm3210e-eval/nx/defconfig index f1a5d46d3..02cafd33d 100644 --- a/nuttx/configs/stm3210e-eval/nx/defconfig +++ b/nuttx/configs/stm3210e-eval/nx/defconfig @@ -926,7 +926,7 @@ CONFIG_NX_MXCLIENTMSGS=16 CONFIG_NXCONSOLE=n CONFIG_NXCONSOLE_BPP=16 # CONFIG_NXCONSOLE_NOGETRUN -# CONFIG_NXCONSOLE_MXCHARS +CONFIG_NXCONSOLE_MXCHARS=256 # CONFIG_NXCONSOLE_FONTCACHE # CONFIG_NXCONSOLE_CACHESIZE # CONFIG_NXCONSOLE_LINESEPARATION diff --git a/nuttx/configs/stm3210e-eval/nxlines/defconfig b/nuttx/configs/stm3210e-eval/nxlines/defconfig index 0175dc9b5..fa067ae41 100644 --- a/nuttx/configs/stm3210e-eval/nxlines/defconfig +++ b/nuttx/configs/stm3210e-eval/nxlines/defconfig @@ -925,7 +925,7 @@ CONFIG_NX_MXCLIENTMSGS=16 CONFIG_NXCONSOLE=n CONFIG_NXCONSOLE_BPP=16 # CONFIG_NXCONSOLE_NOGETRUN -# CONFIG_NXCONSOLE_MXCHARS +CONFIG_NXCONSOLE_MXCHARS=256 # CONFIG_NXCONSOLE_FONTCACHE # CONFIG_NXCONSOLE_CACHESIZE # CONFIG_NXCONSOLE_LINESEPARATION diff --git a/nuttx/configs/stm3210e-eval/nxtext/defconfig b/nuttx/configs/stm3210e-eval/nxtext/defconfig index 0b92dac45..753b69190 100644 --- a/nuttx/configs/stm3210e-eval/nxtext/defconfig +++ b/nuttx/configs/stm3210e-eval/nxtext/defconfig @@ -925,7 +925,7 @@ CONFIG_NX_MXCLIENTMSGS=16 CONFIG_NXCONSOLE=n CONFIG_NXCONSOLE_BPP=16 # CONFIG_NXCONSOLE_NOGETRUN -# CONFIG_NXCONSOLE_MXCHARS +CONFIG_NXCONSOLE_MXCHARS=256 # CONFIG_NXCONSOLE_FONTCACHE # CONFIG_NXCONSOLE_CACHESIZE # CONFIG_NXCONSOLE_LINESEPARATION -- cgit v1.2.3