aboutsummaryrefslogtreecommitdiffstats
path: root/host/examples/rfnoc_radio_loopback.cpp
Commit message (Collapse)AuthorAgeFilesLines
* examples: rfnoc_radio_loopback: Clean up exampleMartin Braun2018-12-031-15/+11
| | | | | | | | | | - Remove unnecessary Boostisms - Remove unecessary thread priority (this example doesn't actually do anything that requires high thread priority) - Used auto in some places to increase readability - Fixed some compiler warnings No functional changes.
* examples: add rfnoc_radio_loopbackTrung Tran2018-09-141-0/+213
This example will allow an RF->RF loopback using RFNoC devices.