Commit 4b69e612 authored by Maureen Helm's avatar Maureen Helm Committed by Anas Nashif
Browse files

usb_kw24d512: Set jlink speed explicitly



The jlink commander failed to program flash with auto speed on the
usb_kw24d512 board, so set the speed explicitly on this board.

Signed-off-by: default avatarMaureen Helm <maureen.helm@nxp.com>
parent d41fe91e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
board_runner_args(jlink "--device=MKW24D512xxx5")
board_runner_args(jlink "--device=MKW24D512xxx5" "--speed=4000")

include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)