mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-10 14:03:39 +00:00
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:
committed by
Ron Evans
parent
906a20d3bf
commit
c698eeacba
@@ -13,6 +13,7 @@
|
||||
"src/device/stm32/stm32l0x1.s"
|
||||
],
|
||||
"flash-method": "openocd",
|
||||
"probe-rs-chip": "STM32L031G6Ux",
|
||||
"openocd-interface": "cmsis-dap",
|
||||
"openocd-target": "stm32l0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user