Skip to content

Commit

Permalink
kconfig: select STATIC_INIT_GNU when using NRF_DM
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
tejlmand authored and bjarki-andreasen committed Sep 26, 2024
1 parent 6366006 commit d4cf0cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nrf_dm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ config NRF_DM
select CMSIS_DSP_STATISTICS
select CMSIS_DSP_TRANSFORM
select EXPERIMENTAL
select STATIC_INIT_GNU
help
Enable nRF DM (Distance Measurement) library

0 comments on commit d4cf0cf

Please sign in to comment.