mirror of https://github.com/tinygo-org/tinygo.git
Ayke van Laethem
4 years ago
committed by
Ron Evans
19 changed files with 19 additions and 19 deletions
@ -1,6 +1,6 @@ |
|||
{ |
|||
"inherits": ["atsamd21g18a"], |
|||
"build-tags": ["sam", "atsamd21g18a", "arduino_nano33"], |
|||
"build-tags": ["arduino_nano33"], |
|||
"flash-command": "bossac -i -e -w -v -R -U --port={port} --offset=0x2000 {bin}", |
|||
"flash-1200-bps-reset": "true" |
|||
} |
|||
|
@ -1,6 +1,6 @@ |
|||
{ |
|||
"inherits": ["atsamd21g18a"], |
|||
"build-tags": ["sam", "atsamd21g18a", "arduino_zero"], |
|||
"build-tags": ["arduino_zero"], |
|||
"flash-command": "bossac -i -e -w -v -R -U --port={port} --offset=0x2000 {bin}", |
|||
"flash-1200-bps-reset": "true" |
|||
} |
|||
|
Loading…
Reference in new issue