Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | twinrx: Provide power cal ID | Martin Braun | 2020-05-19 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | Note that the TwinRX has a different behaviour if two or one channel are enabled. For that reason, TwinRX requires 8 different sets of calibration data: - For one vs. two channels - For channel 0 and channel 1 - For RX1 and RX2 Since every combination of these settings is possible, that results in 2^3 == 8 combinations. The choice of RX1 vs. RX2 is encoded in the calibration key. The choice of one vs. two channels is also encoded in the calibration key, and is derived using an expert node. Channel 0 and 1 are assumed symmetric, thus, the encoding for those happens in the calibration serial. | ||||
* | uhd: Apply clang-format against all .cpp and .hpp files in host/ | Martin Braun | 2020-03-03 | 1 | -168/+200 |
| | | | | | Note: template_lvbitx.{cpp,hpp} need to be excluded from the list of files that clang-format gets applied against. | ||||
* | twinrx: add lo charge pump properties | Mark Meserve | 2019-05-02 | 1 | -0/+4 |
| | |||||
* | uhd: Update license headers | Martin Braun | 2018-02-19 | 1 | -1/+2 |
| | | | | | | | All copyright is now attributed to "Ettus Research, a National Instruments company". SPDX headers were also updated to latest version 3.0. | ||||
* | Move all license headers to SPDX format. | Martin Braun | 2017-12-22 | 1 | -12/+1 |
| | |||||
* | Merge branch 'maint' | Martin Braun | 2017-06-27 | 1 | -12/+17 |
|\ | |||||
| * | twinrx: add reimport lo mode | Mark Meserve | 2017-06-15 | 1 | -12/+17 |
| | | |||||
* | | utils: introduce new logging API and remove msg API | Andrej Rode | 2017-02-20 | 1 | -2/+3 |
|/ | |||||
* | 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 | 1 | -0/+24 |
| | |||||
* | Fix minor spelling error | Derek Kozel | 2016-08-09 | 1 | -1/+1 |
| | |||||
* | Added TwinRX daughterboard control. | Ashish Chaudhari | 2016-07-19 | 1 | -0/+637 |