aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets/cortex-m3.json
blob: 68ecb7fc8143b8d6694e47d24a31f5a515a6eef1 (plain)
1
2
3
4
5
6
7
{
	"inherits": ["cortex-m"],
	"llvm-target": "armv7m-none-eabi",
	"cflags": [
		"--target=armv7m-none-eabi"
	]
}