summaryrefslogtreecommitdiff
path: root/nuttx/configs/sim/nx/appconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/sim/nx/appconfig')
-rw-r--r--nuttx/configs/sim/nx/appconfig7
1 files changed, 5 insertions, 2 deletions
diff --git a/nuttx/configs/sim/nx/appconfig b/nuttx/configs/sim/nx/appconfig
index 12a1f4ac9..de984c1f6 100644
--- a/nuttx/configs/sim/nx/appconfig
+++ b/nuttx/configs/sim/nx/appconfig
@@ -1,8 +1,8 @@
############################################################################
# configs/sim/nx/appconfig
#
-# Copyright (C) 2011 Gregory Nutt. All rights reserved.
-# Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+# Copyright (C) 2011-2012 Gregory Nutt. All rights reserved.
+# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
@@ -34,6 +34,9 @@
############################################################################
# Path to example in apps/examples containing the user_start entry point
+# Various NX tests can be supported, simply comment-out examples/nx and
+# uncomment the test you wish to perform
CONFIGURED_APPS += examples/nx
+#CONFIGURED_APPS += examples/nxconsole