Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhd: Update license headers | Martin Braun | 2018-02-19 | 1 | -1/+2 |
| | | | | | | | All copyright is now attributed to "Ettus Research, a National Instruments company". SPDX headers were also updated to latest version 3.0. | ||||
* | Move all license headers to SPDX format. | Martin Braun | 2017-12-22 | 1 | -12/+1 |
| | |||||
* | Merge branch 'maint' | Martin Braun | 2017-07-17 | 1 | -15/+12 |
|\ | |||||
| * | cbx: turn on LO LPF at <2GHz instead of <1.5GHz | Mark Meserve | 2017-06-30 | 1 | -15/+12 |
| | | |||||
* | | logging: Demoted more DEBUG to TRACE | Martin Braun | 2017-04-06 | 1 | -3/+3 |
| | | |||||
* | | utils: introduce new logging API and remove msg API | Andrej Rode | 2017-02-20 | 1 | -6/+6 |
| | | |||||
* | | uhd: replace BOOST_FOREACH with C++11 range-based for loop | Andrej Rode | 2017-02-10 | 1 | -2/+2 |
|/ | | | | | Note: This is the first commit that uses for-range, and range-based for-loops are now usable for UHD development. | ||||
* | Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵ | Martin Braun | 2016-11-08 | 1 | -2/+2 |
| | | | | | | | | 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). | ||||
* | prop_tree: Multiple API enhancements to uhd::property | Ashish Chaudhari | 2016-02-11 | 1 | -8/+8 |
| | | | | | | | | | - Added desired and coerced values and accessors to property - Added support to register desired subscribers - set APIs don't reallocate storage for a property value - Renamed callback method registration APIs - Registering 2 coercers or publishers for a property will throw - Registering a coercer and a publisher for the same property will throw | ||||
* | cbx/sbx: Properly initialize ATR registers during init | Ashish Chaudhari | 2015-10-19 | 1 | -0/+3 |
| | |||||
* | cbx/sbx: Sped up initialization by removing LED blinking sequence | Ashish Chaudhari | 2015-10-19 | 1 | -45/+0 |
| | |||||
* | usrp3: Added new GPIO ATR 3000 core | Ashish Chaudhari | 2015-09-29 | 1 | -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 | ||||
* | sbx: Fixed logging string (showed TX instead of RX) | Martin Braun | 2014-09-24 | 1 | -1/+1 |
| | |||||
* | Merging USRP X300 and X310 support!! | Ben Hilburn | 2014-02-04 | 1 | -0/+5 |
| | |||||
* | 120 MHz daughterboard support, Integer-N tuning, ADF435x code consolidation | Nicholas Corgan | 2014-01-24 | 1 | -145/+41 |
| | | | | | | | * Added support for new CBX-120, SBX-120, and WBX-120 daughterboards * Added implementation of Integer-N tuning for all CBX, SBX, and WBX daughterboards * Added --int-n option to examples to show how to use Integer-N tuning API * Removed duplicate ADF4350/ADF4351 code and moved it to common/adf435x_common.cpp | ||||
* | sbx: bugfix#55 and refactored ADF435X tuning code in the SBX driver. | Ashish Chaudhari | 2013-11-13 | 1 | -1/+131 |
| | |||||
* | CBX support | Nicholas Corgan | 2013-06-07 | 1 | -12/+39 |
| | |||||
* | Fixing TX mixer disable, maxing out attenuation when not in use. | Ben Hilburn | 2012-02-07 | 1 | -53/+35 |
| | |||||
* | sbx: fix dboard tuning to cache result | Josh Blum | 2012-01-05 | 1 | -9/+5 |
| | |||||
* | Updates to accommodate loopback calibration mode | Jason Abele | 2011-11-11 | 1 | -17/+24 |
| | | | | Added CAL antenna to WBX, SBX and RFX | ||||
* | sbx: bring SBX into the tree | Josh Blum | 2011-11-07 | 1 | -228/+67 |
| | |||||
* | sbx: squashed Ben's SBX work | Josh Blum | 2011-11-07 | 1 | -0/+514 |