Skip to content

Commit 38a743d

Browse files
committed
[nrf fromtree] 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. Signed-off-by: Torsten Rasmussen <[email protected]> (cherry picked from commit 46a3e61)
1 parent bf8e7b7 commit 38a743d

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
@@ -242,3 +242,4 @@ mdk_svd_ifdef(CONFIG_SOC_NRF9160 nrf9160.svd)
242242
mdk_svd_ifdef(CONFIG_SOC_NRF9230_ENGB_CPUAPP nrf9230_engb_application.svd)
243243
mdk_svd_ifdef(CONFIG_SOC_NRF9230_ENGB_CPUPPR nrf9230_engb_ppr.svd)
244244
mdk_svd_ifdef(CONFIG_SOC_NRF9230_ENGB_CPURAD nrf9230_engb_radiocore.svd)
245+
build_info(vendor-specific nordic svdfile VALUE ${SOC_SVD_FILE})

0 commit comments

Comments
 (0)