mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-07 12:33:42 +00:00
Support for Adafruit Feather M0 Express board
This commit is contained in:
committed by
Ron Evans
parent
ae65b37762
commit
05ec4e6bd0
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"inherits": ["atsamd21g18a"],
|
||||
"build-tags": ["feather_m0_express"],
|
||||
"serial": "usb",
|
||||
"serial-port": ["239a:801b"],
|
||||
"flash-1200-bps-reset": "true",
|
||||
"flash-method": "msd",
|
||||
"msd-volume-name": "FEATHERBOOT",
|
||||
"msd-firmware-name": "firmware.uf2"
|
||||
}
|
||||
Reference in New Issue
Block a user