mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 10:37:46 +00:00
0db403dc0c
* machine/feather-m4: Adding Feather M4
14 lines
286 B
JSON
14 lines
286 B
JSON
{
|
|
"inherits": ["cortex-m"],
|
|
"llvm-target": "armv7em-none-eabi",
|
|
"build-tags": ["atsamd51j19", "atsamd51", "sam"],
|
|
"cflags": [
|
|
"--target=armv7em-none-eabi",
|
|
"-Qunused-arguments"
|
|
],
|
|
"linkerscript": "targets/atsamd51.ld",
|
|
"extra-files": [
|
|
"src/device/sam/atsamd51j19a.s"
|
|
]
|
|
}
|