Commit Graph
6 Commits
Author SHA1 Message Date
Claude 1a297989d4 Rename project from TinyDFS to MouseFS
- Renamed TinyDFS.h to MouseFS.h
- Updated all type names: TinyDFS -> MouseFS, TinyDFS_Entity -> MouseFS_Entity, TinyDFS_Result -> MouseFS_Result
- Updated all enum values: TINYDFS_RESULT_* -> MOUSEFS_RESULT_*
- Updated all function names: tinydfs_* -> mousefs_*
- Updated all variable names: tdfs -> mfs
- Updated references in all source files, headers, examples, and documentation
- Updated Makefile build targets: tinydfs_* -> mousefs_*
2025-11-10 18:00:05 +00:00
cozis debbd08ce6 Add TODO.txt entry 2025-11-10 18:51:12 +01:00
cozis 9ea4ee5223 Remove solved TODO from TODO.txt and fix a bug in file_tree_read 2025-11-10 12:51:12 +01:00
cozis 70a1914d8e Progress 2025-11-05 19:21:51 +01:00
cozis e124952fe2 Progress 2025-11-05 14:26:57 +01:00
cozis c5a21608d7 Split project over multiple files 2025-10-28 17:24:25 +01:00