aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* docs: Fix GPIO documentation exampleLane Kolbly2021-10-201-5/+5
* images: Update image packager script for Python 3Aaron Rossetto2021-10-201-4/+3
* uhd: math: Replace wrap-frequency math with a single functionMartin Braun2021-10-195-21/+41
* uhd: math: Add a sign() functionMartin Braun2021-10-192-0/+22
* lib: Remove all remaining usage of boost::numeric::bounds<>Martin Braun2021-10-191-2/+3
* uhd: Replace Boost mutexes and locks with standard optionsMartin Braun2021-10-1940-297/+292
* cmake: use LooseVersion to ensure correct version comparisonsLars Amsel2021-10-141-3/+3
* mpm: Fix handling of rfic_digital_loopback argumentMartin Anderseck2021-10-121-5/+5
* rfnoc: mgmt_portal: Remove two unused variablesMartin Braun2021-10-111-4/+6
* mpm: rfdc: Tear down RFDC on teardownLane Kolbly2021-10-112-3/+5
* bug: fix channel indexing when reading USRP powerLars Amsel2021-10-111-1/+1
* devtest: Clarify data type in multi_usrp_test::send_waveform()Martin Braun2021-10-061-1/+1
* python: multi_usrp: Fix issues in send_waveform()Martin Braun2021-10-062-19/+36
* python: multi_usrp: Fix issues with recv_num_samps()Martin Braun2021-10-061-24/+63
* libusb: Remove unused context variableMartin Braun2021-09-301-2/+5
* ad9361: Add comment re overclockingMartin Braun2021-09-301-3/+23
* docs: x410: Fix info on loading SD card images with bmaptoolMartin Braun2021-09-281-1/+5
* dissectors: Fix whitespace formatting in CMake filesMartin Braun2021-09-282-62/+59
* dissectors: Fix inclusion of glib.h and Python versionMartin Braun2021-09-283-3/+3
* python: Fix dropped-sample calculation in benchmark_rate.pyMartin Braun2021-09-281-5/+7
* devtest: Add receive stability test to B2xx devtestMartin Braun2021-09-282-0/+52
* devtest: Add receive stability testMartin Braun2021-09-281-0/+174
* docs: Improve docs for rx_streamer::recv() on overrunsMartin Braun2021-09-281-1/+21
* chdr: Rename var max_size_bytes to avoid confusionMartin Anderseck2021-09-282-21/+41
* ad9361: Modify set-tx-gain procedure to update gain in one goMartin Braun2021-09-171-7/+13
* 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
* uhd: zbx: Prevent TX antenna config from disrupting RXLane Kolbly2021-09-162-2/+28
* docs: sync: Update page on synchronizationMartin Braun2021-09-161-19/+24
* cmake: Fix issues with static builds and CMRCMartin Braun2021-09-161-2/+4
* X300: Fix error message for wrong reference frequencyMartin Anderseck2021-09-161-1/+2
* x300: Remove unused variables in x300_eth_mgr.cppMartin Braun2021-09-161-8/+0
* fpga: x300: Update synchronizer constraintWade Fife2021-09-131-1/+1
* fpga: n3xx: Update synchronizer constraintWade Fife2021-09-131-3/+2
* fpga: lib: Update example constraint in synchronizerWade Fife2021-09-131-18/+40
* cmake: Replace CMAKE_{SOURCE,BINARY}_DIR with UHD_*_DIRMartin Braun2021-09-1025-185/+185
* fpga: Update help message for setupenv.shWade Fife2021-09-101-5/+7
* rfnoc: Add vivado-path to rfnoc_image_builderWade Fife2021-09-102-0/+8
* uhd: mpm: Expose filesystem version information on MPM treeLane Kolbly2021-09-081-0/+6
* python: multi_usrp: Fix overloaded function definitionMartin Anderseck2021-09-081-1/+1
* radio: Improve log messages for non-implemented correctionsMartin Braun2021-09-082-5/+8
* rh: Fix auto DC-offset correction and auto-IQ balance APIsMartin Braun2021-09-082-7/+1
* cmake: tests: Add build-python path to PYTHONPATHMartin Braun2021-09-081-2/+5
* examples: Show how to use in-tree Verilog headerWade Fife2021-09-081-0/+17
* fpga: Remove stale references to UHD_FPGA_DIRWade Fife2021-09-088-16/+8
* fpga: tools: Add UHD_FPGA_DIR definition to synthesisWade Fife2021-09-083-6/+11
* x300: Fix MAX_RATE_1GIGE valueMartin Braun2021-09-071-1/+1
* ci: Device wait to redlock scope for Vivado closeSteven Koo2021-09-071-2/+2
* x4xx_bist: use get_mpm_client in gpio bistGrant Meyerhoff2021-09-021-19/+18
* mpmd: Add discoverable feature for trig i/o modeGrant Meyerhoff2021-09-026-2/+105