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