Skip to content

Commit b27329b

Browse files
authored
Download tool-mklittlefs automatically // Issue #220
1 parent 324451b commit b27329b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

platform.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ def configure_default_packages(self, variables, targets):
2323
self.packages['toolchain-xtensa']['version'] = "~1.40802.0"
2424
if "buildfs" in targets:
2525
self.packages['tool-mkspiffs']['optional'] = False
26+
self.packages['tool-mklittlefs']['optional'] = False
2627
return PlatformBase.configure_default_packages(
2728
self, variables, targets)
2829

0 commit comments

Comments
 (0)