aboutsummaryrefslogtreecommitdiffstats
path: root/host/examples
Commit message (Expand)AuthorAgeFilesLines
* examples: Fix icores example to match current RFNoC specsMartin Braun2021-06-281-2/+2
* examples: Update example CMakeLists.txt for minimum version bumpsAaron Rossetto2021-06-282-3/+3
* examples: Fix tx frequency tuning in radio loopbackmattprost2021-06-251-2/+2
* uhd: Remove includes of list_of.hpp where appropriateMartin Braun2021-06-241-1/+0
* uhd: Remove all occurences of boost::math::*round()Martin Braun2021-06-242-5/+4
* fpga: Change RFNoC YAML version numbers to stringsWade Fife2021-06-081-2/+2
* examples: Fix underrun/seq error reporting in benchmark_rate.pyMartin Braun2021-05-201-10/+10
* examples: Add min dynamic range limit to ascii art DFT exampleLane Kolbly2021-04-152-3/+9
* examples: Add IP to OOT RFNoC gain exampleWade Fife2021-03-175-39/+335
* examples: Remove unused arguments for rfnoc_radio_loopbackLane Kolbly2021-03-111-3/+14
* host: Update code base using clang-tidyMartin Braun2021-03-042-5/+5
* examples: Fix PPS option in rfnoc_radio_loopbackLane Kolbly2020-11-171-1/+1
* examples: Fix --random option in benchmark_ratemichael-west2020-10-121-5/+11
* Examples: Fix install paths in OOT RFNoC examplemichael-west2020-09-133-10/+14
* examples: replay samples from filemattprost2020-08-113-414/+424
* example: Check for failure in tx_samples_from_fileSamuel O'Brien2020-07-311-3/+9
* examples: Fix usrp_power_meter exampleLars Amsel2020-06-111-16/+23
* host/examples/ascii_art_dft.hpp: fix and modernize example mainEtienne Wodey2020-05-261-1/+6
* 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