aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/multi_usrp.cpp
Commit message (Expand)AuthorAgeFilesLines
* X300: Add recovery for duplicate IP addresses in EEPROMMichael West2018-10-251-1/+1
* multi_usrp: Add sync_source APIMartin Braun2018-10-111-6/+160
* multi_usrp: move definition of constantsAndrew Lynch2018-10-041-0/+2
* multi_usrp: Add get_user_settings_iface() API callMartin Braun2018-08-161-0/+12
* fixup! uhd: Warn when tuning with auto DSP frequency and an external LOBrent Stapleton2018-07-181-1/+3
* multi_usrp: Fix get_usrp_tx_info() for MPMD devicesMartin Braun2018-07-171-1/+1
* uhd: Expose DC Offset range via multi_usrp interfaceDerek Kozel2018-07-111-0/+18
* uhd: Warn when tuning with auto DSP frequency and an external LODerek Kozel2018-07-101-0/+19
* multi_usrp: Check for existence of mboard sensor namesMartin Braun2018-05-171-1/+4
* UHD: Fix get_usrp_?x_infoMichael West2018-05-151-2/+2
* lib: Remove some unnecessary use of boost::posix_timeMartin Braun2018-05-141-5/+7
* multi_usrp: Update get_usrp_?x_info()Trung N Tran2018-05-011-15/+78
* lib: Purge all references to boost::this_thread::sleep()Martin Braun2018-04-301-3/+4
* multi_usrp: Add API call to query the clock rate rangeMartin Braun2018-04-031-0/+17
* multi_usrp: Refactor gpio_attr methodsMartin Braun2018-03-301-117/+164
* fixup! usrp: Add set_gpio_attr overload that use stringTrung N Tran2018-03-141-2/+2
* uhd: Move internal headers to uhdlib/Martin Braun2018-03-141-1/+1
* uhd: Move some gpio_defs constants definitions out of headersMartin Braun2018-02-271-0/+1
* usrp: Add set_gpio_attr overload that use stringTrung N Tran2018-02-211-22/+172
* uhd: Update license headersMartin Braun2018-02-191-1/+2
* multi_usrp: Fix compiler warningsMartin Braun2018-01-161-22/+41
* usrp: add multiusrp api for gain profile.Trung N Tran2018-01-121-0/+72
* Move all license headers to SPDX format.Martin Braun2017-12-221-12/+1
* multi_usrp: Expose APIs for TX LO controlsMartin Braun2017-12-061-0/+220
* uhd: Replaced many lexical_cast with appropriate C++11 equivalentsMartin Braun2017-06-291-3/+3
* multi_usrp: Added more checks for properties that may not existMartin Braun2017-05-151-3/+12
* Merge branch 'maint'Martin Braun2017-04-131-1/+1
|\
| * UHD: Fix get_normalized_tx_gain in multi_usrpDerek Kozel2017-04-091-1/+1
| * rfnoc: legacy_compat gets its own set_{rx,tx}_rate() callsMartin Braun2016-11-291-0/+24
* | logging: Demoted a number of DEBUG messages to TRACEMartin Braun2017-04-051-1/+1
* | multi_usrp: Removed ordering req. from prop_tree path accessAshish Chaudhari2017-04-051-6/+18
* | utils: introduce new logging API and remove msg APIAndrej Rode2017-02-201-23/+23
* | uhd: replace BOOST_FOREACH with C++11 range-based for loopAndrej Rode2017-02-101-12/+11
* | rfnoc: legacy_compat gets its own set_{rx,tx}_rate() callsMartin Braun2016-12-091-0/+24
|/
* Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width t...Martin Braun2016-11-081-25/+25
* UHD: Fixed the max link warning for the case where there are multiple motherb...Paul David2016-10-051-0/+2
* multi_usrp: Fixed compiler warning on read_registerMartin Braun2016-08-111-2/+1
* Merging RFNoC support for X310Martin Braun2016-08-091-22/+48
* Improve LO APIs for daughterboards without configurable LOsDerek Kozel2016-08-091-5/+10
* Coerces dsp frequency to 0 if any channel uses an external LODerek Kozel2016-08-091-1/+19
* multi_usrp: Added LO control APIDerek Kozel2016-07-191-0/+161
* usrp3: Added new GPIO ATR 3000 coreAshish Chaudhari2015-09-291-8/+8
* b200, multi_usrp: More consistent messages regarding auto MCRMartin Braun2015-09-171-1/+3
* multi_usrp: comment out for-now unused function to remove warningNicholas Corgan2015-08-141-2/+2
* multi_usrp: Disabled tuning messageMartin Braun2015-08-121-2/+2
* multi_usrp: Fixed bug where policy == none was not obeyedMartin Braun2015-08-121-2/+6
* uhd: Register API enhancementsAshish Chaudhari2015-08-061-4/+30
* uhd: Added APIs to multi_usrp to read/write device registersAshish Chaudhari2015-08-041-0/+90
* Merge branch 'maint'Martin Braun2015-03-111-7/+7
|\
| * uhd: Fixed several type-cast related warnings for naggy compilersMartin Braun2015-03-111-1/+1