mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-07-26 06:38:42 +00:00
99b129d366
machine/grandcentral-m4: implementation for Adafruit Grand Central M4 board.
14 lines
298 B
JSON
14 lines
298 B
JSON
{
|
|
"inherits": ["cortex-m4"],
|
|
"build-tags": ["sam", "atsamd51", "atsamd51p20", "atsamd51p20a"],
|
|
"cflags": [
|
|
"-Qunused-arguments"
|
|
],
|
|
"linkerscript": "targets/atsamd51p20a.ld",
|
|
"extra-files": [
|
|
"src/device/sam/atsamd51p20a.s"
|
|
],
|
|
"openocd-transport": "swd",
|
|
"openocd-target": "atsame5x"
|
|
}
|