Skip to content

Commit 3f23310

Browse files
maxd-nordiccvinayak
authored andcommitted
sysbuild: add thingy91x board
This patch adds the thingy91x board to the sysbuild overrides. Signed-off-by: Maximilian Deubel <maximilian.deubel@nordicsemi.no>
1 parent ccc5342 commit 3f23310

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sysbuild/CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ function(${SYSBUILD_CURRENT_MODULE_NAME}_pre_cmake)
102102
set(board_secure nrf9160dk_nrf9160)
103103
elseif(BOARD STREQUAL "thingy91_nrf9160_ns")
104104
set(board_secure thingy91_nrf9160)
105+
elseif(BOARD STREQUAL "thingy91x_nrf9151_ns")
106+
set(board_secure thingy91x_nrf9151)
105107
elseif(BOARD STREQUAL "nrf5340dk_nrf5340_cpuapp_ns")
106108
set(board_secure nrf5340dk_nrf5340_cpuapp)
107109
elseif(BOARD STREQUAL "thingy53_nrf5340_cpuapp_ns")

0 commit comments

Comments
 (0)