summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3210e-eval/nsh2/appconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-23 01:41:34 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-23 01:41:34 +0000
commit71e43504a2fb13b8b2a2e85f94815c2eadae20d4 (patch)
tree0b519cef10be0e43ac84d278194ac2eb83d93440 /nuttx/configs/stm3210e-eval/nsh2/appconfig
parente35575c6b36c0c5a8c4a5ccf64e55cfefee0d8e3 (diff)
downloadnuttx-71e43504a2fb13b8b2a2e85f94815c2eadae20d4.tar.gz
nuttx-71e43504a2fb13b8b2a2e85f94815c2eadae20d4.tar.bz2
nuttx-71e43504a2fb13b8b2a2e85f94815c2eadae20d4.zip
Documentation update; enabled I2C tool in stm32 nsh2 config
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4509 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/stm3210e-eval/nsh2/appconfig')
-rw-r--r--nuttx/configs/stm3210e-eval/nsh2/appconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/configs/stm3210e-eval/nsh2/appconfig b/nuttx/configs/stm3210e-eval/nsh2/appconfig
index ff12c4103..ba078d58a 100644
--- a/nuttx/configs/stm3210e-eval/nsh2/appconfig
+++ b/nuttx/configs/stm3210e-eval/nsh2/appconfig
@@ -48,6 +48,10 @@ CONFIGURED_APPS += examples/nx
CONFIGURED_APPS += examples/nxhello
CONFIGURED_APPS += examples/usbstorage
+ifeq ($(CONFIG_I2C),y)
+CONFIGURED_APPS += system/i2c
+endif
+
# Applications configured as an NX built-in commands
ifeq ($(CONFIG_CAN),y)