mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 02:27:48 +00:00
3f680b75f3
Some build tags were duplicated. This commit removes them.
14 lines
294 B
JSON
14 lines
294 B
JSON
{
|
|
"inherits": ["cortex-m4"],
|
|
"build-tags": ["atsamd51g19a", "atsamd51g19", "atsamd51", "sam"],
|
|
"cflags": [
|
|
"-Qunused-arguments"
|
|
],
|
|
"linkerscript": "targets/atsamd51.ld",
|
|
"extra-files": [
|
|
"src/device/sam/atsamd51g19a.s"
|
|
],
|
|
"openocd-transport": "swd",
|
|
"openocd-target": "atsame5x"
|
|
}
|