zephyr/boards/arm/arduino_due/board.cmake
Ioannis Glaropoulos 14fc43d675 boards: arm: arduino_due: add option to use jlink tool
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>
2019-10-21 08:35:27 -05:00

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)