Merge branch 'feature/usb_device_msc_sdcard' into 'master'

USB Dev: Integrate SD MMC Card as a storage media that is accessed by USB-host as a USB Mass Storage Device

Closes IDF-6545 and IDFGH-9040

See merge request espressif/esp-idf!21679
This commit is contained in:
Saurabh Kumar Bansal
2023-01-18 01:16:21 +08:00
11 changed files with 647 additions and 157 deletions

View File

@@ -144,7 +144,7 @@ The driver allows to redirect all standard application streams (stdinm stdout, s
USB Mass Storage Device (MSC)
-----------------------------
If the MSC CONFIG_TINYUSB_MSC_ENABLED option is enabled and SPI Flash Wear Levelling WL_SECTOR_SIZE is set to 512 and WL_SECTOR_MODE is set to PERF in Menuconfig, the USB MSC Device can be initialized as shown below (see example below).
If the MSC CONFIG_TINYUSB_MSC_ENABLED option is enabled, the USB MSC Device can be initialized as shown below (see example below).
.. code-block:: c