Skip to content

Commit 6c98a69

Browse files
alextsamSebastianBoe
authored andcommitted
[nrf noup] cmake: automatically change board from xx_ns to xx (Icarus)
Patch boilerplate for supporting also the Actinius Icarus board Signed-off-by: Alex Tsamakos <[email protected]>
1 parent 76d88f1 commit 6c98a69

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cmake/app/boilerplate.cmake

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,11 @@ else() # NOT FIRST_BOILERPLATE_EXECUTION
276276
message("Changed board to secure nrf9160_pca20035 (NOT NS)")
277277
endif()
278278

279+
if(${BOARD} STREQUAL actinius_icarus_ns)
280+
set(BOARD actinius_icarus)
281+
message("Changed board to secure actinius_icarus (NOT NS)")
282+
endif()
283+
279284
unset(${IMAGE}DTC_OVERLAY_FILE)
280285
if(EXISTS ${APPLICATION_SOURCE_DIR}/${BOARD}.overlay)
281286
set(${IMAGE}DTC_OVERLAY_FILE ${APPLICATION_SOURCE_DIR}/${BOARD}.overlay)

0 commit comments

Comments
 (0)