aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets/avr.json
blob: 474790a0d4455db51e6227a4a1e1195b91a9823e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
	"build-tags": ["avr", "baremetal", "linux", "arm"],
	"goos": "linux",
	"goarch": "arm",
	"compiler": "avr-gcc",
	"gc": "leaking",
	"linker": "avr-gcc",
	"ldflags": [
		"-T", "targets/avr.ld",
		"-Wl,--gc-sections"
	]
}