aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/x300/x300_clock_ctrl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* x300: Updated clock rate / ref freq warnings for clarityMartin Braun2015-05-221-16/+28
|
* X300: Change dboard clock rate to 50 MHzmichael-west2015-04-101-325/+432
|
* x300: Fix for Bug #714: Phase wobble across four channels on two devicesNeel Pandeya2015-03-301-1/+1
| | | | - Increased filter loop bandwith on clock control chip
* x300: Cleaned up DAC ctrl and clock init logicAshish Chaudhari2014-11-061-1/+0
| | | | | | | | | | | - DAC: Squashed configuration into 2 main operations: reset and reset_and_resync - DAC: Put in sleep mode during configuration - DAC: Synchronize only if streaming to more than one DAC - DAC: Use falling edge sync mode - DAC: Fixed power up/down settings - DAC: Frontend sync failure is fatal - Clocks: Refactored clock source change logic - Clocks: Cleaned up init and lock-check sequence
* Merge branch 'maint'Martin Braun2014-09-251-5/+0
|\
| * x300: Reverted back to no analog delay for DAC ref clocksmichael-west2014-09-251-5/+0
| |
* | Merge branch 'maint'Martin Braun2014-09-241-0/+1
|\|
| * x300: Added output sync for DAC reference clocksMartin Braun2014-09-241-0/+1
| |
* | Added missing pure virtual destructors to base classesNicholas Corgan2014-09-011-0/+4
|/
* Changed analog delay on DAC reference and radio clocks from 1075ps to 900psmichael-west2014-08-181-4/+4
|
* - Fixes for channel alignmentmichael-west2014-08-181-0/+11
| | | | | | | | | | - 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
* Addressed comments from review.michael-west2014-03-151-1/+1
| | | | | | - Fixed typos. - Renamed reset() to reset_clocks(). - Created wait_for_ref_locked() function.
* Fixed bug found during testing where internal clock reference was taking ↵Michael West2014-02-201-0/+4
| | | | | | several seconds to lock. Added reset to the clock control and called it whenever the clock reference is changed.
* Pushing the bulk of UHD-3.7.0 code.Ben Hilburn2014-02-141-2/+4
|
* Merging USRP X300 and X310 support!!Ben Hilburn2014-02-041-0/+396