Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
4301e69f29d04807ff2cbedb822d72dcef724ed1
/
.
/
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
()