aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets/stm32f4disco.json
blob: 622c5b0d6e542bf3e2e9995be80c11cc99166f19 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "inherits": ["cortex-m4"],
  "build-tags": ["stm32f4disco", "stm32f407", "stm32f4", "stm32"],
  "linkerscript": "targets/stm32f407.ld",
  "extra-files": [
    "src/device/stm32/stm32f407.s"
  ],
  "flash-method": "openocd",
  "openocd-interface": "stlink-v2",
  "openocd-target": "stm32f4x"
}