Cargo Features
cmsis_dsp_sys_pregenerated has no features set by default.
[dependencies]
cmsis_dsp_sys_pregenerated = { version = "0.1.0", features = ["cortex-m7", "double-precision-fpu", "dsp-instructions"] }
- cortex-m7
-
Target a Cortex-M7 core
If this feature is not enabled, the Cortex-M4 library will be used. - double-precision-fpu
-
Target a processor with a double-precision floating point unit (Cortex-M7 only)
If this feature is not enabled, the single-precision library will be used and double-precision floating point operations will be emulated in software. - dsp-instructions
-
Target a Cortex-M33 processor with DSP instructions If this feature is not enabled, the non-DSP library will be used.