1
0
mirror of https://github.com/mist-devel/mist-firmware.git synced 2026-05-03 23:09:45 +00:00
Commit Graph

10 Commits

Author SHA1 Message Date
Gyorgy Szombathelyi
b6ad6ebbe7 Revert "FatFs: use the external sector buffer for directory browsing"
This reverts commit fc7121d202.
2021-09-11 19:30:43 +02:00
Gyorgy Szombathelyi
982fa97d5a Revert "FatFs: fix ext buffer when buf_size>cluster size"
This reverts commit 5f3d213307.
2021-09-11 19:30:31 +02:00
Gyorgy Szombathelyi
5f3d213307 FatFs: fix ext buffer when buf_size>cluster size 2021-09-09 21:06:27 +02:00
Gyorgy Szombathelyi
fc7121d202 FatFs: use the external sector buffer for directory browsing
...utilizing multiple reads
2021-09-02 17:54:32 +02:00
Gyorgy Szombathelyi
b619b031b1 fat_compat: fix one character extension split 2021-05-28 20:24:09 +02:00
Gyorgy Szombathelyi
af39aae05e PCE-CD support 2021-05-22 02:33:58 +02:00
Gyorgy Szombathelyi
26b9855b59 Add static declarations for some flash space 2021-05-16 20:55:23 +02:00
Gyorgy Szombathelyi
0769486ad4 Fix user_io_ext_idx 2021-05-16 00:24:45 +02:00
Gyorgy Szombathelyi
513d78158c Small optimization in file sorter 2021-05-15 23:46:58 +02:00
Gyorgy Szombathelyi
56a1a0888f Replace the FAT driver with FatFs (EXFAT support) 2021-05-15 19:44:32 +02:00