aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets/nucleo-f722ze.json
blob: f426b332d7418264ca9ea6655f4a3283abaf4ab5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "inherits": ["cortex-m7"],
  "build-tags": ["nucleof722ze", "stm32f7x2", "stm32f7", "stm32"],
  "serial": "uart",
  "linkerscript": "targets/stm32f7x2zetx.ld",
  "extra-files": [
    "src/device/stm32/stm32f7x2.s"
  ],
  "flash-method": "openocd",
  "openocd-interface": "stlink-v2-1",
  "openocd-target": "stm32f7x"
}