aboutsummaryrefslogtreecommitdiffstats
path: root/host/examples
Commit message (Expand)AuthorAgeFilesLines
...
* examples: Add usrp_power_meter exampleMartin Braun2020-05-192-1/+135
* Remove remaining Python 2 referencesMartin Braun2020-05-074-4/+4
* rfnoc-example: Removed DRAM from image coreMartin Braun2020-05-051-24/+11
* examples: Update test_messages exampleMichael West2020-04-301-12/+23
* examples: Update gpio exampleMichael West2020-04-301-92/+117
* examples: Add --power command line option to tx_waveformsMartin Braun2020-04-172-18/+54
* examples: wavetable: Modify wave tables to ease power calculationsMartin Braun2020-04-151-19/+24
* examples: Change benchmark_rate default thread priorityAaron Rossetto2020-03-271-1/+1
* examples: Update gain block testbench to use samplesWade Fife2020-03-091-25/+24
* sim: Parameterize chdr_word_t data typeWade Fife2020-03-091-1/+6
* uhd: Apply clang-format against all .cpp and .hpp files in host/Martin Braun2020-03-038-17/+17
* examples: Wrap get_gpio_src() with try/catch blocksteviez2020-02-191-7/+14
* x300: add front-panel GPIO source controleklai2020-02-181-4/+44
* examples: benchmark_rate clean print outmattprost2020-02-041-8/+12
* examples: Fix tx timeout caused by initial delayCiro Nishiguchi2020-01-201-3/+4
* 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