aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/multi_usrp.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | This avoids double-calling subscribers, and will fix the case where a rate change in a multi-channel scenario will break because the graph resolution is done before all rates are set.
* | 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
| | | | | | | | | | | | | | - Path getters for mboard, rx_dsp and tx_dsp concat the numeric channel to the tree path instead of indexing a list. This allows for easier multi threaded tree construction because values can be placed in the tree in a random order.
* | 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
| | | | | | | | | | Note: This is the first commit that uses for-range, and range-based for-loops are now usable for UHD development.
* | rfnoc: legacy_compat gets its own set_{rx,tx}_rate() callsMartin Braun2016-12-091-0/+24
|/ | | | | | This avoids double-calling subscribers, and will fix the case where a rate change in a multi-channel scenario will break because the graph resolution is done before all rates are set.
* Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵Martin Braun2016-11-081-25/+25
| | | | | | | | types) - Also removes all references to boost/cstdint.hpp and replaces it with stdint.h (The 'correct' replacement would be <cstdint>, but not all of our compilers support that).
* UHD: Fixed the max link warning for the case where there are multiple ↵Paul David2016-10-051-0/+2
| | | | motherboards
* 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
| | | | | | | | - Refactored GPIO ATR definitions - Added new 3000 core with a more efficient API - Added a separate db_gpio_atr core to control the ATR bus - Ported b2xx, e3xx and x3xx to the new core - Minor cleanup
* 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
| | | | | - Added get_register_info function to get bitwidth and R/W access for a registers - Better error reporting
* uhd: Added APIs to multi_usrp to read/write device registersAshish Chaudhari2015-08-041-0/+90
| | | | | | - Added regmap object to soft_register library - Added a regmap_db object to hold multiple regmaps/dbs - Multiple soft_register enhancements
* Merge branch 'maint'Martin Braun2015-03-111-7/+7
|\ | | | | | | | | Conflicts: host/include/uhd/transport/vrt_if_packet.hpp
| * uhd: Fixed several type-cast related warnings for naggy compilersMartin Braun2015-03-111-1/+1
| |
| * uhd: Fixed multiple compiler warnings (unused variables, missing literal f)Martin Braun2015-03-111-6/+6
| |
* | uhd: Introduced filter API.Julian Arnold2015-03-091-0/+83
| | | | | | | | | | This is a unified API to access filters on USRP devices. Filters can be accessed through the property tree, or multi_usrp.
* | uhd: AGC supportJulian Arnold2015-03-051-0/+36
| |
* | uhd: iq imbalance correction apiJulian Arnold2015-02-201-0/+17
| |
* | multi_usrp: Added a normalized gain settingMartin Braun2015-02-121-0/+51
| | | | | | | | | | Adds more methods: {set,get}_normalized_{tx,rx}_gain() which allow changing and reading back the gain within [0, 1].
* | Merge branch 'maint'Martin Braun2015-01-121-6/+6
|\|
| * uhd: Fix for BUG #650: multi_usrp::get_usrp_tx/rx_info returning incorrect ↵michael-west2015-01-121-6/+6
| | | | | | | | dboard info for second mboard
* | multi_usrp: Handle auto_tick_rate properlyMartin Braun2014-11-211-0/+3
|/
* UHD Tune: Clipping RF LO freq to FE's range in MANUAL tune.Ben Hilburn2014-10-291-1/+3
|
* uhd: Improved tuning code and corresponding outputs/warningsBen Hilburn2014-10-071-35/+124
| | | | | * Added convenience function for frequency comparisons * ABI change required
* uhd: fixed RX and TX DSP cores for 3rd generation productsBen Hilburn2014-10-071-21/+0
|
* significant changes to multi_usrp tuning algorithms - changing DSP tuningBen Hilburn2014-10-071-37/+107
|
* Added missing pure virtual destructors to base classesNicholas Corgan2014-09-011-0/+4
|
* Merge branch 'maint'Martin Braun2014-08-181-4/+6
|\
| * - Fixes for channel alignmentmichael-west2014-08-181-4/+6
| | | | | | | | | | | | | | | | | | | | - Added analog delay for radio clock - Added analog delay for DAC reference clocks - Removed resetting of clock control - Removed setting of reference clock and PPS to external sources during initialization - Fixes for set_time_unknown_pps - Removed wait for PPS edge after setting time from GPSDO - Changed set_time_unknonw_pps to time out based on system time rather than device VITA time
* | OctoClock firmware upgrade, added host driverNicholas Corgan2014-07-231-1/+1
|/ | | | | | | | | | * OctoClock can communicate with UHD over Ethernet * Can read NMEA strings from GPSDO and send to host * Added multi_usrp_clock class for clock devices * uhd::device can now filter to return only USRP devices or clock devices * New OctoClock bootloader can accept firmware download over Ethernet * Added octoclock_burn_eeprom,octoclock_firmware_burner utilities * Added test_clock_synch example to show clock API
* multi_usrp: Throws warnings for some tree propsMartin Braun2014-05-051-5/+25
| | | | | | | Until now, multi would simply access some property and assume it exists. A call for set_tx_dc_offset() on a B210 would thus throw errors. This checks for B-series-only leaf nodes before doing anything and displays a warning instead.
* multi_usrp: Fixed bug which caused unspecified OTW-format to crash appsMartin Braun2014-04-151-1/+1
|
* uhd: multi_usrp now understands link rate info and can check for itMartin Braun2014-04-101-0/+41
|
* uhd: Addressed Balints and Bens comments for subdev addressingMartin Braun2014-03-171-2/+2
|
* Merge branch 'origin/martin/subdev_spec_bug_B'Ben Hilburn2014-03-141-0/+11
|\
| * Removed spurious UHD_VAR.Martin Braun2014-03-101-1/+0
| |
| * uhd: added channel mapping support to multi_usrpMartin Braun2014-03-101-0/+12
| |
* | Addressed comments from code review.michael-west2014-02-211-26/+14
|/ | | | | - Created macro for gain name error. - Fixed typos.