Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
igrr committed Oct 28, 2015
1 parent 0cba6e2 commit b7ff183
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
Tool to build and unpack [SPIFFS](https://github.com/pellepl/spiffs) images.



## Usage

```
Expand Down Expand Up @@ -55,7 +54,7 @@ Where:
```
## Build

You need gcc (>= 4.8) and make. On Windows, use MinGW.
You need gcc (4.8) or clang(≥600.0.57), and make. On Windows, use MinGW.

Run:
```bash
Expand All @@ -75,7 +74,7 @@ MIT

## To do

- [ ] Add more denug output and print spiffs debug output
- [ ] Add more debug output and print SPIFFS debug output
- [ ] Error handling
- [ ] Determine the image size automatically when opening a file
- [ ] Code cleanup

0 comments on commit b7ff183

Please sign in to comment.