Skip to content

Commit 90d8203

Browse files
committed
Make "tool-mbctool" package optional
It's made to isolate users from possible broken packages in briki manifest
1 parent 4f35220 commit 90d8203

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

platform.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
},
8080
"tool-mbctool": {
8181
"type": "uploader",
82+
"optional": true,
8283
"version": ">=2.0.0"
8384
},
8485
"tool-openocd-esp32": {

platform.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ def configure_default_packages(self, variables, targets):
4141
if build_core == "mbcwb":
4242
self.packages['framework-arduinoespressif32']['optional'] = True
4343
self.packages['framework-arduino-mbcwb']['optional'] = False
44+
self.packages['tool-mbctool']['optional'] = False
4445

4546
return PlatformBase.configure_default_packages(self, variables,
4647
targets)

0 commit comments

Comments
 (0)