boards: arm: blackpill_f401ce: add blackmagicprobe

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

Signed-off-by: Kalyan Sriram <kalyan@coderkalyan.com>
This commit is contained in:
Kalyan Sriram 2020-12-08 00:44:52 -08:00 committed by Kumar Gala
commit 459396dcb2

View file

@ -6,3 +6,4 @@ board_runner_args(jlink "--device=STM32F401CE" "--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)