aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/rfnoc/moving_average_block_control.cpp
Commit message (Collapse)AuthorAgeFilesLines
* host: Update code base using clang-tidyMartin Braun2021-03-041-4/+4
| | | | | | | | | The checks from the new clang-tidy file are applied to the source tree using: $ find . -name "*.cpp" | sort -u | xargs \ --max-procs 8 --max-args 1 clang-tidy --format-style=file \ --fix -p /path/to/compile_commands.json
* rfnoc: Add Moving Average block controllermattprost2020-07-161-0/+106
Signed-off-by: mattprost <matt.prost@ni.com>