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)
45
45
)
46
46
endif ()
47
47
48
- add_subdirectory (${SOC_SERIES} )
48
+ if (CONFIG_SOC_NORDIC_BSP_NAME STREQUAL "stable" )
49
+ add_subdirectory (${SOC_SERIES} )
50
+ endif ()
51
+
49
52
add_subdirectory (common)
50
53
add_subdirectory_ifdef(CONFIG_NRF_IRONSIDE ironside)
Original file line number Diff line number Diff line change @@ -50,6 +50,10 @@ config SOC_FAMILY_NORDIC_NRF
50
50
51
51
if SOC_FAMILY_NORDIC_NRF
52
52
53
+ config SOC_NORDIC_BSP_NAME
54
+ string
55
+ default "stable"
56
+
53
57
rsource "common/Kconfig.peripherals"
54
58
rsource "*/Kconfig"
55
59
Original file line number Diff line number Diff line change 1
1
if (CONFIG_SOC_NRF54H20_GENERATE_BICR)
2
2
set (bicr_json_file ${BOARD_DIR} /bicr.json)
3
3
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)
5
5
6
6
if (EXISTS ${bicr_json_file} )
7
7
set_property (DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS ${bicr_json_file} )
You can’t perform that action at this time.
0 commit comments