tinygo/targets/feather-m0.json
Anthony Elder 4cd151faf5 Add Feather M0 Board (#356)
* Add Feather M0 Board
2019-05-19 17:10:17 +02:00

5 строки
157 Б
JSON

{
"inherits": ["atsamd21g18a"],
"build-tags": ["sam", "atsamd21g18a", "feather_m0"],
"flash": "bossac -d -i -e -w -v -R --offset=0x2000 {hex}"
}