Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
c47e6068aea9d5929e74dfee615402deab59ef7d
/
.
/
boards
/
st
/
stm32n6570_dk
/
sysbuild.cmake
blob: 1977836d7236d27887880169cec3af72beb0dcc9 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: Apache-2.0
# Copyright (c) 2025 STMicroelectronics
if
(
SB_CONFIG_BOOTLOADER_MCUBOOT
)
set_target_properties
(
mcuboot PROPERTIES BOARD stm32n6570_dk
/
stm32n657xx
/
fsbl
)
endif
()