aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets/bluepill.json
blob: fbd5e7cde293960804c743cd7123aa48e8d3b551 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	"inherits": ["cortex-m"],
	"llvm-target": "armv7m-none-eabi",
	"build-tags": ["bluepill", "stm32f103xx", "stm32"],
	"cflags": [
		"--target=armv7m-none-eabi",
		"-Qunused-arguments"
	],
	"linkerscript": "targets/stm32.ld",
	"extra-files": [
		"src/device/stm32/stm32f103xx.s"
	],
	"flash-method": "openocd",
	"openocd-interface": "stlink-v2",
	"openocd-target": "stm32f1x"
}