Can someone point me to where I can find some information about the secure vs non-secure builds and what considerations are required for either? Currently I'm trying to create an out of tree build for a custom board without modifying the nrfConnect repo but am running into spl.c build errors related to this in the boilerplate.cmake file.
if(${BOARD} STREQUAL nrf9160_pca10090ns) set(BOARD nrf9160_pca10090) message("Changed board to secure nrf9160_pca10090 (NOT NS)") endif()