aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets/stm32wle5.json
blob: f24f28f2e5401722612fc48afe2b4296fde5c8ec (plain)
1
2
3
4
5
6
7
8
{
    "inherits": ["cortex-m4"],
    "build-tags": [ "stm32wle5","stm32wlx", "stm32"],
    "extra-files": [
      "src/device/stm32/stm32wle5.s"
    ],
    "linkerscript": "targets/stm32wlx.ld"
}