aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets/atsamd51j20a.json
blob: 40893bc964e1e3c79f3bc382223b1816a71ce013 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
	"inherits": ["cortex-m4"],
	"build-tags": ["sam", "atsamd51", "atsamd51j20", "atsamd51j20a"],
	"cflags": [
		"-Qunused-arguments"
	],
	"linkerscript": "targets/atsamd51j20a.ld",
	"extra-files": [
		"src/device/sam/atsamd51j20a.s"
	],
	"openocd-transport": "swd",
	"openocd-target": "atsame5x"
}