Skip to content

Commit

Permalink
Corrected link to fs_init sample.
Browse files Browse the repository at this point in the history
  • Loading branch information
oyama authored Jun 10, 2024
1 parent eb8e9ef commit ec2b6a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ If you want to customize the storage size, specify the required storage size in
```CMakeLists.txt
pico_enable_filesystem(${CMAKE_PROJECT_NAME} FS_SIZE 1441792)
```
pico-vfs can be further customized. The sample program included in [examples/default\_fs/my\_fs\_init.c](examples/default_fs/my_fs_init.c) demonstrates mounting a FAT file system using an SD card as a block device and littlefs on the onboard flash memory in a single namespace.
pico-vfs can be further customised. The examples included in [examples/fs_inits](examples/fs_inits) show example configurations of different file system combinations. For example, a FAT file system on SD card, and littlefs on on-board flash memory can be mounted in a single namespace.

## Architecture overview

Expand Down

0 comments on commit ec2b6a8

Please sign in to comment.