Are there plans for ch-storage (embedded-storage)? #97
-
Recently, I started a new project using CH32V203C8T6 (Flash: 64KB + 160KB), and I needed to store some configuration and logs at runtime.
By adding support for embedded-storage, we abstract storage across multiple MCU families, and we'd get the other features for free if we used some libraries
Question: Are there plans for ch-storage? |
Beta Was this translation helpful? Give feedback.
Answered by
romainreignier
May 17, 2025
Replies: 1 comment
-
This PR #91 adds support for a flash driver using embedded-storage. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jsprog
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This PR #91 adds support for a flash driver using embedded-storage.