Skip to content

Commit

Permalink
add diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
oyama authored Jun 12, 2024
1 parent 104735d commit 6250c1e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,21 @@ Designed specifically for the Raspberry Pi Pico, `pico-vfs` is a virtual file sy

## Modular Design Architecture

```
+----------------------------+
| Application Code |
+----------------------------+
| POSIX File API |
+----------------------------+
| File System Layer |
+----------------------------+
| Block Device Layer |
+----------------------------+
| Physical Storage Media |
| (Flash, SD card, Heap) |
+----------------------------+
```

pico-vfs employs an architecture designed to achieve efficient and flexible data management:

- **Block Device Layer**: Abstracts differences in physical storage media such as SD cards and flash memory into a consistent interface, enabling developers to easily add or replace storage media.
Expand Down

0 comments on commit 6250c1e

Please sign in to comment.