Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixup! TwinRX: Added ADF5356 synth and TwinRX Rev C support | Derek Kozel | 2018-01-12 | 1 | -1/+1 |
| | | | | | | The phase detector frequency value was incorrect for the Rev C LO1 Reviewed-by: Mark Meserve <mark.meserve@ni.com> | ||||
* | Move all license headers to SPDX format. | Martin Braun | 2017-12-22 | 6 | -72/+6 |
| | |||||
* | TwinRX: Added ADF5356 synth and TwinRX Rev C support | Derek Kozel | 2017-12-08 | 3 | -38/+65 |
| | | | | | | | | | ADF5355 and ADF5356 support merged into adf535x class Default register values moved into regmap Reviewed-By: Martin Braun <martin.braun@ettus.com> Reviewed-By: Ashish Chaudhari <ashish@ettus.com> Reviewed-By: Mark Meserve <mark.meserve@ni.com> | ||||
* | Merge branch 'maint' | Martin Braun | 2017-06-27 | 3 | -16/+21 |
|\ | |||||
| * | twinrx: add reimport lo mode | Mark Meserve | 2017-06-15 | 3 | -16/+21 |
| | | |||||
* | | utils: introduce new logging API and remove msg API | Andrej Rode | 2017-02-20 | 1 | -2/+3 |
| | | |||||
* | | uhd: replace BOOST_FOREACH with C++11 range-based for loop | Andrej Rode | 2017-02-10 | 1 | -3/+3 |
|/ | | | | | 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 |
| | |||||
* | Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵ | Martin Braun | 2016-11-08 | 5 | -40/+40 |
| | | | | | | | | 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: Remove unhelpful warning | Derek Kozel | 2016-10-26 | 1 | -8/+0 |
| | |||||
* | TwinRX: Use command time to schedule synchronous events | Derek Kozel | 2016-10-26 | 2 | -0/+63 |
| | |||||
* | 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. | ||||
* | 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 | 8 | -0/+3504 |