mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-03 16:34:29 +00:00
Add support for the STM32F407 based SEGGER Trace Reference Board. Signed-off-by: Erwin Rol <erwin@erwinrol.com>
6 lines
159 B
CMake
6 lines
159 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
board_runner_args(jlink "--device=STM32F407VE" "--speed=4000")
|
|
|
|
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|