aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/dboard
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 t...Martin Braun2016-11-0821-162/+162
* 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
* TwinRX: Fixed missing and redundant writes to FE settingsDerek Kozel2016-08-261-0/+6
* 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 clock...michael-west2016-08-012-16/+22
* | 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
* | 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
* | Merge branch 'maint'Martin Braun2016-05-261-23/+37
|\|
| * UBX: Fixed noise issues and reduced power consumption and heatmichael-west2016-05-261-23/+37
* | Merge branch 'maint'Martin Braun2016-03-291-1/+1
|\|
| * ubx: Changed member declaration to satisfy debug builds on WindowsMartin Braun2016-03-291-1/+1
* | dboard: Made dboard class dtors virtualAshish Chaudhari2016-02-2612-39/+43
* | Merge branch 'maint'Ashish Chaudhari2016-02-181-71/+149
|\|
| * UBX: Phase synchronizationmichael-west2016-02-181-71/+149
* | adf435x: Refactored ADF435X control codeAshish Chaudhari2016-02-128-453/+159
* | prop_tree: Multiple API enhancements to uhd::propertyAshish Chaudhari2016-02-1114-73/+73
* | cbx/sbx: Properly initialize ATR registers during initAshish Chaudhari2015-10-191-0/+3
* | cbx/sbx: Sped up initialization by removing LED blinking sequenceAshish Chaudhari2015-10-191-45/+0
* | Merge branch 'master' into ashish/gpio_atr_reduxAshish Chaudhari2015-10-151-17/+46
|\ \
| * | UBX: Support for Integer-N mode step size controlmichael-west2015-10-151-17/+46
| |/
* / usrp3: Added new GPIO ATR 3000 coreAshish Chaudhari2015-09-298-91/+91
|/
* MSVC 2015 compatibilityNicholas Corgan2015-07-302-3/+3
* ubx: pfd frequency fix (relevant for X300 operation)Michael West2015-04-231-0/+2
* UBX Phase Synchronization Supportmichael-west2015-04-101-64/+187
* X300: Change dboard clock rate to 50 MHzmichael-west2015-04-101-12/+15
* Fix for BUG #683: UHD: Need to factor out MAX287x code for UBX and CBXmichael-west2015-04-103-714/+119
* db_tvrx2: fixed boost::format bugMarcus Müller2015-03-301-1/+1
* Warning fixesNicholas Corgan2015-03-272-8/+8
* uhd: Fixed several type-cast related warnings for naggy compilersMartin Braun2015-03-111-1/+1
* uhd: Fixed multiple compiler warnings (unused variables, missing literal f)Martin Braun2015-03-111-1/+1
* UBX: Revert LO shutdown method in ubx_xcvr destructormichael-west2015-02-161-4/+4
* UBX: Serialize SPI transactionsmichael-west2015-02-161-27/+31