mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-14 19:42:55 +00:00
With this commit we add the option to use jlink for flashing and running samples & tests on Arduino Due using jlink. Bossac remains the default option. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
7 lines
214 B
CMake
7 lines
214 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
include(${ZEPHYR_BASE}/boards/common/bossac.board.cmake)
|
|
|
|
board_runner_args(jlink "--device=atsam3x8e" "--speed=4000")
|
|
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|