CMSIS-DSP icon indicating copy to clipboard operation
CMSIS-DSP copied to clipboard

Rework configuration of CMSIS-DSP build

Open christophe0606 opened this issue 2 years ago • 3 comments

Current configuration of build (to tune code size) is too complex. It needs to be improved and also to avoid problems like https://github.com/ARM-software/CMSIS_5/issues/1478

christophe0606 avatar Jun 29 '22 06:06 christophe0606

This issue will no more be relevant when the configuration system has been reworked: https://github.com/ARM-software/CMSIS_5/issues/1237

christophe0606 avatar Jun 29 '22 11:06 christophe0606

I would strongly suggest using Kconfig for this purpose: https://github.com/zephyrproject-rtos/zephyr/blob/main/modules/Kconfig.cmsis_dsp

stephanosio avatar Aug 31 '22 07:08 stephanosio

@stephanosio Thanks. I'll look at it.

christophe0606 avatar Aug 31 '22 07:08 christophe0606