mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 10:37:46 +00:00
targets: add serial and serial-port key to JSON files for seeed boards
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user