aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets/stm32l0x2.json
blob: 13b42cc5c0e6f9213798abae49046b8ad3f51a56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "inherits": [
        "cortex-m0plus"
    ],
    "build-tags": [
        "stm32l0",
        "stm32l0x2",
        "stm32"
    ],
    "extra-files": [
        "src/device/stm32/stm32l0x2.s"
    ]
}