mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-05 03:27:48 +00:00
4cd151faf5
* Add Feather M0 Board
6 lines
157 B
JSON
6 lines
157 B
JSON
{
|
|
"inherits": ["atsamd21g18a"],
|
|
"build-tags": ["sam", "atsamd21g18a", "feather_m0"],
|
|
"flash": "bossac -d -i -e -w -v -R --offset=0x2000 {hex}"
|
|
}
|