summaryrefslogtreecommitdiff
path: root/nuttx/configs/pic32mx7mmb
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-09-25 17:23:03 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-09-25 17:23:03 -0600
commit54cd9689cccad1949c067f40d500491851799221 (patch)
tree0413e3c52da1dafc9a3db7671b37ccc12d38c715 /nuttx/configs/pic32mx7mmb
parent55a34548ccc4fc7aa55ad585b007c7d77d8cf937 (diff)
downloadpx4-nuttx-54cd9689cccad1949c067f40d500491851799221.tar.gz
px4-nuttx-54cd9689cccad1949c067f40d500491851799221.tar.bz2
px4-nuttx-54cd9689cccad1949c067f40d500491851799221.zip
Move apps/examples/cdcacm to apps/system/cdcacm
Diffstat (limited to 'nuttx/configs/pic32mx7mmb')
-rw-r--r--nuttx/configs/pic32mx7mmb/README.txt4
-rw-r--r--nuttx/configs/pic32mx7mmb/nsh/appconfig2
-rw-r--r--nuttx/configs/pic32mx7mmb/nsh/defconfig14
-rw-r--r--nuttx/configs/pic32mx7mmb/ostest/defconfig14
4 files changed, 17 insertions, 17 deletions
diff --git a/nuttx/configs/pic32mx7mmb/README.txt b/nuttx/configs/pic32mx7mmb/README.txt
index 19ae05bc6..dc2457dff 100644
--- a/nuttx/configs/pic32mx7mmb/README.txt
+++ b/nuttx/configs/pic32mx7mmb/README.txt
@@ -695,10 +695,10 @@ Where <subdir> is one of the following:
CONFIG_PL2303=y : Enable the Prolifics PL2303 emulation
CONFIG_CDCACM=y : or the CDC/ACM serial driver (not both)
- examples/cdcacm - The examples/cdcacm program can be included as an
+ system/cdcacm - The system/cdcacm program can be included as an
function by uncommenting the following line in the appconfig file:
- CONFIGURED_APPS += examples/cdcacm
+ CONFIGURED_APPS += system/cdcacm
and defining the following in your .config file:
diff --git a/nuttx/configs/pic32mx7mmb/nsh/appconfig b/nuttx/configs/pic32mx7mmb/nsh/appconfig
index 08ee858e9..bf55b32f5 100644
--- a/nuttx/configs/pic32mx7mmb/nsh/appconfig
+++ b/nuttx/configs/pic32mx7mmb/nsh/appconfig
@@ -62,7 +62,7 @@ else
ifeq ($(CONFIG_CDCACM),y)
# Comment out to enable the examples/usbterm built-in
- CONFIGURED_APPS += examples/cdcacm
+ CONFIGURED_APPS += system/cdcacm
# Uncomment the following to enable the examples/usbterm built-in
# CONFIGURED_APPS += examples/usbterm
else
diff --git a/nuttx/configs/pic32mx7mmb/nsh/defconfig b/nuttx/configs/pic32mx7mmb/nsh/defconfig
index 839464997..1689549a2 100644
--- a/nuttx/configs/pic32mx7mmb/nsh/defconfig
+++ b/nuttx/configs/pic32mx7mmb/nsh/defconfig
@@ -761,16 +761,16 @@ CONFIG_EXAMPLES_USBTERM_TRACECONTROLLER=n
CONFIG_EXAMPLES_USBTERM_TRACEINTERRUPTS=n
#
-# Settings for examples/cdcacm
+# Settings for system/cdcacm
#
# Configuration prequisites:
#
-CONFIG_EXAMPLES_CDCACM_DEVMINOR=0
-CONFIG_EXAMPLES_CDCACM_TRACEINIT=n
-CONFIG_EXAMPLES_CDCACM_TRACECLASS=n
-CONFIG_EXAMPLES_CDCACM_TRACETRANSFERS=n
-CONFIG_EXAMPLES_CDCACM_TRACECONTROLLER=n
-CONFIG_EXAMPLES_CDCACM_TRACEINTERRUPTS=n
+CONFIG_SYSTEM_CDCACM_DEVMINOR=0
+CONFIG_SYSTEM_CDCACM_TRACEINIT=n
+CONFIG_SYSTEM_CDCACM_TRACECLASS=n
+CONFIG_SYSTEM_CDCACM_TRACETRANSFERS=n
+CONFIG_SYSTEM_CDCACM_TRACECONTROLLER=n
+CONFIG_SYSTEM_CDCACM_TRACEINTERRUPTS=n
#
# Stack and heap information
diff --git a/nuttx/configs/pic32mx7mmb/ostest/defconfig b/nuttx/configs/pic32mx7mmb/ostest/defconfig
index 419f2040f..22d26b106 100644
--- a/nuttx/configs/pic32mx7mmb/ostest/defconfig
+++ b/nuttx/configs/pic32mx7mmb/ostest/defconfig
@@ -645,16 +645,16 @@ CONFIG_EXAMPLES_USBTERM_TRACECONTROLLER=n
CONFIG_EXAMPLES_USBTERM_TRACEINTERRUPTS=n
#
-# Settings for examples/cdcacm
+# Settings for system/cdcacm
#
# Configuration prequisites:
#
-CONFIG_EXAMPLES_CDCACM_DEVMINOR=0
-CONFIG_EXAMPLES_CDCACM_TRACEINIT=n
-CONFIG_EXAMPLES_CDCACM_TRACECLASS=n
-CONFIG_EXAMPLES_CDCACM_TRACETRANSFERS=n
-CONFIG_EXAMPLES_CDCACM_TRACECONTROLLER=n
-CONFIG_EXAMPLES_CDCACM_TRACEINTERRUPTS=n
+CONFIG_SYSTEM_CDCACM_DEVMINOR=0
+CONFIG_SYSTEM_CDCACM_TRACEINIT=n
+CONFIG_SYSTEM_CDCACM_TRACECLASS=n
+CONFIG_SYSTEM_CDCACM_TRACETRANSFERS=n
+CONFIG_SYSTEM_CDCACM_TRACECONTROLLER=n
+CONFIG_SYSTEM_CDCACM_TRACEINTERRUPTS=n
#
# Stack and heap information