From 07e5804bc2c58dfe4a17d90df794b7adf880da83 Mon Sep 17 00:00:00 2001 From: Dmitry Murzinov Date: Fri, 3 Feb 2023 10:30:59 +0300 Subject: [PATCH] add CMSIS-DSP --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 840b006..b4e39fa 100644 --- a/README.md +++ b/README.md @@ -227,7 +227,8 @@ Permanent URL to this list: https://github.com/iDoka/awesome-embedded-software * [kalman-clib](https://github.com/sunsided/kalman-clib) - Microcontroller targeted naive Kalman filter implementation in pure C. * [libdspl](https://sourceforge.net/p/libdspl-2-0/code/ci/master/tree/) - Cross-platform digital signal processing algorithm library, written in C language. * [pocketfft](https://github.com/mreineck/pocketfft) - Heavily modified implementation of FFTPack. -* [KISS FFT](https://github.com/mborgerding/kissfft) - A mixed-radix Fast Fourier Transform based up on the principle, "Keep It Simple, Stupid". +* [KISS FFT](https://github.com/mborgerding/kissfft) - Mixed-radix Fast Fourier Transform based up on the principle, "Keep It Simple, Stupid". +* [CMSIS-DSP](https://github.com/ARM-software/CMSIS-DSP) - Embedded compute library for Cortex-M and Cortex-A. ### Compression