Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ let cont: VolumeManager<_, _, 6, 12, 4> = VolumeManager::new_with_limits(block,
* Delete files
* Iterate root directory
* Iterate sub-directories
* Create directories
* Log over defmt or the common log interface (feature flags).

## No-std usage
Expand All @@ -82,7 +83,6 @@ This repository houses no examples for no-std usage, however you can check out t

## Todo List (PRs welcome!)

* Create new dirs
* Delete (empty) directories
* Handle MS-DOS `/path/foo/bar.txt` style paths.

Expand Down