Commit Graph
5 Commits
Author SHA1 Message Date
Sosthène Guédon d0ebffac28 Allow showing hex content of littlefs files 2025-06-18 15:26:17 +02:00
Sosthène Guédon 4f055aab12 Make list accept dynamic Filesystem parameters without recompilation 2025-06-18 15:26:17 +02:00
Sosthène Guédon 7e94b3d8b0 Remove need for generic array and typenum constants
This will also allow for more flexible `Storage` implementations
that use `Vec<u8>` as a cache buffer and are not fixed to a single block size
2025-06-18 15:26:01 +02:00
Sosthène Guédonandsosthene-nitrokey 8ed1c5cf50 Fix list panic when last block of the filesystem is used 2025-03-07 17:01:15 +01:00
Robin Krahl 62afcd88fc Add list example
This patch adds an example that reads a filesystem image from a file and
prints its content.
2024-11-17 21:40:45 +01:00