zephyr/boards/arm/stm32f103_mini/board.cmake
Wu Han f28bbe96f2 boards: arm: Add stm32f103_mini board
STM32F103RCT6 mini system board with many variations.

Signed-off-by: Wu Han <wuhanstudio@qq.com>
2020-12-03 10:54:38 -06:00

7 lines
217 B
CMake

# SPDX-License-Identifier: Apache-2.0
board_runner_args(jlink "--device=STM32F103RC" "--speed=4000")
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)