We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f031f09 commit 0911a94Copy full SHA for 0911a94
boards/st/stm32n6570_dk/Kconfig.sysbuild
@@ -0,0 +1,6 @@
1
+# SPDX-License-Identifier: Apache-2.0
2
+# Copyright (c) 2025 STMicroelectronics
3
+
4
+choice BOOTLOADER
5
+ default BOOTLOADER_MCUBOOT
6
+endchoice
boards/st/stm32n6570_dk/sysbuild.cmake
+if(SB_CONFIG_BOOTLOADER_MCUBOOT)
+ set_target_properties(mcuboot PROPERTIES BOARD stm32n6570_dk/stm32n657xx/fsbl)
+endif()
0 commit comments