We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccc5342 commit 3f23310Copy full SHA for 3f23310
sysbuild/CMakeLists.txt
@@ -102,6 +102,8 @@ function(${SYSBUILD_CURRENT_MODULE_NAME}_pre_cmake)
102
set(board_secure nrf9160dk_nrf9160)
103
elseif(BOARD STREQUAL "thingy91_nrf9160_ns")
104
set(board_secure thingy91_nrf9160)
105
+ elseif(BOARD STREQUAL "thingy91x_nrf9151_ns")
106
+ set(board_secure thingy91x_nrf9151)
107
elseif(BOARD STREQUAL "nrf5340dk_nrf5340_cpuapp_ns")
108
set(board_secure nrf5340dk_nrf5340_cpuapp)
109
elseif(BOARD STREQUAL "thingy53_nrf5340_cpuapp_ns")
0 commit comments