CMSIS-DSP
CMSIS-DSP copied to clipboard
Rework configuration of CMSIS-DSP build
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
This issue will no more be relevant when the configuration system has been reworked: https://github.com/ARM-software/CMSIS_5/issues/1237
I would strongly suggest using Kconfig for this purpose: https://github.com/zephyrproject-rtos/zephyr/blob/main/modules/Kconfig.cmsis_dsp
@stephanosio Thanks. I'll look at it.