github.com/tinygo-org/tinygo@v0.31.3-0.20240404173401-90b0bf646c27/targets/feather-stm32f405.json (about)

     1  {
     2    "inherits": ["cortex-m4"],
     3    "build-tags": ["feather_stm32f405", "stm32f405", "stm32f4", "stm32"],
     4    "serial": "uart",
     5    "automatic-stack-size": false,
     6    "linkerscript": "targets/stm32f405.ld",
     7    "extra-files": [
     8      "src/device/stm32/stm32f405.s"
     9    ],
    10    "flash-method": "command",
    11    "flash-command": "dfu-util --alt 0 --dfuse-address 0x08000000 --download {bin}",
    12    "openocd-transport": "swd",
    13    "openocd-interface": "jlink",
    14    "openocd-target": "stm32f4x"
    15  }