Implement storedevs, prepare to port littlefs

This commit is contained in:
2025-08-16 12:34:36 +02:00
parent c936910199
commit 2b0566c56f
91 changed files with 54963 additions and 37 deletions

6
kernel/baseimg/baseimg.h Normal file
View File

@ -0,0 +1,6 @@
#ifndef BASEIMG_BASEIMG_H_
#define BASEIMG_BASEIMG_H_
void baseimg_init(void);
#endif // BASEIMG_BASEIMG_H_