aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/x300
Commit message (Expand)AuthorAgeFilesLines
* radio: Improve log messages for non-implemented correctionsMartin Braun2021-09-081-2/+4
* x300: Fix MAX_RATE_1GIGE valueMartin Braun2021-09-071-1/+1
* X300: Initialize struct variable before using itMartin Anderseck2021-08-201-1/+1
* host: Add static_assert to prevent meta_range_t(0,0)Lane Kolbly2021-07-141-2/+2
* x3xx: Fix x3xx fpga image namemattprost2021-06-251-1/+1
* uhd: Remove all occurences of boost::math::*round()Martin Braun2021-06-242-7/+6
* x3xx: Improve image loaderMartin Braun2021-06-221-27/+44
* uhd: Add support for the USRP X410Lars Amsel2021-06-101-1/+3
* multi_usrp, x300: Relax LO set API strictnessAaron Rossetto2021-05-191-4/+8
* rfnoc: Add option to disable flow control on rx streamingmattprost2021-04-293-30/+69
* X300: Reduce phase noise for 184.32 MHz MCRmichael-west2021-04-161-2/+5
* uhd: Fix radio_control-related method constnessMartin Braun2021-03-171-2/+1
* host: Update code base using clang-tidyMartin Braun2021-03-173-102/+114
* lib: Use const-ref in for loops instead of const-copyMartin Braun2021-03-041-1/+1
* lib: Fix warnings related to unnecessary lambda capturesMartin Braun2021-03-041-1/+1
* lib: Remove unused constantsMartin Braun2021-03-042-2/+1
* host: Update code base using clang-tidyMartin Braun2021-03-0413-114/+122
* mpmd: Skip find if "resource" key is specifiedmichael-west2021-02-111-4/+2
* lib: disable non pcie types in find with resourceSteven Koo2020-10-051-2/+4
* x300,mpmd: Increase recv frames for dpdk streamingSteven Koo2020-09-031-0/+7
* X300: Adjusting 10GbE frame sizes for HW limitsmichael-west2020-08-171-2/+2
* rfnoc: Resolves streamer/link segfaults on pythonSteven Koo2020-08-111-11/+15
* X300: Update frame sizes for 10GbEmichael-west2020-08-071-7/+5
* X300: fix for incorrect PCIe buffer size valuesMatthew Crymble2020-08-041-1/+1
* x300: change default dboard clock rate from 50 to 100 MHzmattprost2020-08-042-5/+64
* RFNoC: Add xport disconnect callbacksmichael-west2020-08-041-7/+20
* x300: Update maximum bitstream sizeWade Fife2020-07-281-1/+1
* utils: Expose CHDR Types in Public APIrobot-rover2020-07-131-1/+1
* X300: Fix get_time_source()michael-west2020-06-101-0/+2
* x300: Enable power reference APIMartin Braun2020-06-101-2/+63
* TwinRX: Remove decimation from frontendMichael West2020-05-121-4/+1
* fixup! x300: lf/basic antenna API implementationMartin Braun2020-03-261-2/+2
* x300: lf/basic antenna API implementationmattprost2020-03-231-36/+83
* uhd: Apply clang-format against all .cpp and .hpp files in host/Martin Braun2020-03-0310-78/+73
* x300: add front-panel GPIO source controleklai2020-02-184-43/+117
* x300: Remove early x300_device_args usageAlex Williams2020-01-221-7/+6
* cmake: Find DPDK via pkg-config, if availableAlex Williams2020-01-221-0/+1
* uhd: Correct rx/tx EEPROM typoToni Jones2020-01-071-5/+5
* usrp: Change default number of data frames for X300Ciro Nishiguchi2019-12-201-16/+20
* transport,usrp: Make available packet-based flow controlAlex Williams2019-12-203-27/+33
* x300,mpmd: Enable DPDKMartin Braun2019-12-205-104/+79
* x300: pcie manager updatesVirendra Kakade2019-11-262-129/+93
* rfnoc: Merge I/O service device args with stream argsCiro Nishiguchi2019-11-261-2/+4
* uhd: Introduce I/O service managerAaron Rossetto2019-11-263-70/+96
* uhd: Replace usage of boost smart pointers with C++11 counterpartsMartin Braun2019-11-267-15/+15
* rfnoc: Unify endianness of transportsAlex Williams2019-11-263-3/+3
* Remove proto-RFNoC filesMartin Braun2019-11-264-1914/+91
* x300/mpmd: Port all RFNoC devices to the new RFNoC frameworkMartin Braun2019-11-2618-939/+3665
* rfnoc: Add mb_controller base class and X300/MPMD implementationsMartin Braun2019-11-263-0/+118
* x3x0: DPDK initialization fixmattprost2019-11-251-1/+1