summaryrefslogtreecommitdiff
path: root/nuttx/configs/lpc4330-xplorer/nsh/appconfig
diff options
context:
space:
mode:
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