This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 0481533833 boards: Update configs about system/usbmsc
0481533833 is described below

commit 04815338334e63cd82c38ee12244e54829766e88
Author: wangjianyu3 <[email protected]>
AuthorDate: Fri Dec 6 09:58:45 2024 +0800

    boards: Update configs about system/usbmsc
    
    The Kconfig of system/usbmsc has updated to support setting paths that bind 
to LUN at runtime.
    More details: https://github.com/apache/nuttx-apps/pull/2876
    
    Signed-off-by: wangjianyu3 <[email protected]>
---
 boards/arm/cxd56xx/spresense/configs/audio/defconfig                 | 1 +
 boards/arm/cxd56xx/spresense/configs/audio_sdk/defconfig             | 1 +
 boards/arm/cxd56xx/spresense/configs/camera/defconfig                | 1 +
 boards/arm/cxd56xx/spresense/configs/example_camera/defconfig        | 1 +
 boards/arm/cxd56xx/spresense/configs/example_lcd/defconfig           | 1 +
 boards/arm/cxd56xx/spresense/configs/fmsynth/defconfig               | 1 +
 boards/arm/cxd56xx/spresense/configs/lcd/defconfig                   | 1 +
 boards/arm/cxd56xx/spresense/configs/lte/defconfig                   | 1 +
 boards/arm/cxd56xx/spresense/configs/mpy/defconfig                   | 1 +
 boards/arm/cxd56xx/spresense/configs/usbmsc/defconfig                | 1 +
 boards/arm/cxd56xx/spresense/configs/usbnsh/defconfig                | 1 +
 boards/arm/cxd56xx/spresense/configs/wifi/defconfig                  | 1 +
 boards/arm/cxd56xx/spresense/configs/wifi_smp/defconfig              | 1 +
 boards/arm/lc823450/lc823450-xgevk/configs/audio/defconfig           | 3 ++-
 boards/arm/lc823450/lc823450-xgevk/configs/usb/defconfig             | 3 ++-
 boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/configs/usbmsc/defconfig  | 1 +
 boards/arm/lpc17xx_40xx/olimex-lpc1766stk/configs/usbmsc/defconfig   | 1 +
 boards/arm/lpc214x/mcu123-lpc214x/configs/usbmsc/defconfig           | 1 +
 boards/arm/rp2040/adafruit-feather-rp2040/configs/usbmsc/defconfig   | 1 +
 boards/arm/rp2040/adafruit-kb2040/configs/usbmsc/defconfig           | 1 +
 boards/arm/rp2040/pimoroni-tiny2040/configs/usbmsc/defconfig         | 1 +
 boards/arm/rp2040/raspberrypi-pico-w/configs/usbmsc/defconfig        | 1 +
 boards/arm/rp2040/raspberrypi-pico/configs/usbmsc/defconfig          | 1 +
 boards/arm/rp2040/waveshare-rp2040-lcd-1.28/configs/usbmsc/defconfig | 1 +
 boards/arm/rp23xx/pimoroni-pico-2-plus/configs/usbmsc/defconfig      | 1 +
 boards/arm/sama5/sama5d3x-ek/configs/demo/defconfig                  | 1 +
 boards/arm/stm32/fire-stm32v2/configs/nsh/defconfig                  | 1 +
 boards/arm/stm32/hymini-stm32v/configs/nsh2/defconfig                | 1 +
 boards/arm/stm32/hymini-stm32v/configs/usbmsc/defconfig              | 1 +
 boards/arm/stm32/stm3210e-eval/configs/nsh2/defconfig                | 1 +
 boards/arm/stm32/stm3210e-eval/configs/usbmsc/defconfig              | 1 +
 boards/arm/stm32/stm32f401rc-rs485/configs/usbmsc/defconfig          | 1 +
 boards/arm/stm32/stm32f411-minimum/configs/composite/defconfig       | 1 +
 boards/arm/stm32/stm32f411-minimum/configs/usbmsc/defconfig          | 1 +
 boards/arm/stm32/stm32f4discovery/configs/usbmsc/defconfig           | 1 +
 boards/arm/stm32h7/linum-stm32h753bi/configs/usbmsc-sdcard/defconfig | 1 +
 boards/arm/stm32h7/nucleo-h743zi/configs/composite/defconfig         | 1 +
 boards/avr/at90usb/teensy-2.0/configs/usbmsc/defconfig               | 1 +
 boards/mips/pic32mx/pic32mx7mmb/configs/nsh/defconfig                | 1 +
 boards/xtensa/esp32s3/esp32s3-devkit/configs/usbmsc/defconfig        | 3 ++-
 40 files changed, 43 insertions(+), 3 deletions(-)

diff --git a/boards/arm/cxd56xx/spresense/configs/audio/defconfig 
b/boards/arm/cxd56xx/spresense/configs/audio/defconfig
index 8414a76cd3..7ba6726584 100644
--- a/boards/arm/cxd56xx/spresense/configs/audio/defconfig
+++ b/boards/arm/cxd56xx/spresense/configs/audio/defconfig
@@ -75,6 +75,7 @@ CONFIG_START_YEAR=2011
 CONFIG_SYSTEM_CLE=y
 CONFIG_SYSTEM_NSH=y
 CONFIG_SYSTEM_USBMSC=y
+CONFIG_SYSTEM_USBMSC_DEVMINOR1=0
 CONFIG_UART1_SERIAL_CONSOLE=y
 CONFIG_USBDEV=y
 CONFIG_USBDEV_DMA=y
diff --git a/boards/arm/cxd56xx/spresense/configs/audio_sdk/defconfig 
b/boards/arm/cxd56xx/spresense/configs/audio_sdk/defconfig
index f306891b77..10031e44cf 100644
--- a/boards/arm/cxd56xx/spresense/configs/audio_sdk/defconfig
+++ b/boards/arm/cxd56xx/spresense/configs/audio_sdk/defconfig
@@ -73,6 +73,7 @@ CONFIG_START_YEAR=2011
 CONFIG_SYSTEM_CLE=y
 CONFIG_SYSTEM_NSH=y
 CONFIG_SYSTEM_USBMSC=y
+CONFIG_SYSTEM_USBMSC_DEVMINOR1=0
 CONFIG_UART1_SERIAL_CONSOLE=y
 CONFIG_USBDEV=y
 CONFIG_USBDEV_DMA=y
diff --git a/boards/arm/cxd56xx/spresense/configs/camera/defconfig 
b/boards/arm/cxd56xx/spresense/configs/camera/defconfig
index bb2302d7d9..76f11cb1ad 100644
--- a/boards/arm/cxd56xx/spresense/configs/camera/defconfig
+++ b/boards/arm/cxd56xx/spresense/configs/camera/defconfig
@@ -75,6 +75,7 @@ CONFIG_START_YEAR=2011
 CONFIG_SYSTEM_CLE=y
 CONFIG_SYSTEM_NSH=y
 CONFIG_SYSTEM_USBMSC=y
+CONFIG_SYSTEM_USBMSC_DEVMINOR1=0
 CONFIG_UART1_SERIAL_CONSOLE=y
 CONFIG_USBDEV=y
 CONFIG_USBDEV_DMA=y
diff --git a/boards/arm/cxd56xx/spresense/configs/example_camera/defconfig 
b/boards/arm/cxd56xx/spresense/configs/example_camera/defconfig
index 777aa7756c..2c326d682d 100644
--- a/boards/arm/cxd56xx/spresense/configs/example_camera/defconfig
+++ b/boards/arm/cxd56xx/spresense/configs/example_camera/defconfig
@@ -87,6 +87,7 @@ CONFIG_START_YEAR=2011
 CONFIG_SYSTEM_CLE=y
 CONFIG_SYSTEM_NSH=y
 CONFIG_SYSTEM_USBMSC=y
+CONFIG_SYSTEM_USBMSC_DEVMINOR1=0
 CONFIG_UART1_SERIAL_CONSOLE=y
 CONFIG_USBDEV=y
 CONFIG_USBDEV_DMA=y
diff --git a/boards/arm/cxd56xx/spresense/configs/example_lcd/defconfig 
b/boards/arm/cxd56xx/spresense/configs/example_lcd/defconfig
index 87cf66f0b4..f09ab8d3f2 100644
--- a/boards/arm/cxd56xx/spresense/configs/example_lcd/defconfig
+++ b/boards/arm/cxd56xx/spresense/configs/example_lcd/defconfig
@@ -95,6 +95,7 @@ CONFIG_SYSTEM_CLE=y
 CONFIG_SYSTEM_COMPOSITE=y
 CONFIG_SYSTEM_NSH=y
 CONFIG_SYSTEM_USBMSC=y
+CONFIG_SYSTEM_USBMSC_DEVMINOR1=0
 CONFIG_UART1_SERIAL_CONSOLE=y
 CONFIG_USBDEV=y
 CONFIG_USBDEV_COMPOSITE=y
diff --git a/boards/arm/cxd56xx/spresense/configs/fmsynth/defconfig 
b/boards/arm/cxd56xx/spresense/configs/fmsynth/defconfig
index 465a07fa3f..169e633a0f 100644
--- a/boards/arm/cxd56xx/spresense/configs/fmsynth/defconfig
+++ b/boards/arm/cxd56xx/spresense/configs/fmsynth/defconfig
@@ -80,6 +80,7 @@ CONFIG_START_YEAR=2011
 CONFIG_SYSTEM_CLE=y
 CONFIG_SYSTEM_NSH=y
 CONFIG_SYSTEM_USBMSC=y
+CONFIG_SYSTEM_USBMSC_DEVMINOR1=0
 CONFIG_UART1_SERIAL_CONSOLE=y
 CONFIG_USBDEV=y
 CONFIG_USBDEV_DMA=y
diff --git a/boards/arm/cxd56xx/spresense/configs/lcd/defconfig 
b/boards/arm/cxd56xx/spresense/configs/lcd/defconfig
index 9881e64153..72c9ecff09 100644
--- a/boards/arm/cxd56xx/spresense/configs/lcd/defconfig
+++ b/boards/arm/cxd56xx/spresense/configs/lcd/defconfig
@@ -83,6 +83,7 @@ CONFIG_SYSTEM_CLE=y
 CONFIG_SYSTEM_COMPOSITE=y
 CONFIG_SYSTEM_NSH=y
 CONFIG_SYSTEM_USBMSC=y
+CONFIG_SYSTEM_USBMSC_DEVMINOR1=0
 CONFIG_UART1_SERIAL_CONSOLE=y
 CONFIG_USBDEV=y
 CONFIG_USBDEV_COMPOSITE=y
diff --git a/boards/arm/cxd56xx/spresense/configs/lte/defconfig 
b/boards/arm/cxd56xx/spresense/configs/lte/defconfig
index 4fbdfc308f..d78772aeba 100644
--- a/boards/arm/cxd56xx/spresense/configs/lte/defconfig
+++ b/boards/arm/cxd56xx/spresense/configs/lte/defconfig
@@ -87,6 +87,7 @@ CONFIG_START_YEAR=2011
 CONFIG_SYSTEM_CLE=y
 CONFIG_SYSTEM_NSH=y
 CONFIG_SYSTEM_USBMSC=y
+CONFIG_SYSTEM_USBMSC_DEVMINOR1=0
 CONFIG_UART1_SERIAL_CONSOLE=y
 CONFIG_USBDEV=y
 CONFIG_USBDEV_DMA=y
diff --git a/boards/arm/cxd56xx/spresense/configs/mpy/defconfig 
b/boards/arm/cxd56xx/spresense/configs/mpy/defconfig
index 32ae199e28..951d5b81d1 100644
--- a/boards/arm/cxd56xx/spresense/configs/mpy/defconfig
+++ b/boards/arm/cxd56xx/spresense/configs/mpy/defconfig
@@ -84,6 +84,7 @@ CONFIG_START_YEAR=2011
 CONFIG_SYSTEM_CLE=y
 CONFIG_SYSTEM_NSH=y
 CONFIG_SYSTEM_USBMSC=y
+CONFIG_SYSTEM_USBMSC_DEVMINOR1=0
 CONFIG_UART1_SERIAL_CONSOLE=y
 CONFIG_USBDEV=y
 CONFIG_USBDEV_DMA=y
diff --git a/boards/arm/cxd56xx/spresense/configs/usbmsc/defconfig 
b/boards/arm/cxd56xx/spresense/configs/usbmsc/defconfig
index 47275da5f3..a14f367794 100644
--- a/boards/arm/cxd56xx/spresense/configs/usbmsc/defconfig
+++ b/boards/arm/cxd56xx/spresense/configs/usbmsc/defconfig
@@ -79,6 +79,7 @@ CONFIG_SYSTEM_CLE=y
 CONFIG_SYSTEM_COMPOSITE=y
 CONFIG_SYSTEM_NSH=y
 CONFIG_SYSTEM_USBMSC=y
+CONFIG_SYSTEM_USBMSC_DEVMINOR1=0
 CONFIG_UART1_SERIAL_CONSOLE=y
 CONFIG_USBDEV=y
 CONFIG_USBDEV_COMPOSITE=y
diff --git a/boards/arm/cxd56xx/spresense/configs/usbnsh/defconfig 
b/boards/arm/cxd56xx/spresense/configs/usbnsh/defconfig
index 6428fecb0b..2676065610 100644
--- a/boards/arm/cxd56xx/spresense/configs/usbnsh/defconfig
+++ b/boards/arm/cxd56xx/spresense/configs/usbnsh/defconfig
@@ -71,6 +71,7 @@ CONFIG_START_YEAR=2011
 CONFIG_SYSTEM_CLE=y
 CONFIG_SYSTEM_NSH=y
 CONFIG_SYSTEM_USBMSC=y
+CONFIG_SYSTEM_USBMSC_DEVMINOR1=0
 CONFIG_UART1_SERIAL_CONSOLE=y
 CONFIG_USBDEV=y
 CONFIG_USBDEV_DMA=y
diff --git a/boards/arm/cxd56xx/spresense/configs/wifi/defconfig 
b/boards/arm/cxd56xx/spresense/configs/wifi/defconfig
index 86c2bbfb24..60ee93df7f 100644
--- a/boards/arm/cxd56xx/spresense/configs/wifi/defconfig
+++ b/boards/arm/cxd56xx/spresense/configs/wifi/defconfig
@@ -154,6 +154,7 @@ CONFIG_SYSTEM_NTPC=y
 CONFIG_SYSTEM_NXPLAYER=y
 CONFIG_SYSTEM_NXRECORDER=y
 CONFIG_SYSTEM_USBMSC=y
+CONFIG_SYSTEM_USBMSC_DEVMINOR1=0
 CONFIG_TESTING_GETPRIME=y
 CONFIG_TESTING_OSTEST=y
 CONFIG_UART1_SERIAL_CONSOLE=y
diff --git a/boards/arm/cxd56xx/spresense/configs/wifi_smp/defconfig 
b/boards/arm/cxd56xx/spresense/configs/wifi_smp/defconfig
index a537da9977..84bc4bc3f5 100644
--- a/boards/arm/cxd56xx/spresense/configs/wifi_smp/defconfig
+++ b/boards/arm/cxd56xx/spresense/configs/wifi_smp/defconfig
@@ -162,6 +162,7 @@ CONFIG_SYSTEM_NXRECORDER=y
 CONFIG_SYSTEM_SYSTEM=y
 CONFIG_SYSTEM_TASKSET=y
 CONFIG_SYSTEM_USBMSC=y
+CONFIG_SYSTEM_USBMSC_DEVMINOR1=0
 CONFIG_TESTING_GETPRIME=y
 CONFIG_TESTING_OSTEST=y
 CONFIG_TESTING_SMP=y
diff --git a/boards/arm/lc823450/lc823450-xgevk/configs/audio/defconfig 
b/boards/arm/lc823450/lc823450-xgevk/configs/audio/defconfig
index ebdcb6cc6a..47b3507919 100644
--- a/boards/arm/lc823450/lc823450-xgevk/configs/audio/defconfig
+++ b/boards/arm/lc823450/lc823450-xgevk/configs/audio/defconfig
@@ -119,9 +119,10 @@ CONFIG_SYSTEM_SYSTEM=y
 CONFIG_SYSTEM_TASKSET=y
 CONFIG_SYSTEM_TIME64=y
 CONFIG_SYSTEM_USBMSC=y
+CONFIG_SYSTEM_USBMSC_DEVMINOR1=0
+CONFIG_SYSTEM_USBMSC_DEVMINOR2=1
 CONFIG_SYSTEM_USBMSC_DEVPATH1="/dev/mtdblock0p10"
 CONFIG_SYSTEM_USBMSC_DEVPATH2="/dev/mtdblock1"
-CONFIG_SYSTEM_USBMSC_NLUNS=2
 CONFIG_TASK_NAME_SIZE=24
 CONFIG_TESTING_OSTEST=y
 CONFIG_TESTING_SMP=y
diff --git a/boards/arm/lc823450/lc823450-xgevk/configs/usb/defconfig 
b/boards/arm/lc823450/lc823450-xgevk/configs/usb/defconfig
index 3a95421543..ec9f2362bd 100644
--- a/boards/arm/lc823450/lc823450-xgevk/configs/usb/defconfig
+++ b/boards/arm/lc823450/lc823450-xgevk/configs/usb/defconfig
@@ -115,9 +115,10 @@ CONFIG_SYSTEM_SYSTEM=y
 CONFIG_SYSTEM_TASKSET=y
 CONFIG_SYSTEM_TIME64=y
 CONFIG_SYSTEM_USBMSC=y
+CONFIG_SYSTEM_USBMSC_DEVMINOR1=0
+CONFIG_SYSTEM_USBMSC_DEVMINOR2=1
 CONFIG_SYSTEM_USBMSC_DEVPATH1="/dev/mtdblock0p10"
 CONFIG_SYSTEM_USBMSC_DEVPATH2="/dev/mtdblock1"
-CONFIG_SYSTEM_USBMSC_NLUNS=2
 CONFIG_TASK_NAME_SIZE=24
 CONFIG_TESTING_OSTEST=y
 CONFIG_TESTING_SMP=y
diff --git 
a/boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/configs/usbmsc/defconfig 
b/boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/configs/usbmsc/defconfig
index 3c0975c513..7fcae5134d 100644
--- a/boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/configs/usbmsc/defconfig
+++ b/boards/arm/lpc17xx_40xx/lpcxpresso-lpc1768/configs/usbmsc/defconfig
@@ -36,6 +36,7 @@ CONFIG_START_DAY=15
 CONFIG_START_MONTH=4
 CONFIG_START_YEAR=2011
 CONFIG_SYSTEM_USBMSC=y
+CONFIG_SYSTEM_USBMSC_DEVMINOR1=0
 CONFIG_TASK_NAME_SIZE=0
 CONFIG_UART3_SERIAL_CONSOLE=y
 CONFIG_USBMSC=y
diff --git a/boards/arm/lpc17xx_40xx/olimex-lpc1766stk/configs/usbmsc/defconfig 
b/boards/arm/lpc17xx_40xx/olimex-lpc1766stk/configs/usbmsc/defconfig
index 00be462895..8f19d52526 100644
--- a/boards/arm/lpc17xx_40xx/olimex-lpc1766stk/configs/usbmsc/defconfig
+++ b/boards/arm/lpc17xx_40xx/olimex-lpc1766stk/configs/usbmsc/defconfig
@@ -37,6 +37,7 @@ CONFIG_START_DAY=10
 CONFIG_START_MONTH=11
 CONFIG_START_YEAR=2010
 CONFIG_SYSTEM_USBMSC=y
+CONFIG_SYSTEM_USBMSC_DEVMINOR1=0
 CONFIG_TASK_NAME_SIZE=0
 CONFIG_UART0_BAUD=57600
 CONFIG_UART0_SERIAL_CONSOLE=y
diff --git a/boards/arm/lpc214x/mcu123-lpc214x/configs/usbmsc/defconfig 
b/boards/arm/lpc214x/mcu123-lpc214x/configs/usbmsc/defconfig
index 55391036c3..c05d68fa5c 100644
--- a/boards/arm/lpc214x/mcu123-lpc214x/configs/usbmsc/defconfig
+++ b/boards/arm/lpc214x/mcu123-lpc214x/configs/usbmsc/defconfig
@@ -29,6 +29,7 @@ CONFIG_SPI=y
 CONFIG_START_MONTH=10
 CONFIG_START_YEAR=2008
 CONFIG_SYSTEM_USBMSC=y
+CONFIG_SYSTEM_USBMSC_DEVMINOR1=0
 CONFIG_TASK_NAME_SIZE=0
 CONFIG_UART0_BAUD=38400
 CONFIG_UART0_SERIAL_CONSOLE=y
diff --git a/boards/arm/rp2040/adafruit-feather-rp2040/configs/usbmsc/defconfig 
b/boards/arm/rp2040/adafruit-feather-rp2040/configs/usbmsc/defconfig
index 307c4d573c..e6f7d309cf 100644
--- a/boards/arm/rp2040/adafruit-feather-rp2040/configs/usbmsc/defconfig
+++ b/boards/arm/rp2040/adafruit-feather-rp2040/configs/usbmsc/defconfig
@@ -62,6 +62,7 @@ CONFIG_SYSTEM_CDCACM=y
 CONFIG_SYSTEM_NSH=y
 CONFIG_SYSTEM_SPITOOL=y
 CONFIG_SYSTEM_USBMSC=y
+CONFIG_SYSTEM_USBMSC_DEVMINOR1=0
 CONFIG_TESTING_GETPRIME=y
 CONFIG_TESTING_OSTEST=y
 CONFIG_UART0_SERIAL_CONSOLE=y
diff --git a/boards/arm/rp2040/adafruit-kb2040/configs/usbmsc/defconfig 
b/boards/arm/rp2040/adafruit-kb2040/configs/usbmsc/defconfig
index 797851be05..243700037e 100644
--- a/boards/arm/rp2040/adafruit-kb2040/configs/usbmsc/defconfig
+++ b/boards/arm/rp2040/adafruit-kb2040/configs/usbmsc/defconfig
@@ -62,6 +62,7 @@ CONFIG_SYSTEM_CDCACM=y
 CONFIG_SYSTEM_NSH=y
 CONFIG_SYSTEM_SPITOOL=y
 CONFIG_SYSTEM_USBMSC=y
+CONFIG_SYSTEM_USBMSC_DEVMINOR1=0
 CONFIG_TESTING_GETPRIME=y
 CONFIG_TESTING_OSTEST=y
 CONFIG_UART0_SERIAL_CONSOLE=y
diff --git a/boards/arm/rp2040/pimoroni-tiny2040/configs/usbmsc/defconfig 
b/boards/arm/rp2040/pimoroni-tiny2040/configs/usbmsc/defconfig
index 834523e1fa..e5a360fa74 100644
--- a/boards/arm/rp2040/pimoroni-tiny2040/configs/usbmsc/defconfig
+++ b/boards/arm/rp2040/pimoroni-tiny2040/configs/usbmsc/defconfig
@@ -60,6 +60,7 @@ CONFIG_SYSTEM_CDCACM=y
 CONFIG_SYSTEM_NSH=y
 CONFIG_SYSTEM_SPITOOL=y
 CONFIG_SYSTEM_USBMSC=y
+CONFIG_SYSTEM_USBMSC_DEVMINOR1=0
 CONFIG_TESTING_GETPRIME=y
 CONFIG_TESTING_OSTEST=y
 CONFIG_UART0_SERIAL_CONSOLE=y
diff --git a/boards/arm/rp2040/raspberrypi-pico-w/configs/usbmsc/defconfig 
b/boards/arm/rp2040/raspberrypi-pico-w/configs/usbmsc/defconfig
index fd249ecff2..b23ad91ba4 100644
--- a/boards/arm/rp2040/raspberrypi-pico-w/configs/usbmsc/defconfig
+++ b/boards/arm/rp2040/raspberrypi-pico-w/configs/usbmsc/defconfig
@@ -56,6 +56,7 @@ CONFIG_SYSTEM_CDCACM=y
 CONFIG_SYSTEM_NSH=y
 CONFIG_SYSTEM_SPITOOL=y
 CONFIG_SYSTEM_USBMSC=y
+CONFIG_SYSTEM_USBMSC_DEVMINOR1=0
 CONFIG_TESTING_GETPRIME=y
 CONFIG_TESTING_OSTEST=y
 CONFIG_UART0_SERIAL_CONSOLE=y
diff --git a/boards/arm/rp2040/raspberrypi-pico/configs/usbmsc/defconfig 
b/boards/arm/rp2040/raspberrypi-pico/configs/usbmsc/defconfig
index 3b6295dcd1..b59e16bcd1 100644
--- a/boards/arm/rp2040/raspberrypi-pico/configs/usbmsc/defconfig
+++ b/boards/arm/rp2040/raspberrypi-pico/configs/usbmsc/defconfig
@@ -56,6 +56,7 @@ CONFIG_SYSTEM_CDCACM=y
 CONFIG_SYSTEM_NSH=y
 CONFIG_SYSTEM_SPITOOL=y
 CONFIG_SYSTEM_USBMSC=y
+CONFIG_SYSTEM_USBMSC_DEVMINOR1=0
 CONFIG_TESTING_GETPRIME=y
 CONFIG_TESTING_OSTEST=y
 CONFIG_UART0_SERIAL_CONSOLE=y
diff --git 
a/boards/arm/rp2040/waveshare-rp2040-lcd-1.28/configs/usbmsc/defconfig 
b/boards/arm/rp2040/waveshare-rp2040-lcd-1.28/configs/usbmsc/defconfig
index 7acdd1ec37..06546faa1c 100644
--- a/boards/arm/rp2040/waveshare-rp2040-lcd-1.28/configs/usbmsc/defconfig
+++ b/boards/arm/rp2040/waveshare-rp2040-lcd-1.28/configs/usbmsc/defconfig
@@ -56,6 +56,7 @@ CONFIG_SYSTEM_CDCACM=y
 CONFIG_SYSTEM_NSH=y
 CONFIG_SYSTEM_SPITOOL=y
 CONFIG_SYSTEM_USBMSC=y
+CONFIG_SYSTEM_USBMSC_DEVMINOR1=0
 CONFIG_TESTING_GETPRIME=y
 CONFIG_TESTING_OSTEST=y
 CONFIG_UART0_SERIAL_CONSOLE=y
diff --git a/boards/arm/rp23xx/pimoroni-pico-2-plus/configs/usbmsc/defconfig 
b/boards/arm/rp23xx/pimoroni-pico-2-plus/configs/usbmsc/defconfig
index 9b466938a9..26e376246a 100644
--- a/boards/arm/rp23xx/pimoroni-pico-2-plus/configs/usbmsc/defconfig
+++ b/boards/arm/rp23xx/pimoroni-pico-2-plus/configs/usbmsc/defconfig
@@ -56,6 +56,7 @@ CONFIG_SYSTEM_CDCACM=y
 CONFIG_SYSTEM_NSH=y
 CONFIG_SYSTEM_SPITOOL=y
 CONFIG_SYSTEM_USBMSC=y
+CONFIG_SYSTEM_USBMSC_DEVMINOR1=0
 CONFIG_TESTING_GETPRIME=y
 CONFIG_TESTING_OSTEST=y
 CONFIG_UART0_SERIAL_CONSOLE=y
diff --git a/boards/arm/sama5/sama5d3x-ek/configs/demo/defconfig 
b/boards/arm/sama5/sama5d3x-ek/configs/demo/defconfig
index cc2bda444b..52e1b9586f 100644
--- a/boards/arm/sama5/sama5d3x-ek/configs/demo/defconfig
+++ b/boards/arm/sama5/sama5d3x-ek/configs/demo/defconfig
@@ -81,6 +81,7 @@ CONFIG_SDIO_BLOCKSETUP=y
 CONFIG_SYMTAB_ORDEREDBYNAME=y
 CONFIG_SYSTEM_NSH=y
 CONFIG_SYSTEM_USBMSC=y
+CONFIG_SYSTEM_USBMSC_DEVMINOR1=0
 CONFIG_SYSTEM_USBMSC_DEVPATH1="/dev/mtdblock0"
 CONFIG_USART1_SERIAL_CONSOLE=y
 CONFIG_USBDEV=y
diff --git a/boards/arm/stm32/fire-stm32v2/configs/nsh/defconfig 
b/boards/arm/stm32/fire-stm32v2/configs/nsh/defconfig
index 82ff05f75a..836217adc4 100644
--- a/boards/arm/stm32/fire-stm32v2/configs/nsh/defconfig
+++ b/boards/arm/stm32/fire-stm32v2/configs/nsh/defconfig
@@ -75,6 +75,7 @@ CONFIG_SYSTEM_I2CTOOL=y
 CONFIG_SYSTEM_NSH=y
 CONFIG_SYSTEM_PING=y
 CONFIG_SYSTEM_USBMSC=y
+CONFIG_SYSTEM_USBMSC_DEVMINOR1=0
 CONFIG_TASK_NAME_SIZE=0
 CONFIG_USART1_SERIAL_CONSOLE=y
 CONFIG_USBMSC=y
diff --git a/boards/arm/stm32/hymini-stm32v/configs/nsh2/defconfig 
b/boards/arm/stm32/hymini-stm32v/configs/nsh2/defconfig
index 6fd144da22..ecdb6ef01f 100644
--- a/boards/arm/stm32/hymini-stm32v/configs/nsh2/defconfig
+++ b/boards/arm/stm32/hymini-stm32v/configs/nsh2/defconfig
@@ -76,6 +76,7 @@ CONFIG_STM32_USB=y
 CONFIG_SYMTAB_ORDEREDBYNAME=y
 CONFIG_SYSTEM_NSH=y
 CONFIG_SYSTEM_USBMSC=y
+CONFIG_SYSTEM_USBMSC_DEVMINOR1=0
 CONFIG_TASK_NAME_SIZE=0
 CONFIG_USART1_SERIAL_CONSOLE=y
 CONFIG_USBDEV_TRACE=y
diff --git a/boards/arm/stm32/hymini-stm32v/configs/usbmsc/defconfig 
b/boards/arm/stm32/hymini-stm32v/configs/usbmsc/defconfig
index c5cfa75e2c..429596080a 100644
--- a/boards/arm/stm32/hymini-stm32v/configs/usbmsc/defconfig
+++ b/boards/arm/stm32/hymini-stm32v/configs/usbmsc/defconfig
@@ -38,6 +38,7 @@ CONFIG_STM32_USART2=y
 CONFIG_STM32_USB=y
 CONFIG_SYMTAB_ORDEREDBYNAME=y
 CONFIG_SYSTEM_USBMSC=y
+CONFIG_SYSTEM_USBMSC_DEVMINOR1=0
 CONFIG_TASK_NAME_SIZE=0
 CONFIG_USART1_SERIAL_CONSOLE=y
 CONFIG_USBMSC=y
diff --git a/boards/arm/stm32/stm3210e-eval/configs/nsh2/defconfig 
b/boards/arm/stm32/stm3210e-eval/configs/nsh2/defconfig
index 3e062cc1f2..f7b94f878b 100644
--- a/boards/arm/stm32/stm3210e-eval/configs/nsh2/defconfig
+++ b/boards/arm/stm32/stm3210e-eval/configs/nsh2/defconfig
@@ -96,6 +96,7 @@ CONFIG_STM32_USB=y
 CONFIG_SYSTEM_I2CTOOL=y
 CONFIG_SYSTEM_NSH=y
 CONFIG_SYSTEM_USBMSC=y
+CONFIG_SYSTEM_USBMSC_DEVMINOR1=0
 CONFIG_TASK_NAME_SIZE=0
 CONFIG_USART1_SERIAL_CONSOLE=y
 CONFIG_USBMSC=y
diff --git a/boards/arm/stm32/stm3210e-eval/configs/usbmsc/defconfig 
b/boards/arm/stm32/stm3210e-eval/configs/usbmsc/defconfig
index 15fe9f08b6..976438a239 100644
--- a/boards/arm/stm32/stm3210e-eval/configs/usbmsc/defconfig
+++ b/boards/arm/stm32/stm3210e-eval/configs/usbmsc/defconfig
@@ -40,6 +40,7 @@ CONFIG_STM32_USART1=y
 CONFIG_STM32_USART2=y
 CONFIG_STM32_USB=y
 CONFIG_SYSTEM_USBMSC=y
+CONFIG_SYSTEM_USBMSC_DEVMINOR1=0
 CONFIG_TASK_NAME_SIZE=0
 CONFIG_USART1_SERIAL_CONSOLE=y
 CONFIG_USBMSC=y
diff --git a/boards/arm/stm32/stm32f401rc-rs485/configs/usbmsc/defconfig 
b/boards/arm/stm32/stm32f401rc-rs485/configs/usbmsc/defconfig
index c6a1565467..7723e1663b 100644
--- a/boards/arm/stm32/stm32f401rc-rs485/configs/usbmsc/defconfig
+++ b/boards/arm/stm32/stm32f401rc-rs485/configs/usbmsc/defconfig
@@ -67,6 +67,7 @@ CONFIG_STM32_SDIO_CARD=y
 CONFIG_STM32_USART6=y
 CONFIG_SYSTEM_NSH=y
 CONFIG_SYSTEM_USBMSC=y
+CONFIG_SYSTEM_USBMSC_DEVMINOR1=0
 CONFIG_TASK_NAME_SIZE=0
 CONFIG_USART6_SERIAL_CONSOLE=y
 CONFIG_USBDEV=y
diff --git a/boards/arm/stm32/stm32f411-minimum/configs/composite/defconfig 
b/boards/arm/stm32/stm32f411-minimum/configs/composite/defconfig
index 706e38fa1e..af75d3f9f3 100644
--- a/boards/arm/stm32/stm32f411-minimum/configs/composite/defconfig
+++ b/boards/arm/stm32/stm32f411-minimum/configs/composite/defconfig
@@ -56,6 +56,7 @@ CONFIG_SYSTEM_CDCACM=y
 CONFIG_SYSTEM_COMPOSITE=y
 CONFIG_SYSTEM_NSH=y
 CONFIG_SYSTEM_USBMSC=y
+CONFIG_SYSTEM_USBMSC_DEVMINOR1=0
 CONFIG_SYSTEM_USBMSC_DEVPATH1="/dev/smart0"
 CONFIG_TASK_NAME_SIZE=15
 CONFIG_USART1_SERIAL_CONSOLE=y
diff --git a/boards/arm/stm32/stm32f411-minimum/configs/usbmsc/defconfig 
b/boards/arm/stm32/stm32f411-minimum/configs/usbmsc/defconfig
index c73614163b..4ffe141878 100644
--- a/boards/arm/stm32/stm32f411-minimum/configs/usbmsc/defconfig
+++ b/boards/arm/stm32/stm32f411-minimum/configs/usbmsc/defconfig
@@ -49,6 +49,7 @@ CONFIG_STM32_OTGFS=y
 CONFIG_STM32_USART1=y
 CONFIG_SYSTEM_NSH=y
 CONFIG_SYSTEM_USBMSC=y
+CONFIG_SYSTEM_USBMSC_DEVMINOR1=0
 CONFIG_SYSTEM_USBMSC_DEVPATH1="/dev/smart0"
 CONFIG_TASK_NAME_SIZE=15
 CONFIG_USART1_SERIAL_CONSOLE=y
diff --git a/boards/arm/stm32/stm32f4discovery/configs/usbmsc/defconfig 
b/boards/arm/stm32/stm32f4discovery/configs/usbmsc/defconfig
index dd5b6a8d8c..298ee0dfce 100644
--- a/boards/arm/stm32/stm32f4discovery/configs/usbmsc/defconfig
+++ b/boards/arm/stm32/stm32f4discovery/configs/usbmsc/defconfig
@@ -51,6 +51,7 @@ CONFIG_SYSLOG_CHAR=y
 CONFIG_SYSLOG_DEVPATH="/dev/ttyS0"
 CONFIG_SYSTEM_NSH=y
 CONFIG_SYSTEM_USBMSC=y
+CONFIG_SYSTEM_USBMSC_DEVMINOR1=0
 CONFIG_SYSTEM_USBMSC_DEVPATH1="/dev/ram0"
 CONFIG_TASK_NAME_SIZE=0
 CONFIG_USART2_SERIAL_CONSOLE=y
diff --git 
a/boards/arm/stm32h7/linum-stm32h753bi/configs/usbmsc-sdcard/defconfig 
b/boards/arm/stm32h7/linum-stm32h753bi/configs/usbmsc-sdcard/defconfig
index 463f65b5e8..281ec26c7d 100644
--- a/boards/arm/stm32h7/linum-stm32h753bi/configs/usbmsc-sdcard/defconfig
+++ b/boards/arm/stm32h7/linum-stm32h753bi/configs/usbmsc-sdcard/defconfig
@@ -70,6 +70,7 @@ CONFIG_STM32H7_SDMMC1=y
 CONFIG_STM32H7_USART1=y
 CONFIG_SYSTEM_NSH=y
 CONFIG_SYSTEM_USBMSC=y
+CONFIG_SYSTEM_USBMSC_DEVMINOR1=0
 CONFIG_TASK_NAME_SIZE=0
 CONFIG_USART1_SERIAL_CONSOLE=y
 CONFIG_USBDEV=y
diff --git a/boards/arm/stm32h7/nucleo-h743zi/configs/composite/defconfig 
b/boards/arm/stm32h7/nucleo-h743zi/configs/composite/defconfig
index a3c05f03e2..199bd31ba3 100644
--- a/boards/arm/stm32h7/nucleo-h743zi/configs/composite/defconfig
+++ b/boards/arm/stm32h7/nucleo-h743zi/configs/composite/defconfig
@@ -84,6 +84,7 @@ CONFIG_STM32H7_USART3=y
 CONFIG_SYSTEM_COMPOSITE=y
 CONFIG_SYSTEM_NSH=y
 CONFIG_SYSTEM_USBMSC=y
+CONFIG_SYSTEM_USBMSC_DEVMINOR1=0
 CONFIG_TASK_NAME_SIZE=0
 CONFIG_USART3_SERIAL_CONSOLE=y
 CONFIG_USBDEV=y
diff --git a/boards/avr/at90usb/teensy-2.0/configs/usbmsc/defconfig 
b/boards/avr/at90usb/teensy-2.0/configs/usbmsc/defconfig
index 1dde641f2c..0eea1999c9 100644
--- a/boards/avr/at90usb/teensy-2.0/configs/usbmsc/defconfig
+++ b/boards/avr/at90usb/teensy-2.0/configs/usbmsc/defconfig
@@ -39,6 +39,7 @@ CONFIG_START_DAY=2
 CONFIG_START_MONTH=7
 CONFIG_START_YEAR=2011
 CONFIG_SYSTEM_USBMSC=y
+CONFIG_SYSTEM_USBMSC_DEVMINOR1=0
 CONFIG_TASK_NAME_SIZE=0
 CONFIG_USART1_BAUD=38400
 CONFIG_USART1_SERIAL_CONSOLE=y
diff --git a/boards/mips/pic32mx/pic32mx7mmb/configs/nsh/defconfig 
b/boards/mips/pic32mx/pic32mx7mmb/configs/nsh/defconfig
index 60cf40fe52..da5675c81a 100644
--- a/boards/mips/pic32mx/pic32mx7mmb/configs/nsh/defconfig
+++ b/boards/mips/pic32mx/pic32mx7mmb/configs/nsh/defconfig
@@ -79,6 +79,7 @@ CONFIG_SYMTAB_ORDEREDBYNAME=y
 CONFIG_SYSTEM_NSH=y
 CONFIG_SYSTEM_PING=y
 CONFIG_SYSTEM_USBMSC=y
+CONFIG_SYSTEM_USBMSC_DEVMINOR1=0
 CONFIG_TASK_NAME_SIZE=0
 CONFIG_UART1_SERIAL_CONSOLE=y
 CONFIG_USBDEV=y
diff --git a/boards/xtensa/esp32s3/esp32s3-devkit/configs/usbmsc/defconfig 
b/boards/xtensa/esp32s3/esp32s3-devkit/configs/usbmsc/defconfig
index d87781c610..a1f1886b8d 100644
--- a/boards/xtensa/esp32s3/esp32s3-devkit/configs/usbmsc/defconfig
+++ b/boards/xtensa/esp32s3/esp32s3-devkit/configs/usbmsc/defconfig
@@ -4,9 +4,10 @@ CONFIG_DEV_ZERO=y
 CONFIG_ESP32S3_SPIFLASH=y
 CONFIG_ESP32S3_SPIFLASH_MTD_BLKSIZE=512
 CONFIG_SYSTEM_USBMSC=y
+CONFIG_SYSTEM_USBMSC_DEVMINOR1=0
+CONFIG_SYSTEM_USBMSC_DEVMINOR2=1
 CONFIG_SYSTEM_USBMSC_DEVPATH1="/dev/ram10"
 CONFIG_SYSTEM_USBMSC_DEVPATH2="/dev/esp32s3flash"
 CONFIG_USBMSC=y
 CONFIG_USBMSC_EPBULKIN=2
 CONFIG_USBMSC_EPBULKOUT=1
-CONFIG_SYSTEM_USBMSC_NLUNS=2

Reply via email to