mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-04 11:07:46 +00:00
fc2ed2bdd0
* Add support for Adafruit Trinket-M0 board
16 lines
292 B
JSON
16 lines
292 B
JSON
{
|
|
"inherits": ["cortex-m"],
|
|
"llvm-target": "armv6m-none-eabi",
|
|
"build-tags": ["atsamd21e18", "atsamd21", "sam"],
|
|
"cflags": [
|
|
"--target=armv6m-none-eabi",
|
|
"-Qunused-arguments"
|
|
],
|
|
"ldflags": [
|
|
"-T", "targets/atsamd21.ld"
|
|
],
|
|
"extra-files": [
|
|
"src/device/sam/atsamd21e18a.s"
|
|
]
|
|
}
|