ARM CMSIS Support¶
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:
- The
modm:cmsis:core
module provides access to the ARM Cortex-M peripherals via CMSIS-CORE. - The
modm:cmsis:device
module provides access to the peripherals of themodm:target
devices via the vendor's CMSIS implementation. - The
modm:cmsis:dsp
module provides an optimized compute library via CMSIS-DSP.
This module is only available for rp, sam, stm32.
Limited availability: Check with 'lbuild discover' if this module is available for your target!