gint/src/fs
2025-04-08 18:12:52 +02:00
..
fugue fygue: merge dev branch that add FXCP400 file IO support 2025-04-08 18:12:52 +02:00
fygue fygue: rework flash abstraction + support FAT12 (untested) + support G35PE2 device + support Math+ device (untested) 2025-04-08 11:21:04 +02:00
close.c fs: prepare Fygue integration 2025-04-01 21:06:55 +02:00
closedir.c fs: folder support, part 1 (mkdir/rmdir and the opendir(3) family) 2021-12-21 19:01:00 +01:00
creat.c fs: basic filesystem support over BFile 2021-12-11 16:38:28 +01:00
fdopendir.c fs: prepare Fygue integration 2025-04-01 21:06:55 +02:00
fs.c fs: prepare Fygue integration 2025-04-01 21:06:55 +02:00
lseek.c fs: prepare Fygue integration 2025-04-01 21:06:55 +02:00
mkdir.c fs: prepare Fygue integration 2025-04-01 21:06:55 +02:00
open.c fygue: support open() primitive 2025-04-03 14:22:02 +02:00
opendir.c fs: folder support, part 1 (mkdir/rmdir and the opendir(3) family) 2021-12-21 19:01:00 +01:00
pread.c fs: fix incorrect cursor state after pread/pwrite 2025-04-06 15:54:44 +02:00
pwrite.c fs: fix incorrect cursor state after pread/pwrite 2025-04-06 15:54:44 +02:00
read.c fs: prepare Fygue integration 2025-04-01 21:06:55 +02:00
readdir.c fs: folder support, part 1 (mkdir/rmdir and the opendir(3) family) 2021-12-21 19:01:00 +01:00
rename.c fs: prepare Fygue integration 2025-04-01 21:06:55 +02:00
rewinddir.c fs: folder support, part 1 (mkdir/rmdir and the opendir(3) family) 2021-12-21 19:01:00 +01:00
rmdir.c fs: prepare Fygue integration 2025-04-01 21:06:55 +02:00
seekdir.c fs: folder support, part 1 (mkdir/rmdir and the opendir(3) family) 2021-12-21 19:01:00 +01:00
stat.c fs: prepare Fygue integration 2025-04-01 21:06:55 +02:00
telldir.c fs: folder support, part 1 (mkdir/rmdir and the opendir(3) family) 2021-12-21 19:01:00 +01:00
unlink.c fs: prepare Fygue integration 2025-04-01 21:06:55 +02:00
write.c fs: prepare Fygue integration 2025-04-01 21:06:55 +02:00