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 76d88f1 commit 6c98a69Copy full SHA for 6c98a69
cmake/app/boilerplate.cmake
@@ -276,6 +276,11 @@ else() # NOT FIRST_BOILERPLATE_EXECUTION
276
message("Changed board to secure nrf9160_pca20035 (NOT NS)")
277
endif()
278
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
+
284
unset(${IMAGE}DTC_OVERLAY_FILE)
285
if(EXISTS ${APPLICATION_SOURCE_DIR}/${BOARD}.overlay)
286
set(${IMAGE}DTC_OVERLAY_FILE ${APPLICATION_SOURCE_DIR}/${BOARD}.overlay)
0 commit comments