mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 10:37:46 +00:00
3f680b75f3
Some build tags were duplicated. This commit removes them.
16 lines
362 B
JSON
16 lines
362 B
JSON
{
|
|
"inherits": ["cortex-m"],
|
|
"llvm-target": "armv6m-none-eabi",
|
|
"build-tags": ["atsamd21g18a", "atsamd21g18", "atsamd21", "sam"],
|
|
"cflags": [
|
|
"--target=armv6m-none-eabi",
|
|
"-Qunused-arguments"
|
|
],
|
|
"linkerscript": "targets/atsamd21.ld",
|
|
"extra-files": [
|
|
"src/device/sam/atsamd21g18a.s"
|
|
],
|
|
"openocd-transport": "swd",
|
|
"openocd-target": "at91samdXX"
|
|
}
|