Initial commit

This commit is contained in:
Godzil
2022-05-25 14:06:47 +01:00
commit 0c5ef936c2
11 changed files with 404 additions and 0 deletions

7
platform/file.c Normal file
View File

@@ -0,0 +1,7 @@
/******************************************************************************
* MiniFFS : Mini Flat File System
* file.c: This is the file based implementation of the MiniFFS
*
* Copyright (c) 2008-2022 986-Studio. All rights reserved.
*
******************************************************************************/

7
platform/memory.c Normal file
View File

@@ -0,0 +1,7 @@
/******************************************************************************
* MiniFFS : Mini Flat File System
* memory.c: This is the pure memory implementation of the MiniFFS
*
* Copyright (c) 2008-2022 986-Studio. All rights reserved.
*
******************************************************************************/