Skip to content

Commit c033fcc

Browse files
committed
Declare optional package versions
1 parent 107c8ac commit c033fcc

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
@@ -33,13 +33,15 @@
3333
"toolchain-gccarmnoneeabi": {
3434
"type": "toolchain",
3535
"owner": "platformio",
36-
"version": "~1.80201.0"
36+
"version": "~1.80201.0",
37+
"optionalVersions": ["~1.90201.0"]
3738
},
3839
"framework-mbed": {
3940
"type": "framework",
4041
"optional": true,
4142
"owner": "platformio",
42-
"version": "~6.60600.0"
43+
"version": "~6.60600.0",
44+
"optionalVersions": ["~6.51506.0"]
4345
},
4446
"framework-zephyr": {
4547
"type": "framework",

0 commit comments

Comments
 (0)