From d7beaf6cee1ef003e566e089787fd697dc3e6ff0 Mon Sep 17 00:00:00 2001 From: Christophe Favergeon Date: Tue, 14 Feb 2023 10:24:17 +0100 Subject: [PATCH] Updated the README The last part of the README was moved to a dedicated page in the wiki. --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index c8d17c31..f962b8c9 100755 --- a/README.md +++ b/README.md @@ -309,12 +309,3 @@ In addition to that, `ARM_DSP_CONFIG_TABLES` must be enabled and finally `ARM_FF This last symbol is required because if no transform functions are included in the build, then by default all flags related to FFT tables are ignored. - -## Bit Reverse Tables for FFTs in CMSIS DSP - -It is a question coming often. - -It is now detailed [in this github issue](https://github.com/ARM-software/CMSIS_5/issues/858) - -Someone from the community has written a [Python script to help](https://gist.github.com/rosek86/d0d709852fddf36193071d7f61987bae) -