diff --git a/README.md b/README.md index 9bd06b1..c6516f2 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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.