mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-04 19:17:47 +00:00
8 lines
245 B
JSON
8 lines
245 B
JSON
{
|
|
"inherits": ["atsamd21g18a"],
|
|
"build-tags": ["sam", "atsamd21g18a", "p1am_100"],
|
|
"flash-command": "bossac -d -i -e -w -v -R --port={port} --offset=0x2000 {bin}",
|
|
"flash-1200-bps-reset": "true",
|
|
"default-stack-size": 2048
|
|
}
|