blob: 00d8bbb82807dda89eb648b473c3657ca60c576d (
plain)
1
2
3
4
5
6
7
8
|
{
"inherits": ["cortex-m4"],
"build-tags": [ "stm32wl5x_cm4","stm32wlx", "stm32"],
"extra-files": [
"src/device/stm32/stm32wl5x_cm4.s"
],
"linkerscript": "targets/stm32wlx.ld"
}
|