summaryrefslogtreecommitdiff
path: root/nuttx/configs/sim/nx11/appconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-27 19:40:49 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-27 19:40:49 +0000
commit99075db33f33272ed59617de9d584d29d342c5a9 (patch)
treee854fe214319b7ac3a98fe3dc9b25e7d946e23c5 /nuttx/configs/sim/nx11/appconfig
parent5d3e1ee2e876b618f11a16753ca1d992260089be (diff)
downloadpx4-nuttx-99075db33f33272ed59617de9d584d29d342c5a9.tar.gz
px4-nuttx-99075db33f33272ed59617de9d584d29d342c5a9.tar.bz2
px4-nuttx-99075db33f33272ed59617de9d584d29d342c5a9.zip
NX console driver is code complete but untested
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4529 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/sim/nx11/appconfig')
-rw-r--r--nuttx/configs/sim/nx11/appconfig8
1 files changed, 5 insertions, 3 deletions
diff --git a/nuttx/configs/sim/nx11/appconfig b/nuttx/configs/sim/nx11/appconfig
index d99648abc..ce54b34e4 100644
--- a/nuttx/configs/sim/nx11/appconfig
+++ b/nuttx/configs/sim/nx11/appconfig
@@ -1,8 +1,8 @@
############################################################################
# configs/sim/nx11/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,8 @@
############################################################################
# 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