boards: nucleo_f030r8: Utilize probe-rs
This commit introduce probe-rs runner to nucleo_f030r8 board for demonstration. Signed-off-by: Chen Xingyu <hi@xingrz.me>
This commit is contained in:
parent
0095c224fa
commit
e503799f3d
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
board_runner_args(jlink "--device=STM32F030R8" "--speed=4000")
|
board_runner_args(jlink "--device=STM32F030R8" "--speed=4000")
|
||||||
|
board_runner_args(probe-rs "--chip=STM32F030R8Tx")
|
||||||
|
|
||||||
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
|
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
|
||||||
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|
||||||
|
include(${ZEPHYR_BASE}/boards/common/probe-rs.board.cmake)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue