Commit graph

20 commits

Author SHA1 Message Date
Yann MAGNIN
07b04138ec
fygue: fix typo 2025-04-12 14:45:38 +02:00
Yann MAGNIN
7ff93e79f0
fygue: switch tabs to spaces :) 2025-04-12 08:47:17 +02:00
Yann MAGNIN
817e654e74
fygue: fix FAT12 cluster handling + fix file seek() handling 2025-04-11 12:46:45 +02:00
Yann MAGNIN
ec6f7cedc5
fygue: fix read() + fix broken sync() + fix path handling + fix file stat() + various other fixes 2025-04-10 23:40:59 +02:00
Yann MAGNIN
69d59cd4d2
fygue: (untested) complete re-architecture + syncfs() support 2025-04-10 13:46:24 +02:00
Yann MAGNIN
c99a18d748
fygue: WIP prepare syncfs() implementation + fix Math+ Flash information 2025-04-09 18:31:28 +02:00
Yann MAGNIN
ba7d84dbb2
fygue: rework flash abstraction to reduce device-specific cases and allow future optimization 2025-04-08 19:03:47 +02:00
Yann MAGNIN
f1bf037a18
fygue: rework flash abstraction + support FAT12 (untested) + support G35PE2 device + support Math+ device (untested) 2025-04-08 11:21:04 +02:00
Yann MAGNIN
fc358c2fb1
fygue: rework flash initialization + fix mount fail behaviour 2025-04-07 13:29:02 +02:00
Yann MAGNIN
a56d57ad61
fygue: support FXCP400 (work, but broken for BFile syscalls) 2025-04-06 12:23:25 +02:00
Yann MAGNIN
d9b03e7052
fygue: support read() primitive 2025-04-05 18:16:24 +02:00
Yann MAGNIN
20cb87c0c1
fygue: support close() primitive for file 2025-04-05 17:05:33 +02:00
Yann MAGNIN
b1b4e8a287
fygue: support cluster chunk list generator for file (needed for the future read() primitive) 2025-04-05 15:22:09 +02:00
Yann MAGNIN
eaa0602225
fygue: fix FAT cluster resolution + support stat() for directory + support stat(), lseek() and write() (EROFS) for file 2025-04-05 13:34:42 +02:00
Yann MAGNIN
bad0dbd5f4
fygue: support stat for directory and file 2025-04-05 09:31:38 +02:00
Yann MAGNIN
8b5ede80fe
fygue: support directory lseek,write(error),close 2025-04-04 11:25:18 +02:00
Yann MAGNIN
dae0972878
fygue: support readdir() + small fixes 2025-04-04 08:50:24 +02:00
Yann MAGNIN
e4e09052fc
fygue: support open() primitive 2025-04-03 14:22:02 +02:00
Yann MAGNIN
6d99494d30
fygue: (WIP) add syncfs support + add FAT/Flash backend + prepare open() primitive 2025-04-02 15:34:15 +02:00
Yann MAGNIN
b40a6b3fa8
fs: prepare Fygue integration 2025-04-01 21:06:55 +02:00