summaryrefslogtreecommitdiff
path: root/nuttx/configs/sim/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/sim/README.txt')
-rw-r--r--nuttx/configs/sim/README.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/nuttx/configs/sim/README.txt b/nuttx/configs/sim/README.txt
index c7005271c..71542a1b4 100644
--- a/nuttx/configs/sim/README.txt
+++ b/nuttx/configs/sim/README.txt
@@ -364,6 +364,20 @@ nx11
CONFG_NX_MULTIUSER=y
CONFIG_DISABLE_MQUEUE=n
+ examples/nxconsole
+ ------------------
+ This configuration is also set up to use the examples/nxconsole
+ test instead of examples/nx. Simply comment out the following
+ in the appconfig file:
+
+ -CONFIGURED_APPS += examples/nx
+ +#CONFIGURED_APPS += examples/nx
+
+ And uncomment the following:
+
+ -#CONFIGURED_APPS += examples/nxconsole
+ +CONFIGURED_APPS += examples/nxconsole
+
ostest
Description