aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/dboard
Commit message (Collapse)AuthorAgeFilesLines
...
* eiscat/mpm: Moved EISCAT full init sequence to UHDMartin Braun2017-12-222-2/+21
|
* eiscat: Added RPC passing APIMartin Braun2017-12-222-3/+20
|
* eiscat: Fixed missing antenna selection reg write for direct rxMartin Braun2017-12-221-0/+1
|
* eiscat: Numerous modification for testing beamformingMartin Braun2017-12-222-16/+158
|
* Rename netd to mpmdMartin Braun2017-12-222-4/+4
|
* eiscat: Accept both mixed-case and upper-case antenna names (Rx0, RX0)Martin Braun2017-12-221-1/+4
|
* eiscat: Antenna selection, gain settingMartin Braun2017-12-222-32/+306
|
* eiscat: Added more properties, other minor fixesMartin Braun2017-12-222-1/+38
|
* eiscat: Enabled eiscat db to work with rfnoc_rx_to_fileMartin Braun2017-12-222-42/+64
|
* eiscat: Added skeleton for dboard driver supportMartin Braun2017-12-227-0/+472
|
* Clean up build processMartin Braun2017-12-221-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 Braun2017-12-2229-348/+29
|
* TwinRX: Added ADF5356 synth and TwinRX Rev C supportDerek Kozel2017-12-084-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-TDDmichael-west2017-12-071-1/+9
|
* UBX: Add implementation of TDD xcvr mode and force TX PA on in TDD mode to ↵michael-west2017-12-071-12/+47
| | | | reduce transient at start of transmission
* ubx: Fixed UHD_MSG style log messagesMartin Braun2017-07-181-2/+6
|
* Merge branch 'maint'Martin Braun2017-07-173-21/+51
|\
| * cbx: turn on LO LPF at <2GHz instead of <1.5GHzMark Meserve2017-06-302-18/+38
| |
| * UBX: Added error handling for setting the dboard clock rate.bstapleton2017-06-291-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 Braun2017-06-275-18/+23
|\|
| * Revert "xcvr: Query ref clock, not ADC/DAC clock"Martin Braun2017-06-261-1/+1
| | | | | | | | This reverts commit 60920644aa33d1a6f7a4dac30bdb890b9bc4301f.
| * twinrx: add reimport to LO options on property treeMark Meserve2017-06-151-1/+1
| |
| * twinrx: add reimport lo modeMark Meserve2017-06-153-16/+21
| |
* | logging: Demoted more DEBUG to TRACEMartin Braun2017-04-0612-71/+71
| |
* | logging: Demoted a number of DEBUG messages to TRACEMartin Braun2017-04-059-16/+11
| |
* | utils: introduce new logging API and remove msg APIAndrej Rode2017-02-2019-181/+182
| |
* | uhd: replace BOOST_FOREACH with C++11 range-based for loopAndrej Rode2017-02-1018-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_mapDerek Kozel2017-01-301-0/+2
|
* lib: remove statements after throwAndrej Rode2017-01-121-1/+0
|
* UBX: Force on RX driver to eliminate transientmichael-west2016-12-011-1/+1
|
* lib: Removed more superfluous variablesMartin Braun2016-11-281-2/+0
|
* Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵Martin Braun2016-11-0821-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 IDDerek Kozel2016-11-011-0/+9
|
* xcvr: Removed some compiler warningsMartin Braun2016-10-271-1/+1
|
* TwinRX: Remove unhelpful warningDerek Kozel2016-10-261-8/+0
|
* TwinRX: Use command time to schedule synchronous eventsDerek Kozel2016-10-263-0/+69
|
* UBX: changed default performance parametersNicolas Cuervo2016-10-071-5/+5
|
* xcvr: Query ref clock, not ADC/DAC clockMartin Braun2016-09-291-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 settingsDerek Kozel2016-08-261-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 maintMartin Braun2016-08-221-10/+35
|\
| * ubx: Added codes for the rev2 and LP versionsMartin Braun2016-08-221-10/+35
| |
| * WBX: Make frequencies <100 MHz work for v2 and v3 boards when reference ↵michael-west2016-08-012-16/+22
| | | | | | | | clock <100 MHz (i.e. on X300)
* | WBX: Make v2 and v3 boards lock with 50 MHz ref clock (X300 default)michael-west2016-08-112-11/+17
| |
* | Fix minor spelling errorDerek Kozel2016-08-091-1/+1
| |
* | Add sleep function to dboard_ifaceKevin Gilbert2016-08-051-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 Chaudhari2016-07-1910-0/+3845
| |
* | Merge branch 'maint'Martin Braun2016-06-141-6/+6
|\|
| * Spelling fixesNicholas Corgan2016-06-141-6/+6
| |
* | Merge branch 'maint'Martin Braun2016-05-271-7/+26
|\|
| * UBX: Force RX LNAs on to reduce RX settling timemichael-west2016-05-261-7/+26
| |