zephyr/subsys/disk
Johann Fischer 4a59067c36 disk: remove USB MSC specific FAT12 ramdisk
For USB mass storage class, a fixed size 16 KiB FAT12 ramdisk
is forced. This is not really visible to the user and
the DISK_RAM_VOLUME_SIZE option is ignored.
There is no use of such a small file system and for USB MSC
testing, like throughput or USB3CV, a file system is not necessary.

Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
2020-12-02 11:50:11 +01:00
..
CMakeLists.txt
disk_access_flash.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
disk_access_ram.c disk: remove USB MSC specific FAT12 ramdisk 2020-12-02 11:50:11 +01:00
disk_access_sdhc.h
disk_access_spi_sdhc.c disk: sdhc: use the multiple block transfer for writing 2020-09-05 11:07:04 +02:00
disk_access_stm32_sdmmc.c subsystem: disk: stm32_sdmmc: use generic LL headers 2020-11-30 15:50:03 +01:00
disk_access_usdhc.c disk: Fix nxp usdhc driver optional gpio properties 2020-11-03 10:35:49 -06:00
disk_access.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
Kconfig