Skip to content

Commit 964e74b

Browse files
committed
extra: update tool requirements for 0.3.2
Update a few tool versions to sync with 0.3.2 recommendations. Signed-off-by: Luca Burelli <[email protected]>
1 parent 220297b commit 964e74b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

extra/zephyr-core-template.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
{
2222
"name": "Arduino Nano 33 BLE"
2323
},
24+
{
25+
"name": "Arduino Opta"
26+
},
2427
{
2528
"name": "Arduino Portenta H7"
2629
},
@@ -41,7 +44,7 @@
4144
{
4245
"packager": "zephyr",
4346
"name": "arm-zephyr-eabi",
44-
"version": "0.16.8"
47+
"version": "0.17.0"
4548
},
4649
{
4750
"packager": "arduino",
@@ -57,6 +60,11 @@
5760
"packager": "arduino",
5861
"name": "zephyr-sketch-tool",
5962
"version": "0.1.0"
63+
},
64+
{
65+
"packager": "arduino",
66+
"name": "sync-zephyr-artifacts",
67+
"version": "0.1.0"
6068
}
6169
]
6270
}

0 commit comments

Comments
 (0)