File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 57
57
"package-version" : " 1.203.210628" ,
58
58
"version" : " https://github.com/pioarduino/registry/releases/download/0.0.1/mklittlefs-2.3.0.zip"
59
59
},
60
- "tool-mkspiffs" : {
61
- "type" : " uploader" ,
62
- "optional" : true ,
63
- "owner" : " pioarduino" ,
64
- "package-version" : " 1.200.0" ,
65
- "version" : " https://github.com/pioarduino/registry/releases/download/0.0.1/mkspiffs-1.2.0.zip"
66
- },
67
60
"tool-cppcheck" : {
68
61
"type" : " tool" ,
69
62
"optional" : true ,
Original file line number Diff line number Diff line change @@ -138,8 +138,6 @@ def install_tool(TOOL, retry_count=0):
138
138
filesystem = variables .get ("board_build.filesystem" , "littlefs" )
139
139
if filesystem == "littlefs" :
140
140
install_tool ("tool-mklittlefs" )
141
- elif filesystem == "spiffs" :
142
- install_tool ("tool-mkspiffs" )
143
141
144
142
return super ().configure_default_packages (variables , targets )
145
143
You can’t perform that action at this time.
0 commit comments