Working port of Little FS

This commit is contained in:
2025-08-16 20:35:00 +02:00
parent 2b0566c56f
commit 8da890e388
20 changed files with 332 additions and 19 deletions

View File

@ -2,5 +2,7 @@
#define BASEIMG_BASEIMG_H_
void baseimg_init(void);
uint64_t baseimg_getaddr(void);
uint64_t baseimg_getsize(void);
#endif // BASEIMG_BASEIMG_H_