Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | eiscat/mpm: Moved EISCAT full init sequence to UHD | Martin Braun | 2017-12-22 | 2 | -2/+21 | |
| | ||||||
* | eiscat: Added RPC passing API | Martin Braun | 2017-12-22 | 2 | -3/+20 | |
| | ||||||
* | eiscat: Fixed missing antenna selection reg write for direct rx | Martin Braun | 2017-12-22 | 1 | -0/+1 | |
| | ||||||
* | eiscat: Numerous modification for testing beamforming | Martin Braun | 2017-12-22 | 2 | -16/+158 | |
| | ||||||
* | Rename netd to mpmd | Martin Braun | 2017-12-22 | 2 | -4/+4 | |
| | ||||||
* | eiscat: Accept both mixed-case and upper-case antenna names (Rx0, RX0) | Martin Braun | 2017-12-22 | 1 | -1/+4 | |
| | ||||||
* | eiscat: Antenna selection, gain setting | Martin Braun | 2017-12-22 | 2 | -32/+306 | |
| | ||||||
* | eiscat: Added more properties, other minor fixes | Martin Braun | 2017-12-22 | 2 | -1/+38 | |
| | ||||||
* | eiscat: Enabled eiscat db to work with rfnoc_rx_to_file | Martin Braun | 2017-12-22 | 2 | -42/+64 | |
| | ||||||
* | eiscat: Added skeleton for dboard driver support | Martin Braun | 2017-12-22 | 7 | -0/+472 | |
| | ||||||
* | Clean up build process | Martin Braun | 2017-12-22 | 1 | -25/+36 | |
| | | | | | | - Removed stale files (i2c_core_100, spi_core_100) - Made more compilation condiational; disabling some devices will disable dependencies as well so they don't get compiled in by default. | |||||
* | Move all license headers to SPDX format. | Martin Braun | 2017-12-22 | 29 | -348/+29 | |
| | ||||||
* | TwinRX: Added ADF5356 synth and TwinRX Rev C support | Derek Kozel | 2017-12-08 | 4 | -48/+81 | |
| | | | | | | | | | 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> | |||||
* | UBX: Add support for UBX-TDD | michael-west | 2017-12-07 | 1 | -1/+9 | |
| | ||||||
* | UBX: Add implementation of TDD xcvr mode and force TX PA on in TDD mode to ↵ | michael-west | 2017-12-07 | 1 | -12/+47 | |
| | | | | reduce transient at start of transmission | |||||
* | ubx: Fixed UHD_MSG style log messages | Martin Braun | 2017-07-18 | 1 | -2/+6 | |
| | ||||||
* | Merge branch 'maint' | Martin Braun | 2017-07-17 | 3 | -21/+51 | |
|\ | ||||||
| * | cbx: turn on LO LPF at <2GHz instead of <1.5GHz | Mark Meserve | 2017-06-30 | 2 | -18/+38 | |
| | | ||||||
| * | UBX: Added error handling for setting the dboard clock rate. | bstapleton | 2017-06-29 | 1 | -3/+13 | |
| | | | | | | | | Setting daughterboard clock rate while using UBX on X300 caused an error. Added handling, now throws a warning that the phase will vary. | |||||
* | | Merge branch 'maint' | Martin Braun | 2017-06-27 | 5 | -18/+23 | |
|\| | ||||||
| * | Revert "xcvr: Query ref clock, not ADC/DAC clock" | Martin Braun | 2017-06-26 | 1 | -1/+1 | |
| | | | | | | | | This reverts commit 60920644aa33d1a6f7a4dac30bdb890b9bc4301f. | |||||
| * | twinrx: add reimport to LO options on property tree | Mark Meserve | 2017-06-15 | 1 | -1/+1 | |
| | | ||||||
| * | twinrx: add reimport lo mode | Mark Meserve | 2017-06-15 | 3 | -16/+21 | |
| | | ||||||
* | | logging: Demoted more DEBUG to TRACE | Martin Braun | 2017-04-06 | 12 | -71/+71 | |
| | | ||||||
* | | logging: Demoted a number of DEBUG messages to TRACE | Martin Braun | 2017-04-05 | 9 | -16/+11 | |
| | | ||||||
* | | utils: introduce new logging API and remove msg API | Andrej Rode | 2017-02-20 | 19 | -181/+182 | |
| | | ||||||
* | | uhd: replace BOOST_FOREACH with C++11 range-based for loop | Andrej Rode | 2017-02-10 | 18 | -41/+40 | |
|/ | | | | | 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 | |
| | ||||||
* | UBX: Force on RX driver to eliminate transient | michael-west | 2016-12-01 | 1 | -1/+1 | |
| | ||||||
* | lib: Removed more superfluous variables | Martin Braun | 2016-11-28 | 1 | -2/+0 | |
| | ||||||
* | Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵ | Martin Braun | 2016-11-08 | 21 | -162/+162 | |
| | | | | | | | | 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: Add rev B daughterboard ID | Derek Kozel | 2016-11-01 | 1 | -0/+9 | |
| | ||||||
* | xcvr: Removed some compiler warnings | Martin Braun | 2016-10-27 | 1 | -1/+1 | |
| | ||||||
* | 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 | 3 | -0/+69 | |
| | ||||||
* | UBX: changed default performance parameters | Nicolas Cuervo | 2016-10-07 | 1 | -5/+5 | |
| | ||||||
* | xcvr: Query ref clock, not ADC/DAC clock | Martin Braun | 2016-09-29 | 1 | -1/+1 | |
| | | | | | On the USRP2 and N2x0, these values are the same, but on the X3x0, they might differ. | |||||
* | 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. | |||||
* | Merge branch 'UHD-3.9.LTS' into maint | Martin Braun | 2016-08-22 | 1 | -10/+35 | |
|\ | ||||||
| * | ubx: Added codes for the rev2 and LP versions | Martin Braun | 2016-08-22 | 1 | -10/+35 | |
| | | ||||||
| * | WBX: Make frequencies <100 MHz work for v2 and v3 boards when reference ↵ | michael-west | 2016-08-01 | 2 | -16/+22 | |
| | | | | | | | | clock <100 MHz (i.e. on X300) | |||||
* | | WBX: Make v2 and v3 boards lock with 50 MHz ref clock (X300 default) | michael-west | 2016-08-11 | 2 | -11/+17 | |
| | | ||||||
* | | 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 | 10 | -0/+3845 | |
| | | ||||||
* | | Merge branch 'maint' | Martin Braun | 2016-06-14 | 1 | -6/+6 | |
|\| | ||||||
| * | Spelling fixes | Nicholas Corgan | 2016-06-14 | 1 | -6/+6 | |
| | | ||||||
* | | Merge branch 'maint' | Martin Braun | 2016-05-27 | 1 | -7/+26 | |
|\| | ||||||
| * | UBX: Force RX LNAs on to reduce RX settling time | michael-west | 2016-05-26 | 1 | -7/+26 | |
| | |