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