mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-13 12:21:56 +00:00
Match the speed speficied for all boards using the jlink runner when using the pyocd runner on the same board. Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
8 lines
282 B
CMake
8 lines
282 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
board_runner_args(jlink "--device=MKW24D512xxx5" "--speed=4000")
|
|
board_runner_args(pyocd "--target=kw24d5" "--frequency=4000000")
|
|
|
|
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|
|
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
|