summaryrefslogtreecommitdiff
path: root/nuttx/configs/hymini-stm32v/usbmsc
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-09-25 16:54:39 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-09-25 16:54:39 -0600
commit55a34548ccc4fc7aa55ad585b007c7d77d8cf937 (patch)
treee1e5eb48cbf91118a54ba58744275e945753afbf /nuttx/configs/hymini-stm32v/usbmsc
parent3302f2a96c91ee259e7aa5e2661154363eb9a4f4 (diff)
downloadpx4-nuttx-55a34548ccc4fc7aa55ad585b007c7d77d8cf937.tar.gz
px4-nuttx-55a34548ccc4fc7aa55ad585b007c7d77d8cf937.tar.bz2
px4-nuttx-55a34548ccc4fc7aa55ad585b007c7d77d8cf937.zip
Move apps/examples/usbmsc to apps/system/usbmsc
Diffstat (limited to 'nuttx/configs/hymini-stm32v/usbmsc')
-rw-r--r--nuttx/configs/hymini-stm32v/usbmsc/appconfig2
-rwxr-xr-xnuttx/configs/hymini-stm32v/usbmsc/defconfig22
2 files changed, 12 insertions, 12 deletions
diff --git a/nuttx/configs/hymini-stm32v/usbmsc/appconfig b/nuttx/configs/hymini-stm32v/usbmsc/appconfig
index e0143e969..e97435546 100644
--- a/nuttx/configs/hymini-stm32v/usbmsc/appconfig
+++ b/nuttx/configs/hymini-stm32v/usbmsc/appconfig
@@ -35,5 +35,5 @@
# Path to example in apps/examples containing the user_start entry point
-CONFIGURED_APPS += examples/usbmsc
+CONFIGURED_APPS += system/usbmsc
diff --git a/nuttx/configs/hymini-stm32v/usbmsc/defconfig b/nuttx/configs/hymini-stm32v/usbmsc/defconfig
index be2aed657..2a1aa3ae6 100755
--- a/nuttx/configs/hymini-stm32v/usbmsc/defconfig
+++ b/nuttx/configs/hymini-stm32v/usbmsc/defconfig
@@ -462,17 +462,17 @@ CONFIG_EXAMPLES_USBSERIAL_TRACECONTROLLER=n
CONFIG_EXAMPLES_USBSERIAL_TRACEINTERRUPTS=n
#
-# Settings for examples/usbmsc
-#
-CONFIG_EXAMPLES_USBMSC_NLUNS=1
-CONFIG_EXAMPLES_USBMSC_DEVMINOR1=0
-CONFIG_EXAMPLES_USBMSC_DEVPATH1="/dev/mmcsd0"
-CONFIG_EXAMPLES_USBMSC_DEBUGMM=n
-CONFIG_EXAMPLES_USBMSC_TRACEINIT=n
-CONFIG_EXAMPLES_USBMSC_TRACECLASS=n
-CONFIG_EXAMPLES_USBMSC_TRACETRANSFERS=n
-CONFIG_EXAMPLES_USBMSC_TRACECONTROLLER=n
-CONFIG_EXAMPLES_USBMSC_TRACEINTERRUPTS=n
+# Settings for system/usbmsc
+#
+CONFIG_SYSTEM_USBMSC_NLUNS=1
+CONFIG_SYSTEM_USBMSC_DEVMINOR1=0
+CONFIG_SYSTEM_USBMSC_DEVPATH1="/dev/mmcsd0"
+CONFIG_SYSTEM_USBMSC_DEBUGMM=n
+CONFIG_SYSTEM_USBMSC_TRACEINIT=n
+CONFIG_SYSTEM_USBMSC_TRACECLASS=n
+CONFIG_SYSTEM_USBMSC_TRACETRANSFERS=n
+CONFIG_SYSTEM_USBMSC_TRACECONTROLLER=n
+CONFIG_SYSTEM_USBMSC_TRACEINTERRUPTS=n
#
# Settings for examples/watchdog