mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 02:27:48 +00:00
17 lines
318 B
JSON
17 lines
318 B
JSON
{
|
|
"inherits": [
|
|
"cortex-m0plus"
|
|
],
|
|
"build-tags": [
|
|
"stm32u031",
|
|
"stm32u0",
|
|
"stm32"
|
|
],
|
|
"linkerscript": "targets/stm32u031x8.ld",
|
|
"extra-files": [
|
|
"src/device/stm32/stm32u031.s"
|
|
],
|
|
"flash-method": "probe-rs",
|
|
"probe-rs-chip": "STM32U031K8Ux"
|
|
}
|