aboutsummaryrefslogtreecommitdiff
path: root/utils/fft-eval
Commit message (Collapse)AuthorAge
* fft-eval: new maintainerKirill Lukonin2020-01-21
| | | | Signed-off-by: Kirill Lukonin <klukonin@gmail.com>
* fft-eval: update to the version with ath11k supportKirill Lukonin2020-01-20
| | | | | | | Latest fft-eval has some extra features such as ath11k support, double precision in json signal calculation, and cleanups (batctl references, minor bugfixes, etc ) This commit is a version and makefile update. Now the native project Makefile do the job (compilation and linking). Signed-off-by: Kirill Lukonin <klukonin@gmail.com>
* fft-eval: add packagePaul Spooren2019-02-21
This program has been created to aid open source spectrum analyzer development for Qualcomm/Atheros AR92xx and AR93xx based chipsets. Find more information about the package here: https://github.com/simonwunderlich/FFT_eval This package is used in LibreMesh, however our CI doesn't support multiple architecures as all LibreMesh code is lua. Adding this package to the official repos allows us to offer it in our tool chain. Signed-off-by: Paul Spooren <mail@aparcar.org>