Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pgollor committed Oct 18, 2015
1 parent 2e806e9 commit 6e41f36
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ Tool to build and unpack [SPIFFS](https://github.com/pellepl/spiffs) images.

```
./mkspiffs {-c <pack_dir>|-u <dest_dir>|-l|-i} [-b <number>] [-p <number>] [-s
<number>] [--] [--version] [-h] <image_file>
mkspiffs {-c <pack_dir>|-u <dest_dir>|-l|-i} [-d <0-5>] [-b <number>]
[-p <number>] [-s <number>] [--] [--version] [-h]
<image_file>
Where:
Where:
-c <pack_dir>, --create <pack_dir>
(OR required) create spiffs image from a directory
Expand All @@ -26,6 +27,9 @@ Where:
(OR required) visualize spiffs image
-d <0-5>, --debug <0-5>
Debug level. 0 means no debug output.
-b <number>, --block <number>
fs block size, in bytes
Expand Down Expand Up @@ -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

0 comments on commit 6e41f36

Please sign in to comment.