FatFS works (read-only, lightly tested).

This commit is contained in:
David Given
2022-08-27 17:43:46 +02:00
parent c9a58e9d57
commit 983f6caf46
14 changed files with 368 additions and 76 deletions

View File

@@ -14,10 +14,14 @@ message AcornDfsProto {
message Brother120FsProto {
}
message FatFsProto {
}
message FilesystemProto {
oneof filesystem {
AcornDfsProto acorndfs = 1;
Brother120FsProto brother120 = 2;
FatFsProto fatfs = 3;
}
}