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)