summaryrefslogtreecommitdiff
path: root/nuttx/configs/fire-stm32v2/nsh/defconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/fire-stm32v2/nsh/defconfig')
-rw-r--r--nuttx/configs/fire-stm32v2/nsh/defconfig28
1 files changed, 14 insertions, 14 deletions
diff --git a/nuttx/configs/fire-stm32v2/nsh/defconfig b/nuttx/configs/fire-stm32v2/nsh/defconfig
index 0d0f50d10..c702ab026 100644
--- a/nuttx/configs/fire-stm32v2/nsh/defconfig
+++ b/nuttx/configs/fire-stm32v2/nsh/defconfig
@@ -772,20 +772,20 @@ CONFIG_EXAMPLES_NSH=y
#
# USB Mass Storage Class Example
#
-CONFIG_EXAMPLES_USBMSC=y
-CONFIG_EXAMPLES_USBMSC_NLUNS=1
-CONFIG_EXAMPLES_USBMSC_DEVMINOR1=0
-CONFIG_EXAMPLES_USBMSC_DEVPATH1="/dev/mmcsd0"
-CONFIG_EXAMPLES_USBMSC_DEVMINOR2=1
-CONFIG_EXAMPLES_USBMSC_DEVPATH2="/dev/mmcsd1"
-CONFIG_EXAMPLES_USBMSC_DEVMINOR3=2
-CONFIG_EXAMPLES_USBMSC_DEVPATH3="/dev/mmcsd2"
-# CONFIG_EXAMPLES_USBMSC_DEBUGMM is not set
-# CONFIG_EXAMPLES_USBMSC_TRACEINIT is not set
-# CONFIG_EXAMPLES_USBMSC_TRACECLASS is not set
-# CONFIG_EXAMPLES_USBMSC_TRACETRANSFERS is not set
-# CONFIG_EXAMPLES_USBMSC_TRACECONTROLLER is not set
-# CONFIG_EXAMPLES_USBMSC_TRACEINTERRUPTS is not set
+CONFIG_SYSTEM_USBMSC=y
+CONFIG_SYSTEM_USBMSC_NLUNS=1
+CONFIG_SYSTEM_USBMSC_DEVMINOR1=0
+CONFIG_SYSTEM_USBMSC_DEVPATH1="/dev/mmcsd0"
+CONFIG_SYSTEM_USBMSC_DEVMINOR2=1
+CONFIG_SYSTEM_USBMSC_DEVPATH2="/dev/mmcsd1"
+CONFIG_SYSTEM_USBMSC_DEVMINOR3=2
+CONFIG_SYSTEM_USBMSC_DEVPATH3="/dev/mmcsd2"
+# CONFIG_SYSTEM_USBMSC_DEBUGMM is not set
+# CONFIG_SYSTEM_USBMSC_TRACEINIT is not set
+# CONFIG_SYSTEM_USBMSC_TRACECLASS is not set
+# CONFIG_SYSTEM_USBMSC_TRACETRANSFERS is not set
+# CONFIG_SYSTEM_USBMSC_TRACECONTROLLER is not set
+# CONFIG_SYSTEM_USBMSC_TRACEINTERRUPTS is not set
#
# USB Serial Terminal Example