aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets/nucleo-l432kc.json
blob: 44772a431d237fdd36355036e758a9bb28072977 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "inherits": ["cortex-m4"],
    "build-tags": ["nucleol432kc", "stm32l432", "stm32l4x2", "stm32l4", "stm32"],
    "serial": "uart",
    "linkerscript": "targets/stm32l4x2.ld",
    "extra-files": [
      "src/vendor/tinygo.org/x/device/stm32/stm32l4x2.s"
    ],
    "flash-method": "openocd",
    "openocd-interface": "stlink-v2-1",
    "openocd-target": "stm32l4x"
  }