zephyr/boards/common/probe-rs.board.cmake
Chen Xingyu 0095c224fa 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>
2024-08-01 12:39:28 +02:00

4 lines
111 B
CMake

# SPDX-License-Identifier: Apache-2.0
board_set_flasher_ifnset(probe-rs)
board_finalize_runner_args(probe-rs)