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 6, 2024
1 parent 7597ac9 commit fbdf0d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nrf_dm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ 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_MATRIX
select CMSIS_DSP_STATISTICS
select CMSIS_DSP_TRANSFORM
select EXPERIMENTAL
help
Enable nRF DM (Distance Measurement) library

0 comments on commit fbdf0d1

Please sign in to comment.