Skip to content

Commit 0beec5c

Browse files
committed
package_json: add portenta x8 and adb
1 parent 4b8f6ca commit 0beec5c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

extras/package_index.json.NewTag.template

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,9 @@
202202
"boards": [
203203
{
204204
"name": "Arduino Portenta H7"
205+
},
206+
{
207+
"name": "Arduino Portenta X8"
205208
}
206209
],
207210
"toolsDependencies": [
@@ -224,6 +227,11 @@
224227
"packager": "arduino",
225228
"version": "1.8.0-arduino",
226229
"name": "imgtool"
230+
},
231+
{
232+
"packager": "arduino",
233+
"version": "1.5.1",
234+
"name": "adb"
227235
}
228236
]
229237
},
@@ -334,4 +342,4 @@
334342
"tools": []
335343
}
336344
]
337-
}
345+
}

0 commit comments

Comments
 (0)