Use CMSIS-DSP from its new realm. This also changes change how you initialize FFT tables as well to use arm_cfft_init_64_f32 if you know the FFT size in advance rather than the generic initialization arm_cfft_init_f32. Signed-off-by: Ryan McClelland <ryanmcclelland@meta.com>
4 lines
78 B
Text
4 lines
78 B
Text
CONFIG_ZTEST=y
|
|
CONFIG_ZTEST_NEW_API=y
|
|
CONFIG_NEWLIB_LIBC=y
|
|
CONFIG_CMSIS_DSP=y
|