summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3240g-eval/nsh/appconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-26 23:30:35 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-26 23:30:35 +0000
commite75166dbfc512e9c8d2fc717229ab3f20e45f73a (patch)
tree9928b966a43e6a8344803e825b0660c82d7d898e /nuttx/configs/stm3240g-eval/nsh/appconfig
parenta25451807c7806c182b03d148accead73d93849f (diff)
downloadpx4-nuttx-e75166dbfc512e9c8d2fc717229ab3f20e45f73a.tar.gz
px4-nuttx-e75166dbfc512e9c8d2fc717229ab3f20e45f73a.tar.bz2
px4-nuttx-e75166dbfc512e9c8d2fc717229ab3f20e45f73a.zip
Add support for UBW32 buttons
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4663 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/stm3240g-eval/nsh/appconfig')
-rw-r--r--nuttx/configs/stm3240g-eval/nsh/appconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/nuttx/configs/stm3240g-eval/nsh/appconfig b/nuttx/configs/stm3240g-eval/nsh/appconfig
index ac587d8a2..6fe75e7ee 100644
--- a/nuttx/configs/stm3240g-eval/nsh/appconfig
+++ b/nuttx/configs/stm3240g-eval/nsh/appconfig
@@ -87,3 +87,12 @@ ifeq ($(CONFIG_NET),y)
#CONFIGURED_APPS += examples/ftpc
#CONFIGURED_APPS += examples/ftpd
endif
+
+# Uncomment to select a graphics example
+
+ifeq ($(CONFIG_NX),y)
+#CONFIGURED_APPS += examples/nx
+#CONFIGURED_APPS += examples/nxhello
+#CONFIGURED_APPS += examples/nximage
+#CONFIGURED_APPS += examples/nxlines
+endif