File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,9 @@ if(CONFIG_BUILD_WITH_TFM)
4545 )
4646endif ()
4747
48- add_subdirectory (${SOC_SERIES} )
48+ if (CONFIG_SOC_NORDIC_BSP_NAME STREQUAL "stable" )
49+ add_subdirectory (${SOC_SERIES} )
50+ endif ()
51+
4952add_subdirectory (common)
5053add_subdirectory_ifdef(CONFIG_NRF_IRONSIDE ironside)
Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ config SOC_FAMILY_NORDIC_NRF
1313
1414if SOC_FAMILY_NORDIC_NRF
1515
16+ config SOC_NORDIC_BSP_NAME
17+ string
18+ default "stable"
19+
1620rsource "common/Kconfig.peripherals"
1721rsource "*/Kconfig"
1822
Original file line number Diff line number Diff line change 11if (CONFIG_SOC_NRF54H20_GENERATE_BICR)
22 set (bicr_json_file ${BOARD_DIR} /bicr.json)
33 set (bicr_hex_file ${PROJECT_BINARY_DIR} /bicr.hex)
4- set (svd_file ${ZEPHYR_HAL_NORDIC_MODULE_DIR} /nrfx/mdk/nrf54h20_application.svd)
4+ set (svd_file ${ZEPHYR_HAL_NORDIC_MODULE_DIR} /nrfx/bsp/stable/ mdk/nrf54h20_application.svd)
55
66 if (EXISTS ${bicr_json_file} )
77 set_property (DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS ${bicr_json_file} )
You can’t perform that action at this time.
0 commit comments