克隆官方的CMSIS-DSP仓库,然后添加以下文件到Source:
CMSIS-DSP/Source/BasicMathFunctions/BasicMathFunctions.c
CMSIS-DSP/Source/BasicMathFunctions/BasicMathFunctions.c
CMSIS-DSP/Source/BayesFunctions/BayesFunctions.c
CMSIS-DSP/Source/CommonTables/CommonTables.c
CMSIS-DSP/Source/ComplexMathFunctions/ComplexMathFunctions.c
CMSIS-DSP/Source/ControllerFunctions/ControllerFunctions.c
CMSIS-DSP/Source/DistanceFunctions/DistanceFunctions.c
CMSIS-DSP/Source/FastMathFunctions/FastMathFunctions.c
CMSIS-DSP/Source/FilteringFunctions/FilteringFunctions.c
CMSIS-DSP/Source/InterpolationFunctions/InterpolationFunctions.c
CMSIS-DSP/Source/MatrixFunctions/MatrixFunctions.c
CMSIS-DSP/Source/QuaternionMathFunctions/QuaternionMathFunctions.c
CMSIS-DSP/Source/StatisticsFunctions/StatisticsFunctions.c
CMSIS-DSP/Source/SupportFunctions/SupportFunctions.c
CMSIS-DSP/Source/SVMFunctions/SVMFunctions.c
CMSIS-DSP/Source/TransformFunctions/TransformFunctions.c
CMSIS-DSP/Source/WindowFunctions/WindowFunctions.c
CMSIS-DSP/ComputeLibrary/Source/arm_cl_tables.c
添加以下文件到IncludePath:
CMSIS-DSP/ComputeLibrary/Include
CMSIS-DSP/Include
CMSIS-DSP/PrivateInclude