Skip to content

Commit bcc41c4

Browse files
committed
Declare optional package versions
1 parent e75ca9b commit bcc41c4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

platform.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,15 @@
7373
"toolchain-gccarmnoneeabi": {
7474
"type": "toolchain",
7575
"owner": "platformio",
76-
"version": ">=1.60301.0,<1.80000.0"
76+
"version": ">=1.60301.0,<1.80000.0",
77+
"optionalVersions": ["~1.60301.0", "~1.80201.0", "~1.90201.0"]
7778
},
7879
"framework-mbed": {
7980
"type": "framework",
8081
"optional": true,
8182
"owner": "platformio",
82-
"version": "~6.60600.0"
83+
"version": "~6.60600.0",
84+
"optionalVersions": ["~6.51506.0"]
8385
},
8486
"framework-cmsis": {
8587
"type": "framework",

0 commit comments

Comments
 (0)