summaryrefslogtreecommitdiff
path: root/nuttx/configs/lpc4330-xplorer/nsh/appconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-21 21:23:18 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-21 21:23:18 +0000
commitd9714b556703561a0abcbe71970b1cd6922168a6 (patch)
tree70b7893243b8ee2e6b8b5fd95106c4ab962699c5 /nuttx/configs/lpc4330-xplorer/nsh/appconfig
parentebf70f8a79eb8ef23bc1d99938768ef06c466119 (diff)
downloadpx4-nuttx-d9714b556703561a0abcbe71970b1cd6922168a6.tar.gz
px4-nuttx-d9714b556703561a0abcbe71970b1cd6922168a6.tar.bz2
px4-nuttx-d9714b556703561a0abcbe71970b1cd6922168a6.zip
Use NuttX types in FreeModBus port; Add FreeModBus demo at apps/examples/modbus; Add new termios APIs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4964 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/lpc4330-xplorer/nsh/appconfig')
-rw-r--r--nuttx/configs/lpc4330-xplorer/nsh/appconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/nuttx/configs/lpc4330-xplorer/nsh/appconfig b/nuttx/configs/lpc4330-xplorer/nsh/appconfig
index a96834cd3..97dace19f 100644
--- a/nuttx/configs/lpc4330-xplorer/nsh/appconfig
+++ b/nuttx/configs/lpc4330-xplorer/nsh/appconfig
@@ -58,6 +58,12 @@ CONFIGURED_APPS += netutils/telnetd
endif
endif
+# FreeModBus library
+
+ifeq ($(CONFIG_MODBUS),y)
+CONFIGURED_APPS += modbus
+endif
+
# Applications configured as an NX built-in commands
ifeq ($(CONFIG_ADC),y)
@@ -80,6 +86,10 @@ ifeq ($(CONFIG_WATCHDOG),y)
CONFIGURED_APPS += examples/watchdog
endif
+ifeq ($(CONFIG_MODBUS),y)
+CONFIGURED_APPS += examples/modbus
+endif
+
# Uncomment examples/ftpc to include the FTP client example
# Uncomment examples/ftpd to include the FTP daemon example