Skip to content

Commit 60ee567

Browse files
author
Raffael Rostagno
committed
samples: usb: mass: Add config for ESP32-S3
Add USB mass storage sample overlay for ESP32-S3. Signed-off-by: Raffael Rostagno <[email protected]>
1 parent 81538cc commit 60ee567

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
/*
2+
* Copyright (c) 2025 Espressif Systems (Shanghai) Co., Ltd.
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/ {
8+
msc_disk0 {
9+
compatible = "zephyr,flash-disk";
10+
partition = <&storage_partition>;
11+
disk-name = "NAND";
12+
cache-size = <4096>;
13+
};
14+
};

0 commit comments

Comments
 (0)