Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
83d5402fe830973f943bde085d80f0d3643e811a
/
.
/
boards
/
arm
/
nucleo_l476rg
/
board.cmake
blob: 7739c00b5e7c9d8cf7f5370ef1536a558f4d5e8f [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: Apache-2.0
board_runner_args
(
jlink
"--device=STM32L476RG"
"--speed=4000"
)
include
(
$
{
ZEPHYR_BASE
}/
boards
/
common
/
openocd
.
board
.
cmake
)
include
(
$
{
ZEPHYR_BASE
}/
boards
/
common
/
jlink
.
board
.
cmake
)