File tree Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Tool to build and unpack [SPIFFS](https://github.com/pellepl/spiffs) images.
11
11
<number>] [--] [--version] [-h] <image_file>
12
12
13
13
14
- Where:
14
+ Where:
15
15
16
16
-c <pack_dir>, --create <pack_dir>
17
17
create spiffs image from a directory
@@ -46,6 +46,21 @@ Where:
46
46
47
47
48
48
```
49
+ ## Build
50
+
51
+ You need gcc (>= 4.8) and make. On Windows, use MinGW.
52
+
53
+ Run:
54
+ ``` bash
55
+ $ make dist
56
+ ```
57
+
58
+ ### Build status
59
+
60
+ Linux | Windows
61
+ ------|-------
62
+ [ ![ Linux build status] ( http://img.shields.io/travis/igrr/mkspiffs.svg )] ( https://travis-ci.org/igrr/mkspiffs ) | [ ![ Windows build status] ( http://img.shields.io/appveyor/ci/igrr/mkspiffs.svg )] ( https://ci.appveyor.com/project/igrr/mkspiffs )
63
+
49
64
50
65
## License
51
66
55
70
56
71
- Error handling
57
72
- Determine the image size automatically when opening a file
58
- - Unpack
59
- - Automated builds
60
73
- Code cleanup
61
-
You can’t perform that action at this time.
0 commit comments