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