mirror of
https://github.com/zephyrproject-rtos/zephyr.git
synced 2024-12-04 11:39:46 +08:00
125c0300aa
Adds device and speed args for jlink runner, and sets default runners to openocd. Signed-off-by: Georgij Cernysiov <g.cernysiov@elco-automation.de>
7 lines
217 B
CMake
7 lines
217 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
board_runner_args(jlink "--device=STM32L053R8" "--speed=4000")
|
|
|
|
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
|
|
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|