The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_CMSIS_DSP

CMSIS-DSP Library Support

Type: bool

Direct dependencies

(CPU_CORTEX && NEWLIB_LIBC) || ARCH_POSIX

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At modules/Kconfig.cmsis:23

Included via Kconfig:8Kconfig.zephyr:33modules/Kconfig:13

Menu path: (Top) → Modules

menuconfig CMSIS_DSP
    bool "CMSIS-DSP Library Support"
    depends on (CPU_CORTEX && NEWLIB_LIBC) || ARCH_POSIX

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)