oyama / pico-vfs

Thin virtual file system for Raspberry Pi Pico
Other
5 stars 0 forks source link

add loopback block device #27

Closed oyama closed 3 weeks ago

oyama commented 3 weeks ago

Fix #26

Mutex was changed to recursive_mutex because the VFS layer calls recursively.