aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* lmx2572: Fix compiler warningMartin Braun2021-06-221-3/+2
* debug_dboard: Fix compiler warningMartin Braun2021-06-221-1/+1
* zbx: Fix clang compiler warningsMartin Braun2021-06-226-44/+19
* zbx: Fix compilation on clang-10Martin Braun2021-06-223-8/+5
* x3xx: Improve image loaderMartin Braun2021-06-221-27/+44
* usrp2: Use explicit template type for std::min<T>StefanBruens2021-06-221-1/+1
* usrp2: Replace boost::math::iround/math::sign with std::lroundStefanBruens2021-06-221-5/+5
* usrp2: Apply minor cleanups to Boost usage in usrp2Martin Braun2021-06-181-9/+8
* uhd: Add missing channel parameter when reading power ref keysLars Amsel2021-06-181-2/+2
* uhd: Add callback for setting sync_sourcesGrant Meyerhoff2021-06-173-0/+35
* usrp2: Fix Boost headersMartin Braun2021-06-171-2/+2
* uhd: x400: Honor ENABLE_X400 component flagAaron Rossetto2021-06-151-9/+14
* uhd: Add support for the USRP X410Lars Amsel2021-06-1056-18/+12966
* multi_usrp: Factor out make_overall_tune_range() and fix limitsMartin Braun2021-06-093-42/+39
* mpmd: support four linksAndrew Lynch2021-06-082-0/+10
* dboard_iface: Fix sleep()michael-west2021-06-031-1/+1
* rfnoc: Fix post action behavior of nodesLars Amsel2021-06-031-0/+4
* rfnoc: Fix MTU prop resolver refactoringAaron Rossetto2021-06-011-8/+70
* ic_reg_maps: Remove SPCC core reg mapLars Amsel2021-05-271-116/+0
* multi_usrp, x300: Relax LO set API strictnessAaron Rossetto2021-05-192-12/+24
* rfnoc: noc_block_base: Throw if set_mtu_forwarding_policy() called multiplyAaron Rossetto2021-05-181-0/+9
* rfnoc: noc_block_base: Refactor MTU prop resolverAaron Rossetto2021-05-181-46/+58
* RFNoc: Fix graph connect timeout errorMichael West2021-05-101-2/+3
* n320: Add correction APIs to radio_control objectMartin Braun2021-05-062-0/+63
* multi_usrp_rfnoc: Fix get_device()->get_tree()michael-west2021-05-051-6/+3
* experts: Change coercion policy for regular prop nodesMartin Braun2021-05-041-2/+12
* lib: Fix misssing include in e3xx_radio_control_implMartin Braun2021-05-041-0/+3
* dboard: magnesium: Update Rx IF Frequency Valuemattprost2021-04-301-1/+1
* Revert "N310: Low band IF adjustments"mattprost2021-04-301-17/+21
* rfnoc: Add option to disable flow control on rx streamingmattprost2021-04-299-60/+146
* N320: Fix IQ mapping and frontend correctionsmichael-west2021-04-221-2/+4
* N320: Fix available antennasmichael-west2021-04-221-2/+2
* X300: Reduce phase noise for 184.32 MHz MCRmichael-west2021-04-161-2/+5
* N310: Fix calculation of LO freq w/ext LO for RXmichael-west2021-04-121-1/+1
* n320: Fix address for RX frontend controlMartin Braun2021-04-121-1/+1
* UHD: Fix typo in has_tx_power_referenceLars Amsel2021-04-091-1/+1
* rfnoc: radio: Add getter for SPC valueMartin Braun2021-03-193-0/+7
* lib: rpc: Add virtual dtor to RPC iface base classMartin Braun2021-03-171-0/+2
* uhd: Fix radio_control-related method constnessMartin Braun2021-03-176-16/+15
* host: Update code base using clang-tidyMartin Braun2021-03-1726-256/+275
* lib: Remove move-on-return for chdr_packet_writerMartin Braun2021-03-114-6/+6
* mg: Fix slot_idx referenceWade Fife2021-03-081-1/+1
* lib: Fix unresolved cleanup conflict (sorry!)Aaron Rossetto2021-03-041-5/+1
* rpclib: Fix warning on ARM buildAaron Rossetto2021-03-041-1/+1
* lib: deps: Ignore more warnings in our versions of rpclib, pybind11Martin Braun2021-03-042-1/+12
* lib: Use const-ref in for loops instead of const-copyMartin Braun2021-03-046-7/+7