scripts: west_commands: runners: Add support for probe-rs
probe-rs is a new programming and debugging tool written in Rust, supports many probes and targets. This commit introduces initial support for probe-rs to Zephyr. Signed-off-by: Chen Xingyu <hi@xingrz.me>
This commit is contained in:
parent
d71ad169d4
commit
0095c224fa
5 changed files with 105 additions and 0 deletions
4
boards/common/probe-rs.board.cmake
Normal file
4
boards/common/probe-rs.board.cmake
Normal file
|
@ -0,0 +1,4 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
board_set_flasher_ifnset(probe-rs)
|
||||
board_finalize_runner_args(probe-rs)
|
Loading…
Add table
Add a link
Reference in a new issue