The argument is a u32_t which limits the maximum disk size to 4 GiB. Rather than fix this, delete the ioctl and switch the only use to GET_SECTOR_COUNT instead. Signed-off-by: Michael Hope <mlhx@google.com> |
||
|---|---|---|
| .. | ||
| fat | ||
| nffs | ||
| CMakeLists.txt | ||
| README | ||
This directory contains different file systems supported by Zephyr. The following file systems are currently supported: FatFs ------- FatFs is a file system based on the FAT file system spefication. This is provided by ELM Chan http://elm-chan.org/fsw/ff/00index_e.html