aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets/cortex-m0.json
blob: 8cbbe2850d48dc413adf8a4c025f9192e96bbdf5 (plain)
1
2
3
4
5
6
7
8
{
	"inherits": ["cortex-m"],
	"llvm-target": "armv6m-none-eabi",
	"cflags": [
		"--target=armv6m-none-eabi",
		"-Qunused-arguments"
	]
}