aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3240g-eval/nsh/appconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-04-26 23:30:35 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-04-26 23:30:35 +0000
commitd0cf30e83912856d05184cf9e1e196aaf406367a (patch)
tree9928b966a43e6a8344803e825b0660c82d7d898e /nuttx/configs/stm3240g-eval/nsh/appconfig
parenta82ead552d891295fcf733535f9dea3df3099d5e (diff)
downloadpx4-firmware-d0cf30e83912856d05184cf9e1e196aaf406367a.tar.gz
px4-firmware-d0cf30e83912856d05184cf9e1e196aaf406367a.tar.bz2
px4-firmware-d0cf30e83912856d05184cf9e1e196aaf406367a.zip
Add support for UBW32 buttons
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4663 7fd9a85b-ad96-42d3-883c-3090e2eb8679
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