mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-06 03:53:42 +00:00
02c4020228
Signed-off-by: Ron Evans <ron@hybridgroup.com>
16 lines
294 B
JSON
16 lines
294 B
JSON
{
|
|
"inherits": ["cortex-m"],
|
|
"llvm-target": "armv7em-none-eabi",
|
|
"build-tags": ["atsamd51g19", "atsamd51", "sam"],
|
|
"cflags": [
|
|
"--target=armv7em-none-eabi",
|
|
"-Qunused-arguments"
|
|
],
|
|
"ldflags": [
|
|
"-T", "targets/atsamd51.ld"
|
|
],
|
|
"extra-files": [
|
|
"src/device/sam/atsamd51g19a.s"
|
|
]
|
|
}
|