aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib
Commit message (Expand)AuthorAgeFilesLines
* libusb: Remove unused context variableMartin Braun2021-09-301-2/+5
* ad9361: Add comment re overclockingMartin Braun2021-09-301-3/+23
* chdr: Rename var max_size_bytes to avoid confusionMartin Anderseck2021-09-281-9/+9
* ad9361: Modify set-tx-gain procedure to update gain in one goMartin Braun2021-09-171-7/+13
* uhd: zbx: Prevent TX antenna config from disrupting RXLane Kolbly2021-09-161-2/+8
* 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
* cmake: Replace CMAKE_{SOURCE,BINARY}_DIR with UHD_*_DIRMartin Braun2021-09-103-4/+4
* 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
* x300: Fix MAX_RATE_1GIGE valueMartin Braun2021-09-071-1/+1
* mpmd: Add discoverable feature for trig i/o modeGrant Meyerhoff2021-09-022-1/+43
* uhd: transport: Avoid exceptions in disconnect_receiver()Aaron Rossetto2021-08-311-10/+10
* rfnoc: duc: Fix frequency range for DUC blockMartin Braun2021-08-302-6/+4
* python: Add new method bindings to noc_block_baseAaron Rossetto2021-08-301-0/+8
* cmake: Add check for libatomic linking requirementMartin Braun2021-08-271-0/+15
* uhd: Remove Boost version checks for Boost 1.61Martin Braun2021-08-241-19/+4
* cmake: remove duplicate entry in LIBUHD_PYTHON_GEN_SOURCEMichael Dickens2021-08-201-5/+0
* uhd: streamer: Restore original recv(0) semanticsAaron Rossetto2021-08-201-0/+32
* X300: Initialize struct variable before using itMartin Anderseck2021-08-201-1/+1
* lib: transport: Mark typecast as intendedMartin Anderseck2021-08-171-1/+2
* lib: transport: Initialize _hshake_args_serverMartin Anderseck2021-08-171-1/+1
* B200: Fix overflow handlingmichael-west2021-08-161-14/+9
* lib: rfnoc: Make implicit typecasts explicitMartin Anderseck2021-08-101-4/+5
* lib: rfnoc: Change enum node_type to enum classMartin Anderseck2021-08-101-23/+25
* n3x0/e3x0: Remove reference to "master FP-GPIO radio"Martin Braun2021-07-302-2/+0
* python: rfnoc: Change reference type for noc_block_base exportMartin Braun2021-07-231-54/+64
* uhd: Fix usage of std::abs with template parametersMartin Braun2021-07-231-1/+1
* b200: Move the B200 radio control core into usrp/b200/Martin Braun2021-07-207-25/+24
* dbsrx: Fix issue with loop variableMartin Braun2021-07-201-3/+4
* rfnoc: allow find_blocks to search by device number or block count.Lars Amsel2021-07-201-3/+3
* host: Add static_assert to prevent meta_range_t(0,0)Lane Kolbly2021-07-144-8/+8
* lib: Add various missing includesMartin Braun2021-07-142-0/+3
* uhd: Replace boost::thread::id with std::thread::idMartin Braun2021-07-143-4/+5
* core: remove boost::math in favor of std cmathMichael Dickens2021-07-062-13/+16
* cmake: remove redundant includeMichael Dickens2021-07-061-1/+0
* cmake: correctly set and unset any CMAKE_REQUIRED variablesMichael Dickens2021-07-062-7/+7
* x3xx: Fix x3xx fpga image namemattprost2021-06-251-1/+1
* mpm: Bump MPM compat version to 4.0Lane Kolbly2021-06-241-1/+1
* uhd: Remove includes of list_of.hpp where appropriateMartin Braun2021-06-249-9/+0
* uhd: Remove all occurences of boost::math::*round()Martin Braun2021-06-2432-101/+104
* b200: flush receive buffer after getting an overflowMatthew Crymble2021-06-241-1/+3
* b200: temporary change to remove stream restart after overflowMatthew Crymble2021-06-241-3/+8
* uhd: Use chain's block channel to get power ref keysGrant Meyerhoff2021-06-231-2/+2
* fixup! zbx: Fix clang compiler warningsMartin Braun2021-06-231-4/+0
* lib: deps: Upgrade vendor version of Pybind11 to 2.6.1Martin Braun2021-06-2326-751/+1743
* transport: Fix compiler warning in nirio_linkMartin Braun2021-06-221-2/+0