mbed-os/features/filesystem/fat
Christopher Haster 94aea467c9 fatfs: Fix unaligned access in disk_ioctl
Unlike the other disk_ioctl options, GET_SECTOR_SIZE is interpreted
as a 16-bit WORD, instead of a 32-bit DWORD. This caused an unaligned
access error on M0 platforms.
2017-07-14 15:13:32 +01:00
..
ChaN FAT: Added support for block sizes of 512-4096 bytes 2017-06-03 07:10:48 +01:00
FATFileSystem.cpp fatfs: Fix unaligned access in disk_ioctl 2017-07-14 15:13:32 +01:00
FATFileSystem.h fatfs: Fixed initialization of block device in mount/unmount functions 2017-06-20 17:13:35 +01:00