Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | max2871: fix for not writing register 0 when required | Mark Meserve | 2017-03-21 | 1 | -0/+6 |
| | |||||
* | UBX: Add UHD_SAFE_CALL for MAX287x dectructor to prevent terminate | michael-west | 2017-02-16 | 1 | -1/+5 |
| | |||||
* | Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵ | Martin Braun | 2016-11-08 | 1 | -11/+11 |
| | | | | | | | | 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). | ||||
* | max2871: Added label for the bit region VAS_DLY | Paul David | 2016-10-05 | 1 | -0/+7 |
| | | | | - Also added a template specialization for enabling the VAS_DLY bit locations based on VAS_TEMP setting (aka retune) | ||||
* | Updated code to work for new minimum dependencies | Nicholas Corgan | 2016-03-21 | 1 | -1/+2 |
| | | | | | * Removed code referencing now-unsupported versions of Boost * Added <stdint.h> includes where needed | ||||
* | UBX: Phase synchronization | michael-west | 2016-02-18 | 1 | -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_freq | Martin Braun | 2015-10-16 | 1 | -0/+1 |
| | |||||
* | UHD: Fix max287x N divider ranges | michael-west | 2015-09-01 | 1 | -5/+5 |
| | |||||
* | Fixed minor warnings | Nicholas Corgan | 2015-09-01 | 1 | -1/+1 |
| | | | | | | * Unreferenced exceptions in try-catch statements * Incorrect function documentation * Unlabelled unused variables | ||||
* | uhd: Fixed missing include | Martin Braun | 2015-04-20 | 1 | -0/+1 |
| | |||||
* | dboards: Fixed type deduction for older compilers on max287x code | Michael West | 2015-04-14 | 1 | -6/+6 |
| | |||||
* | Fix for BUG #683: UHD: Need to factor out MAX287x code for UBX and CBX | michael-west | 2015-04-10 | 1 | -0/+799 |
- Factored out MAX287x code into common header file - Added necessary code for MAX2871 synchronization. |