aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/common/max287x.hpp
Commit message (Collapse)AuthorAgeFilesLines
* Added missing stdint.h includeNicholas Corgan2016-03-221-1/+2
|
* UBX: Phase synchronizationmichael-west2016-02-181-9/+134
| | | | | | | - 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
* max287x: assert target_freqMartin Braun2015-10-161-0/+1
|
* UHD: Fix max287x N divider rangesmichael-west2015-09-011-5/+5
|
* Fixed minor warningsNicholas Corgan2015-09-011-1/+1
| | | | | | * Unreferenced exceptions in try-catch statements * Incorrect function documentation * Unlabelled unused variables
* uhd: Fixed missing includeMartin Braun2015-04-201-0/+1
|
* dboards: Fixed type deduction for older compilers on max287x codeMichael West2015-04-141-6/+6
|
* Fix for BUG #683: UHD: Need to factor out MAX287x code for UBX and CBXmichael-west2015-04-101-0/+799
- Factored out MAX287x code into common header file - Added necessary code for MAX2871 synchronization.