1# SPDX-License-Identifier: Apache-2.0
2
3include(${ZEPHYR_BASE}/boards/common/bossac.board.cmake)
4
5board_runner_args(jlink "--device=atsam3x8e" "--speed=4000" "--reset-after-load")
6include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
7