We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cba6e2 commit b7ff183Copy full SHA for b7ff183
README.md
@@ -2,7 +2,6 @@
2
Tool to build and unpack [SPIFFS](https://github.com/pellepl/spiffs) images.
3
4
5
-
6
## Usage
7
8
```
@@ -55,7 +54,7 @@ Where:
55
54
56
## Build
57
58
-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.
59
60
Run:
61
```bash
@@ -75,7 +74,7 @@ MIT
75
74
76
## To do
77
78
-- [ ] Add more denug output and print spiffs debug output
+- [ ] Add more debug output and print SPIFFS debug output
79
- [ ] Error handling
80
- [ ] Determine the image size automatically when opening a file
81
- [ ] Code cleanup
0 commit comments