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

View File

@ -12,7 +12,6 @@ struct VfsMountPoint;
typedef struct {
bool taken;
uint8_t key_[KVFS_NODE_KEY_MAX];
uint8_t *buffer;
SpinLock spinlock;
} KvfsNode;