1
0
Fork 0
mirror of https://github.com/CTCaer/hekate.git synced 2024-09-19 21:44:57 +01:00
hekate/bdk/libs/fatfs
CTCaer e09710e3eb bdk: fatfs: mkfs alignment changes
- Default data alignment is now 1MB **when it's not set**
- Default volume alignment is now based on data alignment and not hardcoded to 16MB.
- Change max allowed alignment to 64MB.

The above changes allow selecting alignments for volume and data between 1MB and 64MB.
(From the previous 1 to 16MB for data and 16MB for volume).
2022-05-16 13:33:38 +03:00
..
diskio.h fatfs: Add raw emuMMC support for USER partition 2021-02-06 17:11:32 +02:00
ff.c bdk: fatfs: mkfs alignment changes 2022-05-16 13:33:38 +03:00
ff.h fatfs: Add PrFile2Safe creation in format tool 2021-02-06 03:59:20 +02:00
ffunicode.c