Files
tinygo/targets/stm32l0x1.json
T
Ayke van Laethem c698eeacba cli: add basic probe-rs support
OpenOCD can be somewhat outdated. `probe-rs` is a more modern tool
written in Rust with many interesting features, like built-in RTT
logging support.

This commit just adds basic support, to be able to flash devices with
probe-rs and debug them.
2026-05-28 18:05:24 +02:00

20 lines
409 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",
"probe-rs-chip": "STM32L031G6Ux",
"openocd-interface": "cmsis-dap",
"openocd-target": "stm32l0"
}