Lines Matching +full:cmsis +full:- +full:dsp
2 # SPDX-License-Identifier: Apache-2.0
4 menuconfig DSP config
5 bool "DSP subsystem"
7 Include the DSP (Digital Signal Processing) subsystem as a part of the
9 <zephyr/dsp/dsp.h> header.
11 if DSP
23 prompt "DSP library backend selection"
29 bool "Use the CMSIS-DSP library as the math backend"
33 Implement the various zephyr DSP functions using the CMSIS-DSP library. This feature
34 requires the CMSIS module to be selected.
37 bool "Do not use any Zephyr backends for DSP"
39 Rely on the application to provide a custom DSP backend. The implementation should be
50 Implement the various zephyr DSP functions using the MWDT-DSP library. This feature
51 requires the MetaWare toolchain and CMSIS module to be selected.
55 endif # DSP