From 6e41f3650d0a0d2937bf97a3d0bdc2ce8a718bfc Mon Sep 17 00:00:00 2001 From: Pascal Gollor Date: Sun, 18 Oct 2015 10:44:58 +0200 Subject: [PATCH] update readme --- README.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e5113bb..96e7692 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,12 @@ Tool to build and unpack [SPIFFS](https://github.com/pellepl/spiffs) images. ``` - ./mkspiffs {-c |-u |-l|-i} [-b ] [-p ] [-s - ] [--] [--version] [-h] + mkspiffs {-c |-u |-l|-i} [-d <0-5>] [-b ] + [-p ] [-s ] [--] [--version] [-h] + -Where: +Where: -c , --create (OR required) create spiffs image from a directory @@ -26,6 +27,9 @@ Where: (OR required) visualize spiffs image + -d <0-5>, --debug <0-5> + Debug level. 0 means no debug output. + -b , --block fs block size, in bytes @@ -71,6 +75,7 @@ MIT ## To do -- Error handling -- Determine the image size automatically when opening a file -- Code cleanup +- [ ] Add more denug output and print spiffs debug output +- [ ] Error handling +- [ ] Determine the image size automatically when opening a file +- [ ] Code cleanup