Skip to content

Commit c8e231b

Browse files
sago35deadprogram
authored andcommitted
targets: add serial and serial-port key to JSON files for seeed boards
1 parent b00cfc0 commit c8e231b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

targets/wioterminal.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"inherits": ["atsamd51p19a"],
33
"build-tags": ["wioterminal"],
44
"serial": "usb",
5+
"serial-port": ["acm:2886:002d", "acm:2886:802d"],
56
"flash-1200-bps-reset": "true",
67
"flash-method": "msd",
78
"msd-volume-name": "Arduino",

targets/xiao.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"inherits": ["atsamd21g18a"],
33
"build-tags": ["xiao"],
4+
"serial": "usb",
5+
"serial-port": ["acm:2886:802f", "acm:2886:002f"],
46
"flash-1200-bps-reset": "true",
57
"flash-method": "msd",
68
"msd-volume-name": "Arduino",

0 commit comments

Comments
 (0)