Skip to content

Commit 3d2553b

Browse files
committed
Make default Arduino package optional for Portenta
1 parent f2ff279 commit 3d2553b

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
@@ -37,6 +37,7 @@ def configure_default_packages(self, variables, targets):
3737
self.frameworks["arduino"][
3838
"script"
3939
] = "builder/frameworks/arduino/mbed-core/arduino-core-mbed.py"
40+
self.packages["framework-arduinoststm32"]["optional"] = True
4041
elif build_core == "maple":
4142
self.frameworks["arduino"]["package"] = "framework-arduinoststm32-maple"
4243
self.packages["framework-arduinoststm32-maple"]["optional"] = False

0 commit comments

Comments
 (0)