targets: add serial and serial-port key to JSON files for seeed boards

This commit is contained in:
sago35
2021-06-26 14:46:54 +09:00
committed by Ron Evans
parent b00cfc001e
commit c8e231bc0b
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -2,6 +2,7 @@
"inherits": ["atsamd51p19a"],
"build-tags": ["wioterminal"],
"serial": "usb",
"serial-port": ["acm:2886:002d", "acm:2886:802d"],
"flash-1200-bps-reset": "true",
"flash-method": "msd",
"msd-volume-name": "Arduino",
+2
View File
@@ -1,6 +1,8 @@
{
"inherits": ["atsamd21g18a"],
"build-tags": ["xiao"],
"serial": "usb",
"serial-port": ["acm:2886:802f", "acm:2886:002f"],
"flash-1200-bps-reset": "true",
"flash-method": "msd",
"msd-volume-name": "Arduino",