Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ubx: Fixed UHD_MSG style log messages | Martin Braun | 2017-07-18 | 1 | -2/+6 |
| | |||||
* | Merge branch 'maint' | Martin Braun | 2017-07-17 | 3 | -21/+51 |
|\ | |||||
| * | cbx: turn on LO LPF at <2GHz instead of <1.5GHz | Mark Meserve | 2017-06-30 | 2 | -18/+38 |
| | | |||||
| * | UBX: Added error handling for setting the dboard clock rate. | bstapleton | 2017-06-29 | 1 | -3/+13 |
| | | | | | | | | Setting daughterboard clock rate while using UBX on X300 caused an error. Added handling, now throws a warning that the phase will vary. | ||||
* | | Merge branch 'maint' | Martin Braun | 2017-06-27 | 5 | -18/+23 |
|\| | |||||
| * | Revert "xcvr: Query ref clock, not ADC/DAC clock" | Martin Braun | 2017-06-26 | 1 | -1/+1 |
| | | | | | | | | This reverts commit 60920644aa33d1a6f7a4dac30bdb890b9bc4301f. | ||||
| * | twinrx: add reimport to LO options on property tree | Mark Meserve | 2017-06-15 | 1 | -1/+1 |
| | | |||||
| * | twinrx: add reimport lo mode | Mark Meserve | 2017-06-15 | 3 | -16/+21 |
| | | |||||
* | | logging: Demoted more DEBUG to TRACE | Martin Braun | 2017-04-06 | 12 | -71/+71 |
| | | |||||
* | | logging: Demoted a number of DEBUG messages to TRACE | Martin Braun | 2017-04-05 | 9 | -16/+11 |
| | | |||||
* | | utils: introduce new logging API and remove msg API | Andrej Rode | 2017-02-20 | 19 | -181/+182 |
| | | |||||
* | | uhd: replace BOOST_FOREACH with C++11 range-based for loop | Andrej Rode | 2017-02-10 | 18 | -41/+40 |
|/ | | | | | Note: This is the first commit that uses for-range, and range-based for-loops are now usable for UHD development. | ||||
* | Moved default register values into ic_reg_map | Derek Kozel | 2017-01-30 | 1 | -0/+2 |
| | |||||
* | lib: remove statements after throw | Andrej Rode | 2017-01-12 | 1 | -1/+0 |
| | |||||
* | UBX: Force on RX driver to eliminate transient | michael-west | 2016-12-01 | 1 | -1/+1 |
| | |||||
* | lib: Removed more superfluous variables | Martin Braun | 2016-11-28 | 1 | -2/+0 |
| | |||||
* | Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵ | Martin Braun | 2016-11-08 | 21 | -162/+162 |
| | | | | | | | | 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). | ||||
* | TwinRX: Add rev B daughterboard ID | Derek Kozel | 2016-11-01 | 1 | -0/+9 |
| | |||||
* | xcvr: Removed some compiler warnings | Martin Braun | 2016-10-27 | 1 | -1/+1 |
| | |||||
* | TwinRX: Remove unhelpful warning | Derek Kozel | 2016-10-26 | 1 | -8/+0 |
| | |||||
* | TwinRX: Use command time to schedule synchronous events | Derek Kozel | 2016-10-26 | 3 | -0/+69 |
| | |||||
* | UBX: changed default performance parameters | Nicolas Cuervo | 2016-10-07 | 1 | -5/+5 |
| | |||||
* | xcvr: Query ref clock, not ADC/DAC clock | Martin Braun | 2016-09-29 | 1 | -1/+1 |
| | | | | | On the USRP2 and N2x0, these values are the same, but on the X3x0, they might differ. | ||||
* | TwinRX: Fixed missing and redundant writes to FE settings | Derek Kozel | 2016-08-26 | 1 | -0/+6 |
| | | | | | | TwinRX's Nyquist expert now writes the frontend correction settings on every tune to a new frequency. This guarantees phase alignment when timed commands are used and introduces minimal overhead. | ||||
* | Merge branch 'UHD-3.9.LTS' into maint | Martin Braun | 2016-08-22 | 1 | -10/+35 |
|\ | |||||
| * | ubx: Added codes for the rev2 and LP versions | Martin Braun | 2016-08-22 | 1 | -10/+35 |
| | | |||||
| * | WBX: Make frequencies <100 MHz work for v2 and v3 boards when reference ↵ | michael-west | 2016-08-01 | 2 | -16/+22 |
| | | | | | | | | clock <100 MHz (i.e. on X300) | ||||
* | | WBX: Make v2 and v3 boards lock with 50 MHz ref clock (X300 default) | michael-west | 2016-08-11 | 2 | -11/+17 |
| | | |||||
* | | Fix minor spelling error | Derek Kozel | 2016-08-09 | 1 | -1/+1 |
| | | |||||
* | | Add sleep function to dboard_iface | Kevin Gilbert | 2016-08-05 | 1 | -4/+3 |
| | | | | | | | | | | Having this function allows a dboard_iface implementation to be aware of the timing of various calls such as SPI and register writes. | ||||
* | | Added TwinRX daughterboard control. | Ashish Chaudhari | 2016-07-19 | 10 | -0/+3845 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2016-06-14 | 1 | -6/+6 |
|\| | |||||
| * | Spelling fixes | Nicholas Corgan | 2016-06-14 | 1 | -6/+6 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2016-05-27 | 1 | -7/+26 |
|\| | |||||
| * | UBX: Force RX LNAs on to reduce RX settling time | michael-west | 2016-05-26 | 1 | -7/+26 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2016-05-26 | 1 | -23/+37 |
|\| | |||||
| * | UBX: Fixed noise issues and reduced power consumption and heat | michael-west | 2016-05-26 | 1 | -23/+37 |
| | | | | | | | | | | - Removed force on of components to reduce noise, power consumption, and heat - Set TX PA force on only when RX antenna set to RX2 to remove long TX transient caused by HW issue on TX path | ||||
* | | Merge branch 'maint' | Martin Braun | 2016-03-29 | 1 | -1/+1 |
|\| | |||||
| * | ubx: Changed member declaration to satisfy debug builds on Windows | Martin Braun | 2016-03-29 | 1 | -1/+1 |
| | | |||||
* | | dboard: Made dboard class dtors virtual | Ashish Chaudhari | 2016-02-26 | 12 | -39/+43 |
| | | | | | | | | | | - Interface and all base classes have virtual destructors - Wrapped UBX dtor in UHD_SAFE_CALL | ||||
* | | Merge branch 'maint' | Ashish Chaudhari | 2016-02-18 | 1 | -71/+149 |
|\| | | | | | | | | | | | Conflicts: host/lib/usrp/cores/gpio_core_200.cpp host/lib/usrp/dboard/db_ubx.cpp | ||||
| * | UBX: Phase synchronization | michael-west | 2016-02-18 | 1 | -71/+149 |
| | | | | | | | | | | | | | | - Disabled MAX2871 VCO auto selection for phase sync - Added checks for new phase sync constraints recently published by Maxim - Added dboard_clock_rate option for X300 - Adjusted timing of SYNC signal relative to dboard referenc clock | ||||
* | | adf435x: Refactored ADF435X control code | Ashish Chaudhari | 2016-02-12 | 8 | -453/+159 |
| | | | | | | | | | | | | - Removed adf435x_common and replaced with a real encapsulated interface - Looks similar to the MAX287X code - Updated all DB classes to use the new common code | ||||
* | | prop_tree: Multiple API enhancements to uhd::property | Ashish Chaudhari | 2016-02-11 | 14 | -73/+73 |
| | | | | | | | | | | | | | | | | | | - 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 |
| | | |||||
* | | Merge branch 'master' into ashish/gpio_atr_redux | Ashish Chaudhari | 2015-10-15 | 1 | -17/+46 |
|\ \ | |||||
| * | | UBX: Support for Integer-N mode step size control | michael-west | 2015-10-15 | 1 | -17/+46 |
| |/ | | | | | | | - Also checks for invalid int_n_step values. | ||||
* / | usrp3: Added new GPIO ATR 3000 core | Ashish Chaudhari | 2015-09-29 | 8 | -91/+91 |
|/ | | | | | | | | - 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 | ||||
* | MSVC 2015 compatibility | Nicholas Corgan | 2015-07-30 | 2 | -3/+3 |
| |