oyama / pico-vfs

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

Add multi-core file IO tests #30

Closed oyama closed 3 weeks ago

oyama commented 3 weeks ago

Fix #29

Add tests using Flash and SD block devices and a combination of littlefs and FAT to use the file system in both core0/core1 at the same time. Note that only Flash block devices require the functions to be executed in core1 to be in RAM.