From e2ac6c5d4fd36588b77b876419d4ba82bdba5b85 Mon Sep 17 00:00:00 2001 From: Kalyan Sriram Date: Tue, 8 Dec 2020 00:47:41 -0800 Subject: [PATCH] boards: arm: blackpill_f411ce: add blackmagicprobe Adds support for flashing the blackmagicprobe target for the blackpill_f411ce board. Signed-off-by: Kalyan Sriram --- boards/arm/blackpill_f411ce/board.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/arm/blackpill_f411ce/board.cmake b/boards/arm/blackpill_f411ce/board.cmake index 0b0f5a5e912..521072ffb8b 100644 --- a/boards/arm/blackpill_f411ce/board.cmake +++ b/boards/arm/blackpill_f411ce/board.cmake @@ -6,3 +6,4 @@ board_runner_args(jlink "--device=STM32F411CE" "--speed=4000") include(${ZEPHYR_BASE}/boards/common/dfu-util.board.cmake) include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake) include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) +include(${ZEPHYR_BASE}/boards/common/blackmagicprobe.board.cmake)