Skip to content

Commit

Permalink
nrf_dm: Select specific CMSIS_DSP subsys
Browse files Browse the repository at this point in the history
CMSIS_DSP now has finer-grade Kconfig granulation, therefore need to
select required CMSIS_DSP subsystems as well.

Signed-off-by: Robert Lubos <[email protected]>
  • Loading branch information
rlubos committed Mar 5, 2024
1 parent 319739c commit 922789a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nrf_dm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ config NRF_DM
bool "nRF DM (Distance Measurement) library [EXPERIMENTAL]"
select FPU if !SOC_NRF5340_CPUNET
select CMSIS_DSP
select CMSIS_DSP_FASTMATH
select CMSIS_DSP_STATISTICS
select CMSIS_DSP_TRANSFORM
select EXPERIMENTAL
help
Enable nRF DM (Distance Measurement) library

0 comments on commit 922789a

Please sign in to comment.