Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
9acd1e877de88f2bb18ece75a0ab4ab072f7b703
/
.
/
boards
/
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
)