aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp
Commit message (Expand)AuthorAgeFilesLines
* uhd: Add support for the USRP X410Lars Amsel2021-06-1020-8/+5628
* multi_usrp: Factor out make_overall_tune_range() and fix limitsMartin Braun2021-06-092-42/+2
* mpmd: support four linksAndrew Lynch2021-06-082-0/+10
* dboard_iface: Fix sleep()michael-west2021-06-031-1/+1
* multi_usrp, x300: Relax LO set API strictnessAaron Rossetto2021-05-192-12/+24
* 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
* 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-295-49/+121
* 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
* uhd: Fix radio_control-related method constnessMartin Braun2021-03-174-11/+11
* host: Update code base using clang-tidyMartin Braun2021-03-1720-232/+251
* mg: Fix slot_idx referenceWade Fife2021-03-081-1/+1
* lib: Use const-ref in for loops instead of const-copyMartin Braun2021-03-045-6/+6
* twinrx: Fix missing default copy ctorMartin Braun2021-03-041-0/+3
* lib: Fix warnings related to unnecessary lambda capturesMartin Braun2021-03-043-5/+5
* mg: Remove unused private attribute from ad9371_ifaceMartin Braun2021-03-042-4/+0
* rh: Remove unused constantMartin Braun2021-03-041-1/+0
* lib: lmx2592: Comment out some unused constantsMartin Braun2021-03-041-7/+10
* rh: cpld control: Comment out gain table addressMartin Braun2021-03-041-1/+1
* rh: Remove use of magic number of identify durationMartin Braun2021-03-042-3/+3
* lib: Remove unused constantsMartin Braun2021-03-043-3/+1
* host: Update code base using clang-tidyMartin Braun2021-03-0487-1090/+1165
* mpmd: Skip find if "resource" key is specifiedmichael-west2021-02-116-36/+13
* ADF535x: Change freq_resolution to mod2michael-west2021-02-041-4/+4
* dboard_iface: Modify sleep() functionMichael West2021-02-041-5/+14
* TwinRX: Spur cleanupmichael-west2021-02-042-10/+33
* uhd_image_loader: Consume .lvbitx filesLane Kolbly2021-01-111-117/+237
* utils: check config file before finding devices for image loaderAndrew Lynch2021-01-111-1/+2
* mpmd: Add support to delay and trigger fpga/dts load after updateVirendra Kakade2021-01-112-80/+130
* uhd: Split radio_control into rf_control interfacesLane Kolbly2021-01-114-56/+7
* Create C++ wrappers for MPM RPC callsLane Kolbly2021-01-112-32/+25
* uhd: throw error if edge list is emptyGrant Meyerhoff2020-12-211-0/+8
* RFNoC: Demoted zero sample error to warningmichael-west2020-12-101-5/+11
* fixup! N310: Low band IF adjustmentsmichael-west2020-12-091-1/+1
* mpmd: Export RPC token and mb_args to the property treeMartin Braun2020-12-043-0/+13
* multi_usrp_rfnoc: Serialize make_rfnoc_deviceAaron Rossetto2020-12-041-1/+24
* python: multi_usrp: Let get_tree() return a raw pointerMartin Braun2020-12-011-1/+1
* python: multi_usrp: Fix get_radio_control()Martin Braun2020-11-231-1/+1
* N310: Low band IF adjustmentsmichael-west2020-11-161-18/+10
* MPMD: Reduce max frame size for 10 GbEmichael-west2020-11-061-1/+1
* multi_usrp: Fix typos in streamer destruction callbackmichael-west2020-11-051-4/+4
* sim: Integrate simulator into UHDSamuel O'Brien2020-10-284-3/+197