aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp
Commit message (Expand)AuthorAgeFilesLines
* twinrx: set lo2 to use new low spur tuning modeMark Meserve2019-05-072-6/+3
* twinrx: add lo charge pump propertiesMark Meserve2019-05-025-19/+116
* utils: add support for directly updating components from image_loaderAndrew Lynch2019-05-021-71/+96
* mpmd: Release resources on destructionVirendra Kakade2019-05-012-4/+6
* mpmd: Fix spurious reclaim call after unclaimVirendra Kakade2019-05-011-3/+6
* device3: Constraint send/recv_frame_size based on down/upstream MTUSugandha Gupta2019-05-016-1/+73
* e310/e320: Move E310 to MPM architecture and refactorSugandha Gupta2019-05-0150-6131/+1486
* mpm: Add option for muxed data stream for liberio transportSugandha Gupta2019-05-012-2/+18
* ad9361: Fix return values for tune and set_clock_rateSugandha Gupta2019-05-012-3/+11
* b200: enable usage of custom bootloaderMark Meserve2019-04-113-79/+292
* uhdlib: Add dpdk_zero_copy.hppAlex Williams2019-04-103-3/+3
* x300: Add support for DPDK transportsAlex Williams2019-04-103-7/+166
* X300: add capability to flash NI-2974 FPGAThomas Vogel2019-04-031-2/+7
* gpsd: fix API for 'gps_read'Michael Dickens2019-03-291-0/+4
* lmx2592: fixup for correct frequency borderstvogel-nid2019-03-131-2/+2
* uhd: mpm: update all license header w/ "-or-later"Brent Stapleton2019-03-0814-14/+14
* x300: Change PLL CP currents in x300_clock_ctrlmguyler-ni2019-02-281-8/+8
* x300: device args: Removed invalid 200 MHz sysref rateMartin Braun2019-02-281-1/+1
* x300: Catch more inconsistencies in x300_device_argsMartin Braun2019-02-282-3/+24
* x300: Enable x300_device_args.to_string()Martin Braun2019-02-281-2/+31
* x300: Enable 11.52 MHz and 23.04 MHz system ref ratesMartin Braun2019-02-281-1/+2
* rh: Fix typo in setting up RX frontendAlex Williams2019-02-271-1/+1
* python: Replace Boost.Python with PyBind11Martin Braun2019-02-224-489/+156
* mpmd: Fix typecast warning in property tree default settingsMartin Braun2019-02-221-1/+1
* mpmd: Allow reclaim failures on component updatesMartin Braun2019-02-223-14/+67
* rh: revise correction data usageMark Meserve2019-02-213-11/+19
* rh: reset rx iq balance on initMark Meserve2019-02-211-0/+1
* RFNoC: Disable FC ACK packets for lossless linksMichael West2019-02-181-0/+1
* x300: Enable ADC gain through RFNoC APIMartin Braun2019-02-152-29/+83
* n230: n230_image_loader: Remove dead store for ptrMoritz Fischer2019-02-151-1/+1
* uhd: Replace all usage of boost::noncopyable with uhd::noncopyableMartin Braun2019-02-1527-47/+47
* b200_cores: Replace usage of boost::mutex with std::mutexMartin Braun2019-02-154-7/+10
* b200: Use uhd::noncopyableMartin Braun2019-02-152-3/+6
* E31x: Destruct RFNoC before loading idle imagemichael-west2019-01-311-0/+2
* Device3: Fix flow control window and intervalmichael-west2019-01-312-9/+14
* RFNoC: Limit number of control packets in flightmichael-west2019-01-312-17/+21
* X300: Fix tick and sample rate settingmichael-west2019-01-311-5/+1
* Device3: Remove redundant function callmichael-west2019-01-311-1/+0
* RFNoC: Prevent unnecessary FC ACK packetsmichael-west2019-01-313-11/+10
* mpmd: use init timeout for update_componentTrung Tran2019-01-291-4/+1
* ad9361: Replace Boost lock & mutex with std varietyMartin Braun2019-01-251-23/+21
* formatting: Apply clang-format to ad9361_ctrl.cppMartin Braun2019-01-251-72/+87
* mpmd,transport,prefs: Add xport_mgr for dpdk_zero_copyAlex Williams2019-01-255-0/+350
* mpmd_xport: liberio: using 4096 bytes frame sizeTrung Tran2019-01-231-2/+6
* device3: Replace NULL with 0 for empty function pointersMartin Braun2019-01-221-2/+2
* transport: muxed_zero_copy_if fixesmichael-west2019-01-212-26/+15
* mpmd_xport: honor users' send(recv)frame_size argsTrung Tran2019-01-212-8/+11
* mpmd: implement get_*x_hintsTrung Tran2019-01-212-6/+11
* rh: increase timeout of set_rate's rpc callMark Meserve2019-01-211-1/+4
* math: Replace boost::*::{lcm,gcd}() with portable versionsMartin Braun2019-01-182-5/+6