aboutsummaryrefslogtreecommitdiffstats
path: root/host/examples
Commit message (Expand)AuthorAgeFilesLines
* examples: gpio: output before end of streammattprost2022-07-201-1/+1
* fixup! examples: gpio: Refactor exampleMartin Braun2022-06-101-14/+32
* fixup! examples: gpio: Refactor exampleMartin Braun2022-06-101-4/+13
* examples: gpio: Refactor exampleMartin Braun2022-06-101-286/+368
* fpga: rfnoc: Remove rfnoc_version from target YAMLWade Fife2022-06-101-1/+0
* examples: Fix gain testbench nameWade Fife2022-04-061-1/+1
* host: SPI: Read number of supported SPI slaves from deviceMartin Anderseck2022-04-041-3/+7
* rfnoc: Update device port names in image core YAMLWade Fife2022-03-311-50/+59
* examples: Add replay_capture.pyMartin Braun2022-03-312-0/+311
* rfnoc: Remove UHD3-API usagesMartin Braun2022-03-111-3/+0
* tests: Atomicize counters in benchmark_rateAaron Rossetto2022-03-071-10/+10
* fpga: rfnoc: Regenerate noc_shellsWade Fife2022-03-041-1/+2
* examples: benchmark_rate improvementsmichael-west2022-03-031-95/+124
* examples: replay: Improve rfnoc_replay_samples_from_fileMartin Braun2022-03-021-127/+87
* cmake: ncurses: fix building with split tinfoRick Farina (Zero_Chaos)2022-02-241-0/+1
* rfnoc: Remove references to nocscript from YAML filesMartin Braun2022-02-231-1/+0
* SPI: Add SPI exampleMartin Anderseck2022-01-142-0/+136
* examples: support multiple streamers in benchmark_rateAndrew Lynch2022-01-101-43/+103
* examples: Fix tx_bursts bandwidth/freq/gain reportingMartin Braun2021-12-161-11/+9
* rfnoc: Fix noc_shell direction commentsWade Fife2021-12-081-2/+2
* examples: Improve rfnoc_rx_to_fileMartin Braun2021-12-011-112/+143
* examples: Use cmul for gain block in-tree IP exampleWade Fife2021-11-151-21/+18
* examples: Test all variants in gain testbenchWade Fife2021-11-043-15/+61
* examples: Make IQ order clear in gain RFNoC blockWade Fife2021-11-041-16/+25
* example: gpio: Separate bank and port argumentsLane Kolbly2021-11-031-10/+18
* rfnoc: Remove cruft from UHD 3 (constants)Martin Braun2021-11-021-31/+0
* uhd: Replace Boost mutexes and locks with standard optionsMartin Braun2021-10-191-9/+9
* bug: fix channel indexing when reading USRP powerLars Amsel2021-10-111-1/+1
* python: multi_usrp: Fix issues in send_waveform()Martin Braun2021-10-061-7/+7
* python: Fix dropped-sample calculation in benchmark_rate.pyMartin Braun2021-09-281-5/+7
* examples: Improve txrx_loopback_to_file (late recv, Boost, timing)Martin Braun2021-09-171-18/+22
* cmake: Fix rfnoc-example (CMake paths)Martin Braun2021-09-173-11/+11
* cmake: Replace CMAKE_{SOURCE,BINARY}_DIR with UHD_*_DIRMartin Braun2021-09-103-11/+11
* examples: Show how to use in-tree Verilog headerWade Fife2021-09-081-0/+17
* examples: Add x400/x410 target to RFNoC exampleWade Fife2021-08-301-0/+3
* 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