aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets/nucleo-l552ze.json
blob: 9ee43680898388020c38b9186292e9a9e41db91f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "inherits": ["cortex-m33"],
    "build-tags": ["nucleol552ze", "stm32l552", "stm32l5x2", "stm32l5", "stm32"],
    "serial": "uart",
    "linkerscript": "targets/stm32l5x2xe.ld",
    "extra-files": [
      "src/device/stm32/stm32l552.s"
    ],
    "flash-method": "openocd",
    "openocd-interface": "stlink",
    "openocd-target": "stm32l5x"
  }