mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 01:54:29 +00:00
Add support for using DAPLink based adapters through pyOCD. Signed-off-by: Johann Fischer <j.fischer@phytec.de>
6 lines
221 B
CMake
6 lines
221 B
CMake
board_runner_args(jlink "--device=MKW24D512xxx5" "--speed=4000")
|
|
board_runner_args(pyocd "--target=kw24d5")
|
|
|
|
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|
|
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
|