summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-lpc1766stk/nsh/appconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-03 01:03:56 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-03 01:03:56 +0000
commit7783b262aa5bc4473619f44a963c5bd63f4e5180 (patch)
tree4f493751a6deddb65b92c4eff5cb2abf40822e25 /nuttx/configs/olimex-lpc1766stk/nsh/appconfig
parent227420dd5ecb981092e5db9340c6c7f081afbcf3 (diff)
downloadpx4-nuttx-7783b262aa5bc4473619f44a963c5bd63f4e5180.tar.gz
px4-nuttx-7783b262aa5bc4473619f44a963c5bd63f4e5180.tar.bz2
px4-nuttx-7783b262aa5bc4473619f44a963c5bd63f4e5180.zip
LPC17xx CAN driver now supports all 3 transmit buffers and loopback mode; LCP1766-STK NSH configuration will support the CAN loopback test
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4253 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/olimex-lpc1766stk/nsh/appconfig')
-rw-r--r--nuttx/configs/olimex-lpc1766stk/nsh/appconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/configs/olimex-lpc1766stk/nsh/appconfig b/nuttx/configs/olimex-lpc1766stk/nsh/appconfig
index a2f7f9f26..e9af6d3b2 100644
--- a/nuttx/configs/olimex-lpc1766stk/nsh/appconfig
+++ b/nuttx/configs/olimex-lpc1766stk/nsh/appconfig
@@ -55,3 +55,8 @@ ifeq ($(CONFIG_ARCH_BUTTONS),y)
CONFIGURED_APPS += examples/buttons
endif
+ifeq ($(CONFIG_CAN),y)
+CONFIGURED_APPS += examples/can
+endif
+
+