aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets/teensy36.json
blob: 253e3970431b1ea7b783dc8978b5020d1a756741 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
	"inherits": ["cortex-m4"],
	"build-tags": ["teensy36", "teensy", "mk66f18", "nxp"],
	"serial": "uart",
	"linkerscript": "targets/nxpmk66f18.ld",
	"extra-files": [
		"src/device/nxp/mk66f18.s",
		"targets/teensy36.s"
	],
	"flash-command": "teensy_loader_cli -mmcu=mk66fx1m0 -v -w {hex}"
}