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