aboutsummaryrefslogtreecommitdiffstats
path: root/host/examples/twinrx_freq_hopping.cpp
Commit message (Expand)AuthorAgeFilesLines
* uhd: Replace BOOST_FOREACH(v, c) with for(v : c)Martin Braun2019-11-261-1/+1
* examples: remove thread priority elevationCiro Nishiguchi2019-10-221-2/+0
* uhd: mpm: apply clang-format to all filesBrent Stapleton2019-01-161-46/+55
* examples: utils: skip formatting program optionsBrent Stapleton2019-01-161-0/+2
* uhd: Moved get_system_time outside of public APIMartin Braun2018-03-051-3/+6
* uhd: Update license headersMartin Braun2018-02-191-1/+2
* examples: replace `boost::format%(a,b)` by `(boost::format%a%b)`Marcus Müller2018-02-191-1/+1
* Move all license headers to SPDX format.Martin Braun2017-12-221-12/+1
* utils: add set_thread_name API call, move thread_priority to threadAndrej Rode2017-06-291-1/+1
* Examples: Fix ascii typosnatetemple2017-05-201-1/+1
* examples: Revised frequency hopping example for best practicesLogan Fagg2017-03-211-126/+114
* examples: Created TwinRX frequency hopping examplenate.temple2017-03-211-0/+292