From d0cf30e83912856d05184cf9e1e196aaf406367a Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 26 Apr 2012 23:30:35 +0000 Subject: Add support for UBW32 buttons git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4663 7fd9a85b-ad96-42d3-883c-3090e2eb8679 --- nuttx/configs/stm3240g-eval/nsh/appconfig | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'nuttx/configs/stm3240g-eval/nsh/appconfig') 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 -- cgit v1.2.3