mbed-os/features/filesystem/fat
Christopher Haster a9f5d886fb 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-06-27 15:44:04 -05: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-06-27 15:44:04 -05:00
FATFileSystem.h fatfs: Fixed initialization of block device in mount/unmount functions 2017-06-14 16:35:15 -05:00