summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-lpc1766stk/nsh/appconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-01 18:30:56 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-01 18:30:56 +0000
commit36584c27a272843521ff9caf466fece90aaa3633 (patch)
tree8f1cbdf11ebb0af76af6564c554812c409be47ef /nuttx/configs/olimex-lpc1766stk/nsh/appconfig
parent57f580ed6a97361104785bc4a3fccdc4c64f7d2c (diff)
downloadpx4-nuttx-36584c27a272843521ff9caf466fece90aaa3633.tar.gz
px4-nuttx-36584c27a272843521ff9caf466fece90aaa3633.tar.bz2
px4-nuttx-36584c27a272843521ff9caf466fece90aaa3633.zip
Add FAT long filename support to the Olimex LPC1766-STK NSH and FTPC configuration
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4248 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/olimex-lpc1766stk/nsh/appconfig')
-rw-r--r--nuttx/configs/olimex-lpc1766stk/nsh/appconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/configs/olimex-lpc1766stk/nsh/appconfig b/nuttx/configs/olimex-lpc1766stk/nsh/appconfig
index 7a2321613..a2f7f9f26 100644
--- a/nuttx/configs/olimex-lpc1766stk/nsh/appconfig
+++ b/nuttx/configs/olimex-lpc1766stk/nsh/appconfig
@@ -51,4 +51,7 @@ CONFIGURED_APPS += netutils/tftpc
CONFIGURED_APPS += netutils/webclient
endif
+ifeq ($(CONFIG_ARCH_BUTTONS),y)
+CONFIGURED_APPS += examples/buttons
+endif