Skip to content

Commit 5733556

Browse files
committed
remove SPIFFS
1 parent 628fc4e commit 5733556

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

platform.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,6 @@
5757
"package-version": "1.203.210628",
5858
"version": "https://github.com/pioarduino/registry/releases/download/0.0.1/mklittlefs-2.3.0.zip"
5959
},
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-
},
6760
"tool-cppcheck": {
6861
"type": "tool",
6962
"optional": true,

platform.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,6 @@ def install_tool(TOOL, retry_count=0):
138138
filesystem = variables.get("board_build.filesystem", "littlefs")
139139
if filesystem == "littlefs":
140140
install_tool("tool-mklittlefs")
141-
elif filesystem == "spiffs":
142-
install_tool("tool-mkspiffs")
143141

144142
return super().configure_default_packages(variables, targets)
145143

0 commit comments

Comments
 (0)