Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c240674

Browse filesBrowse files
authored
Add mkspiffs
1 parent 28be506 commit c240674
Copy full SHA for c240674

File tree

Expand file treeCollapse file tree

2 files changed

+54
-0
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+54
-0
lines changed

‎.gitignore

Copy file name to clipboardExpand all lines: .gitignore
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ tools/xtensa-esp32-elf
33
tools/dist
44
tools/esptool
55
tools/esptool.exe
6+
tools/mkspiffs

‎package/package_esp32_index.template.json

Copy file name to clipboardExpand all lines: package/package_esp32_index.template.json
+53Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@
3939
"packager": "esp32",
4040
"name": "esptool",
4141
"version": "4dab24e"
42+
},
43+
{
44+
"packager": "esp32",
45+
"name": "mkspiffs",
46+
"version": "0.2.0"
4247
}
4348
]
4449
}
@@ -97,6 +102,54 @@
97102
"size": "3869525"
98103
}
99104
]
105+
},
106+
{
107+
"name": "mkspiffs",
108+
"version": "0.2.0",
109+
"systems": [
110+
{
111+
"host": "i686-mingw32",
112+
"url": "https://github.com/igrr/mkspiffs/releases/download/0.2.0/mkspiffs-0.2.0-windows.zip",
113+
"archiveFileName": "mkspiffs-0.2.0-windows.zip",
114+
"checksum": "SHA-256:c53fcef97ca74466ef74e6980f6670161bcaf1f7f7f1474c6db1d973ca2761fa",
115+
"size": "347181"
116+
},
117+
{
118+
"host": "x86_64-apple-darwin",
119+
"url": "https://github.com/igrr/mkspiffs/releases/download/0.2.0/mkspiffs-0.2.0-osx.tar.gz",
120+
"archiveFileName": "mkspiffs-0.2.0-osx.tar.gz",
121+
"checksum": "SHA-256:a585a209ffcadbd3dfff95e1d5f7d028be790b206786b3bed213288a9237f562",
122+
"size": "119128"
123+
},
124+
{
125+
"host": "i386-apple-darwin",
126+
"url": "https://github.com/igrr/mkspiffs/releases/download/0.2.0/mkspiffs-0.2.0-osx.tar.gz",
127+
"archiveFileName": "mkspiffs-0.2.0-osx.tar.gz",
128+
"checksum": "SHA-256:a585a209ffcadbd3dfff95e1d5f7d028be790b206786b3bed213288a9237f562",
129+
"size": "119128"
130+
},
131+
{
132+
"host": "x86_64-pc-linux-gnu",
133+
"url": "https://github.com/igrr/mkspiffs/releases/download/0.2.0/mkspiffs-0.2.0-linux64.tar.gz",
134+
"archiveFileName": "mkspiffs-0.2.0-linux64.tar.gz",
135+
"checksum": "SHA-256:74f8a89a1f16c1220611531edc90233b765661b14ee670a05e1c5fa4a2a4bf65",
136+
"size": "49232"
137+
},
138+
{
139+
"host": "i686-pc-linux-gnu",
140+
"url": "https://github.com/igrr/mkspiffs/releases/download/0.2.0/mkspiffs-0.2.0-linux32.tar.gz",
141+
"archiveFileName": "mkspiffs-0.2.0-linux32.tar.gz",
142+
"checksum": "SHA-256:474b4b8c37863b54db29208b29026a292fa8a08897e2564120c831e75946ab73",
143+
"size": "47907"
144+
},
145+
{
146+
"host": "arm-linux-gnueabihf",
147+
"url": "https://github.com/igrr/mkspiffs/releases/download/0.2.0/mkspiffs-0.2.0-linux-armhf.tar.gz",
148+
"archiveFileName": "mkspiffs-0.2.0-linux-armhf.tar.gz",
149+
"checksum": "SHA-256:89a18790bf6277912714de85656c35a429282c0f5ef64398dbcf6c146d92ebd1",
150+
"size": "54348"
151+
}
152+
]
100153
}
101154
]
102155
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.