aboutsummaryrefslogtreecommitdiffstats
path: root/host/examples
Commit message (Expand)AuthorAgeFilesLines
* uhd: fixing MSVC warningsBrent Stapleton2020-01-092-7/+10
* examples: Add options to benchmark_rateMichael West2020-01-021-19/+39
* examples: benchmark_rate dpdk recv/send thread priority elevationmattprost2019-12-201-0/+13
* examples: gpio: Replace get_time_now() with steady_clock::now()Martin Braun2019-11-261-12/+17
* examples: gpio: Fix minor issuesMartin Braun2019-11-261-3/+3
* examples: benchmark_rate.py: Add ?x_stream_args argsMartin Braun2019-11-261-2/+9
* examples: gpio: Add note on which bank is being usedMartin Braun2019-11-261-0/+1
* examples: Send only single packets in test_messagesMartin Braun2019-11-261-3/+3
* examples: Update x310_rfnoc_image_core.yml exampleWade Fife2019-11-261-82/+99
* examples: gpio: Add --list-banks optionMartin Braun2019-11-261-0/+9
* examples: benchmark_rate: Add --rx_spp and --tx_sppMartin Braun2019-11-261-5/+23
* examples: Add example out-of-tree module for RFNoC modulesSugandha Gupta2019-11-2624-0/+1811
* uhd: Replace all occurrences of boost::bind with std::bindMartin Braun2019-11-265-7/+11
* examples: updating radio loopbackBrent Stapleton2019-11-262-113/+155
* examples: benchmark_rate: Remove usage of boost::posix_timeMartin Braun2019-11-261-18/+25
* examples: Add Rx/Tx stream args parameters to benchmark_rateAaron Rossetto2019-11-261-0/+5
* uhd: Replace boost::function with std::functionMartin Braun2019-11-261-1/+1
* uhd: Replace BOOST_FOREACH(v, c) with for(v : c)Martin Braun2019-11-262-3/+2
* uhd: Replace usage of boost smart pointers with C++11 counterpartsMartin Braun2019-11-264-12/+12
* Remove proto-RFNoC filesMartin Braun2019-11-264-14/+5
* rfnoc: examples: Porting examples to new RFNoCBrent Stapleton2019-11-263-206/+203
* uhd: Remove deprecated objects and methodsMartin Braun2019-11-263-19/+1
* cmake: Bump dependency versions for UHD 4.0.0.0Martin Braun2019-11-261-2/+2
* Examples: wrap up ref setting with option checknatetemple2019-11-247-10/+24
* Examples: Set refs in RFNoC examplesnatetemple2019-11-242-4/+24
* Examples: tx_bursts add subdev, ref, lo-offset, bw optionsnatetemple2019-11-221-8/+41
* examples: test_pps_input: Also test for ref_locked on E31xMartin Braun2019-11-211-9/+26
* examples: remove thread priority elevationCiro Nishiguchi2019-10-2226-62/+0
* cmake: Use new UHDBoost.cmake in init_usrp and toolsMichael Dickens2019-10-151-38/+22
* examples: Add mode to remove latency of RX samples in latency_testAlex Williams2019-10-071-3/+16
* examples: Add replay example to CMakeMartin Braun2019-09-202-2/+3
* examples: bmark_rate: fixup INIT_DELAYBrent Stapleton2019-09-041-3/+6
* python: Fixup bmark_rate printed statisticsBrent Stapleton2019-08-211-3/+3
* uhd: mpm: update all license header w/ "-or-later"Brent Stapleton2019-03-083-3/+3
* examples: tx_samples_c: Fix memory leakMoritz Fischer2019-02-151-2/+5
* examples: benchmark_rate: Remove dead store to is_lockedMoritz Fischer2019-02-151-1/+0
* examples: Fix boundary condition in ascii_art_dft plottingMartin Braun2019-01-211-1/+1
* uhd: mpm: apply clang-format to all filesBrent Stapleton2019-01-1630-3081/+3517
* ascii_art_dft: move example within include guardBrent Stapleton2019-01-161-2/+1
* examples: utils: skip formatting program optionsBrent Stapleton2019-01-1627-0/+54
* examples: Improved error message in tx_waveformsDerek Kozel2019-01-141-2/+6
* Examples: Add lo-offset to tx_waveformsnatetemple2019-01-101-2/+6
* Examples: update lo-offset naming in tx from filenatetemple2019-01-101-4/+7
* Examples: Add LO Offset to rx_samples_to_filenatetemple2019-01-101-2/+6
* examples: change boost to std for time commandsmguyler-ni2019-01-081-40/+58
* examples: optimize tx_waveforms memory allocationsBrent Stapleton2019-01-031-5/+10
* examples: formatting in tx_waveformsBrent Stapleton2019-01-031-2/+8
* examples: optimize benchmark_rate start timeBrent Stapleton2019-01-031-3/+3
* uhd: Add benchmark_streamer support for multi-channel streamerCiro Nishiguchi2018-12-171-275/+478
* examples: Add keyboard controls to rx_ascii_art_dftRakesh Peter2018-12-171-3/+116