mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-04 19:17:47 +00:00
19 lines
371 B
JSON
19 lines
371 B
JSON
{
|
|
"inherits": [
|
|
"cortex-m0plus"
|
|
],
|
|
"build-tags": [
|
|
"stm32l031",
|
|
"stm32l0x1",
|
|
"stm32l0",
|
|
"stm32"
|
|
],
|
|
"linkerscript": "targets/stm32l031x6.ld",
|
|
"extra-files": [
|
|
"src/device/stm32/stm32l0x1.s"
|
|
],
|
|
"flash-method": "openocd",
|
|
"openocd-interface": "cmsis-dap",
|
|
"openocd-target": "stm32l0"
|
|
}
|