Extend Cortex-M support to cover cores without the DSP or MVE instruction set, such as Cortex-M0+ or M3. The existing cortex-m operators should largely just work as-is today, but have not been tested. The CMSIS library supports pure C implementations for these targets.
cc @digantdesai @SS-JIA @freddan80 @per @zingo @oscarandersson8218 @mansnils @Sebastian-Larsson @robell @psiddh @AdrianLundell
Extend Cortex-M support to cover cores without the DSP or MVE instruction set, such as Cortex-M0+ or M3. The existing cortex-m operators should largely just work as-is today, but have not been tested. The CMSIS library supports pure C implementations for these targets.
cc @digantdesai @SS-JIA @freddan80 @per @zingo @oscarandersson8218 @mansnils @Sebastian-Larsson @robell @psiddh @AdrianLundell