mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-13 23:43:40 +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"],
|
"inherits": ["atsamd51p19a"],
|
||||||
"build-tags": ["wioterminal"],
|
"build-tags": ["wioterminal"],
|
||||||
"serial": "usb",
|
"serial": "usb",
|
||||||
|
"serial-port": ["acm:2886:002d", "acm:2886:802d"],
|
||||||
"flash-1200-bps-reset": "true",
|
"flash-1200-bps-reset": "true",
|
||||||
"flash-method": "msd",
|
"flash-method": "msd",
|
||||||
"msd-volume-name": "Arduino",
|
"msd-volume-name": "Arduino",
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
{
|
{
|
||||||
"inherits": ["atsamd21g18a"],
|
"inherits": ["atsamd21g18a"],
|
||||||
"build-tags": ["xiao"],
|
"build-tags": ["xiao"],
|
||||||
|
"serial": "usb",
|
||||||
|
"serial-port": ["acm:2886:802f", "acm:2886:002f"],
|
||||||
"flash-1200-bps-reset": "true",
|
"flash-1200-bps-reset": "true",
|
||||||
"flash-method": "msd",
|
"flash-method": "msd",
|
||||||
"msd-volume-name": "Arduino",
|
"msd-volume-name": "Arduino",
|
||||||
|
|||||||
Reference in New Issue
Block a user