Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
c55650c2008369d477c38fcfb801961b105c08a1
/
.
/
boards
/
arm
/
arduino_due
/
board.cmake
blob: 19cf8708a654dfde9dada0f3ef99334c735e35a5 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: Apache-2.0
include
(
$
{
ZEPHYR_BASE
}/
boards
/
common
/
bossac
.
board
.
cmake
)
board_runner_args
(
jlink
"--device=atsam3x8e"
"--speed=4000"
"--reset-after-load"
)
include
(
$
{
ZEPHYR_BASE
}/
boards
/
common
/
jlink
.
board
.
cmake
)