13 строки
294 Б
JSON
13 строки
294 Б
JSON
{
|
|
"inherits": ["cortex-m4"],
|
|
"build-tags": ["atsamd51j19a", "atsamd51j19", "atsamd51", "sam"],
|
|
"cflags": [
|
|
"-Qunused-arguments"
|
|
],
|
|
"linkerscript": "targets/atsamd51.ld",
|
|
"extra-files": [
|
|
"src/device/sam/atsamd51j19a.s"
|
|
],
|
|
"openocd-transport": "swd",
|
|
"openocd-target": "atsame5x"
|
|
}
|