summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3240g-eval/nsh/appconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-24 14:34:24 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-24 14:34:24 +0000
commitb4b6ea430cde3670d7f069311576abf9c725024c (patch)
tree861d652704f07e4e2880222e7844cfeec5adf132 /nuttx/configs/stm3240g-eval/nsh/appconfig
parent58a755a096e3c671096f7477320d0f5304415ec1 (diff)
downloadpx4-nuttx-b4b6ea430cde3670d7f069311576abf9c725024c.tar.gz
px4-nuttx-b4b6ea430cde3670d7f069311576abf9c725024c.tar.bz2
px4-nuttx-b4b6ea430cde3670d7f069311576abf9c725024c.zip
Enable the I2C tool in the STM3240G-EVAL NSH configuration
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4328 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/stm3240g-eval/nsh/appconfig')
-rw-r--r--nuttx/configs/stm3240g-eval/nsh/appconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/configs/stm3240g-eval/nsh/appconfig b/nuttx/configs/stm3240g-eval/nsh/appconfig
index a2f3b5ebc..201bddb42 100644
--- a/nuttx/configs/stm3240g-eval/nsh/appconfig
+++ b/nuttx/configs/stm3240g-eval/nsh/appconfig
@@ -62,3 +62,6 @@ ifeq ($(CONFIG_CAN),y)
CONFIGURED_APPS += examples/can
endif
+ifeq ($(CONFIG_I2C),y)
+CONFIGURED_APPS += system/i2c
+endif