Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | eiscat: Enable proper prop tree coercer and publisher | Martin Braun | 2017-12-22 | 1 | -10/+19 |
| | |||||
* | magnesium: Temporarily adding return values to make MSVC not fail | Trung N Tran | 2017-12-22 | 1 | -2/+15 |
| | |||||
* | mpmd: property tree fixes for multi_usrp, set_freq fixes | sugandhagupta | 2017-12-22 | 1 | -3/+3 |
| | |||||
* | mpmd: Fixed prop tree typo (mboard vs mboards) | Martin Braun | 2017-12-22 | 1 | -4/+0 |
| | |||||
* | eiscat: Make use of known number of dboards | Martin Braun | 2017-12-22 | 2 | -0/+24 |
| | |||||
* | eiscat: Added more APIs for more fine-grained control | Martin Braun | 2017-12-22 | 2 | -54/+199 |
| | |||||
* | eiscat: Improved documentation for EISCAT block | Martin Braun | 2017-12-22 | 1 | -7/+88 |
| | | | | | Note that this pre-empts the actual implementation of some of the features. | ||||
* | eiscat: Made more functions return status values instead of None/void | Martin Braun | 2017-12-22 | 1 | -4/+4 |
| | |||||
* | rpc: Changed API to request/notify for better distinction between the two | Martin Braun | 2017-12-22 | 1 | -5/+5 |
| | |||||
* | 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 |
| | |