11 lines
258 B
JSON
11 lines
258 B
JSON
|
|
{
|
||
|
|
"inherits": ["cortex-m4"],
|
||
|
|
"build-tags": ["sam", "atsamd51", "atsamd51j20", "atsamd51j20a"],
|
||
|
|
"linkerscript": "targets/atsamd51j20a.ld",
|
||
|
|
"extra-files": [
|
||
|
|
"src/device/sam/atsamd51j20a.s"
|
||
|
|
],
|
||
|
|
"openocd-transport": "swd",
|
||
|
|
"openocd-target": "atsame5x"
|
||
|
|
}
|