mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-06 20:13:40 +00:00
e2be7ccf76
Signed-off-by: Ron Evans <ron@hybridgroup.com>
16 lines
283 B
JSON
16 lines
283 B
JSON
{
|
|
"inherits": ["cortex-m"],
|
|
"llvm-target": "armv6m-none-eabi",
|
|
"build-tags": ["atsamd21g18", "sam"],
|
|
"cflags": [
|
|
"--target=armv6m-none-eabi",
|
|
"-Qunused-arguments"
|
|
],
|
|
"ldflags": [
|
|
"-T", "targets/atsamd21g18.ld"
|
|
],
|
|
"extra-files": [
|
|
"src/device/sam/atsamd21g18a.s"
|
|
]
|
|
}
|