boards: arm: blackpill_f411ce: add blackmagicprobe

Adds support for flashing the blackmagicprobe target
for the blackpill_f411ce board.

Signed-off-by: Kalyan Sriram <kalyan@coderkalyan.com>
This commit is contained in:
Kalyan Sriram 2020-12-08 00:47:41 -08:00 committed by Kumar Gala
commit e2ac6c5d4f

View file

@ -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)