Skip to content

Commit 743bf7b

Browse files
tejlmandbjarki-andreasen
authored andcommitted
kconfig: select STATIC_INIT_GNU when using NRF_DM
Part of the nrf_dm library is placed in the init_array section by the linker. Zephyr requires STATIC_INIT_GNU to be enabled for proper initialization of the init_array section, and therefore the setting must be enabled for NRF_DM. Signed-off-by: Torsten Rasmussen <[email protected]>
1 parent 854392b commit 743bf7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nrf_dm/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ config NRF_DM
1313
select CMSIS_DSP_STATISTICS
1414
select CMSIS_DSP_TRANSFORM
1515
select EXPERIMENTAL
16+
select STATIC_INIT_GNU
1617
help
1718
Enable nRF DM (Distance Measurement) library

0 commit comments

Comments
 (0)