modm API documentation
|
Modules | |
ARM CMSIS-CORE | |
STM32 CMSIS Headers | |
ARM CMSIS-DSP | |
lbuild module: modm:cmsis
The Cortex Microcontroller Software Interface Standard is a software standard by ARM that defines a number of foundational interfaces for Cortex-M microcontrollers.
We use only use these parts of CMSIS:
modm:cmsis:core
module provides access to the ARM Cortex-M peripherals via CMSIS-CORE.modm:cmsis:device
module provides access to the peripherals of the modm:target
devices via the vendor's CMSIS implementation.modm:cmsis:dsp
module provides an optimized compute library via CMSIS-DSP.