Skip to content

Commit a11a757

Browse files
author
Raffael Rostagno
committed
samples: usb: mass: Add testcase for ESP32-S3
Add testcase for USB mass storage sample. Signed-off-by: Raffael Rostagno <[email protected]>
1 parent a032545 commit a11a757

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

samples/subsys/usb/mass/sample.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,21 @@ tests:
116116
regex:
117117
- "End of files"
118118
- "The device is put in USB mass storage mode."
119+
sample.usb_device_next.mass_flash_fatfs.esp:
120+
modules:
121+
- fatfs
122+
depends_on: usbd
123+
filter: dt_compat_enabled("espressif,esp32-usb-otg")
124+
platform_allow:
125+
- esp32s3_devkitm/esp32s3/procpu
126+
required_snippets:
127+
- espressif-usb-mass
128+
extra_args: CONF_FILE="usbd_next_prj.conf"
129+
extra_configs:
130+
- CONFIG_APP_MSC_STORAGE_FLASH_FATFS=y
131+
tags:
132+
- msd
133+
- usb
119134
sample.usb.mass_sdhc_fatfs:
120135
min_ram: 32
121136
filter: dt_compat_enabled("zephyr,sdmmc-disk")

0 commit comments

Comments
 (0)