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.
This commit is contained in:
Ayke van Laethem
2026-05-13 11:18:20 +02:00
committed by Ron Evans
parent 906a20d3bf
commit c698eeacba
4 changed files with 29 additions and 2 deletions
+1
View File
@@ -13,6 +13,7 @@
"src/device/stm32/stm32l0x1.s"
],
"flash-method": "openocd",
"probe-rs-chip": "STM32L031G6Ux",
"openocd-interface": "cmsis-dap",
"openocd-target": "stm32l0"
}