oyama / pico-vfs

Thin virtual file system for Raspberry Pi Pico
Other
9 stars 2 forks source link

Automatic fs_init() call feature #7

Closed oyama closed 4 months ago

oyama commented 4 months ago

Added option to add fs_init() to pre_main(). Enabled by the following CMake function options.

pico_enable_filesystem(${CMAKE_PROJECT_NAME} AUTO_INIT TRUE)