Skip to content

Commit 42dc88b

Browse files
committed
[nrf fromlist] cmake: nordic: save build information regarding SVD file used.
Save information regarding SVD file in use in vendor-specific section of the build info file. Information is stored under Nordic section. Upstream PR: zephyrproject-rtos/zephyr#79118 Signed-off-by: Torsten Rasmussen <[email protected]>
1 parent 4e2d3c2 commit 42dc88b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/hal_nordic/nrfx/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,3 +229,4 @@ mdk_svd_ifdef(CONFIG_SOC_NRF9160 nrf9160.svd)
229229
mdk_svd_ifdef(CONFIG_SOC_NRF9230_ENGB_CPUAPP nrf9230_engb_application.svd)
230230
mdk_svd_ifdef(CONFIG_SOC_NRF9230_ENGB_CPUPPR nrf9230_engb_ppr.svd)
231231
mdk_svd_ifdef(CONFIG_SOC_NRF9230_ENGB_CPURAD nrf9230_engb_radiocore.svd)
232+
build_info(vendor-specific nordic svdfile VALUE ${SOC_SVD_FILE})

0 commit comments

Comments
 (0)