Skip to content

Commit db1f0fc

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 4eb09cd commit db1f0fc

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

0 commit comments

Comments
 (0)