summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm32f4discovery/nsh/appconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/stm32f4discovery/nsh/appconfig')
-rw-r--r--nuttx/configs/stm32f4discovery/nsh/appconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/configs/stm32f4discovery/nsh/appconfig b/nuttx/configs/stm32f4discovery/nsh/appconfig
index 73da507f5..c6532241e 100644
--- a/nuttx/configs/stm32f4discovery/nsh/appconfig
+++ b/nuttx/configs/stm32f4discovery/nsh/appconfig
@@ -55,3 +55,9 @@ endif
ifeq ($(CONFIG_QENCODER),y)
CONFIGURED_APPS += examples/qencoder
endif
+
+ifeq ($(CONFIG_USBDEV),y)
+ifeq ($(CONFIG_CDCACM),y)
+CONFIGURED_APPS += examples/cdcacm
+endif
+endif