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 cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
Kconfig disk: add stm32 sdmmc disk access driver 2020-05-08 10:53:10 +02:00
disk_access.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
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 zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
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