summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3210e-eval/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/stm3210e-eval/README.txt')
-rwxr-xr-xnuttx/configs/stm3210e-eval/README.txt23
1 files changed, 23 insertions, 0 deletions
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
============================================