aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'maint'Ashish Chaudhari2016-02-187-99/+340
|\ | | | | | | | | | | Conflicts: host/lib/usrp/cores/gpio_core_200.cpp host/lib/usrp/dboard/db_ubx.cpp
| * UBX: Phase synchronizationmichael-west2016-02-187-99/+340
| | | | | | | | | | | | | | - Disabled MAX2871 VCO auto selection for phase sync - Added checks for new phase sync constraints recently published by Maxim - Added dboard_clock_rate option for X300 - Adjusted timing of SYNC signal relative to dboard referenc clock
* | x300: Added capability to write_spi to BOTH channels in dboard_ifaceAshish Chaudhari2016-02-181-6/+8
| |
* | db_manager: Cleaned up iface pointer in subtree after errorAshish Chaudhari2016-02-181-0/+1
| |
* | x300,e300: Fixed IQ swapping issue in RX frontendAshish Chaudhari2016-02-172-10/+4
| | | | | | | | - DB connection mapping is implemented in DDC chain. FE corrections module does not swap
* | usrp: Refactored dboard_iface for all productsAshish Chaudhari2016-02-1611-264/+411
| | | | | | | | | | | | | | - Made dboard_iface an interface! Removed PIMPL - Added unit "BOTH" to dboard API and expanded GPIO API width to 32 - Removed gpio_debug_mux. No product ever used that - Refactored gpio_atr cores to work with new dboard_iface
* | dboard: Added restricted dboard registration capabilityAshish Chaudhari2016-02-1611-24/+42
| | | | | | | | | | | | - Moved dboard iface initialization to dboard_manager - Added a restricted register function. Restricted dboards don't expose their control iface in the property tree
* | b200: Removed superfluous function declarationMartin Braun2016-02-151-1/+0
| |
* | adf435x: Refactored ADF435X control codeAshish Chaudhari2016-02-1213-678/+524
| | | | | | | | | | | | - Removed adf435x_common and replaced with a real encapsulated interface - Looks similar to the MAX287X code - Updated all DB classes to use the new common code
* | prop_tree: Multiple API enhancements to uhd::propertyAshish Chaudhari2016-02-1127-396/+396
| | | | | | | | | | | | | | | | | | - Added desired and coerced values and accessors to property - Added support to register desired subscribers - set APIs don't reallocate storage for a property value - Renamed callback method registration APIs - Registering 2 coercers or publishers for a property will throw - Registering a coercer and a publisher for the same property will throw
* | Merge branch 'maint'Martin Braun2016-02-081-2/+2
|\|
| * B200: Fix for increasing retune timesmichael-west2016-02-051-2/+2
| |
* | math: Removed now superfluous constants. Removes a lot of compiler warningsMartin Braun2016-02-041-1/+0
| |
* | cores: Factored out some common codeMartin Braun2016-01-267-144/+121
| |
* | Merge branch 'maint'Martin Braun2016-01-211-3/+1
|\|
| * cmake: removed unnecessary includeNicholas Corgan2016-01-181-3/+1
| |
* | n230: fixed header locationNicholas Corgan2016-01-152-2/+126
| |
* | n230: Multiple usability improvementsAshish Chaudhari2016-01-136-49/+111
| | | | | | | | | | | | | | - Improved FW/FPGA compat mismatch error messages - Added power-cycle message to loader - Disabled "SW too new for HW" version check - Added retry mechanism in n230_find to allow for ARP updates
* | n230: Bumped N230 firmware compat number to 32Ashish Chaudhari2016-01-131-1/+1
| |
* | bugfix#366: X300: PCIe: Live load of firmware failsAshish Chaudhari2016-01-111-0/+2
| |
* | usrp3,n230: Moved all shared FW-Host headers to the host dirAshish Chaudhari2016-01-089-9/+378
| |
* | n230: fixed string formatting warningNicholas Corgan2016-01-081-2/+5
| |
* | n230: Added hardware compatibility version checks to UHDAshish Chaudhari2016-01-082-2/+53
| |
* | n230: Improved error for secondary ethernet detection failureAshish Chaudhari2016-01-081-3/+10
| |
* | n230: Added new AD9361 properties to the property treeAshish Chaudhari2016-01-073-34/+18
| |
* | Fixed some cross-platform build issuesAshish Chaudhari2016-01-062-1/+1
| |
* | n230: Fixed GPSDO detection logicAshish Chaudhari2016-01-066-26/+29
| |
* | n230: GPIO ATR cleanup and miniSAS GPIO supportAshish Chaudhari2016-01-056-9/+61
| | | | | | | | | | - Replaced all gpio_200 cores with gpio_3000 - Added support for miniSAS GPIO through FP0 and FP1 banks
* | n230: Added N230 device supportAshish Chaudhari2016-01-0529-0/+4640
| |
* | Merge branch 'maint'Martin Braun2015-12-185-15/+29
|\|
| * e3xx: Added FPGA loading code for speedgrade 3 devices.Moritz Fischer2015-12-165-15/+29
| | | | | | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
* | b2xx,e3xx,x300: Bumped FPGA compat numbers after incompatible maint mergeAshish Chaudhari2015-12-153-4/+4
| | | | | | | | | | | | | | - b200: compat 14 - b200mini: compat 5 - e3xx: compat 15 - x3xx: compat 20
* | Merge branch 'maint'Ashish Chaudhari2015-12-1516-219/+157
|\| | | | | | | | | | | | | Conflicts: host/lib/usrp/b200/b200_impl.hpp host/lib/usrp/e300/e300_fpga_defs.hpp host/lib/usrp/x300/x300_fw_common.h
| * ADF4002: Fix register programming (bug #974)michael-west2015-12-151-4/+4
| |
| * b200: Factored ihex routines out of b200_ifaceMartin Braun2015-12-141-160/+23
| |
| * B2xx: Added B205mini support.michael-west2015-12-104-35/+46
| | | | | | | | | | | | - Add support to b200_impl - New INF file - Removed references to old 'B205' name
| * b2xx,e3xx,x300: Bumped FPGA compat numbers after SW time-sync changesAshish Chaudhari2015-12-103-4/+4
| | | | | | | | | | | | | | - b200: compat 13 - b200mini: compat 4 - e3xx: compat 14 - x3xx: compat 19
| * Bumped FPGA compat numbers for B200, X300, and E300.michael-west2015-12-103-3/+3
| |
| * B200/E300: Set time sync on clock rate change to current time of first radiomichael-west2015-12-104-8/+20
| |
| * B210/E300: Re-sync times after master clock rate change.michael-west2015-12-102-0/+6
| |
| * E300/X300: Add VITA time synchronization on internal signalmichael-west2015-12-105-6/+32
| |
| * B210: Add VITA time synchronization on internal signalmichael-west2015-12-105-10/+30
| |
* | Merge branch 'maint'Martin Braun2015-12-091-1/+3
|\|
| * e300: added virtual destructor to e300_sensor_manager classNicholas Corgan2015-12-081-1/+3
| |
| * max287x: assert target_freqMartin Braun2015-10-161-0/+1
| |
* | x3xx,e3xx: Bumped FPGA compat number after register overlap fixAshish Chaudhari2015-11-242-2/+2
| | | | | | | | | | - e300: compat 13 - x300: compat 18
* | radio: Fixed overlapping register for LED and FPGPIO coreAshish Chaudhari2015-11-242-2/+2
| |
* | cmake: Register components earlierMartin Braun2015-11-168-18/+0
| | | | | | | | | | | | | | | | | | | | All device-specific CMake components are now registered in one place, before the host/lib/ subdirs are sourced. This way, there are no cyclic dependencies. This solves the issue where ENABLE_X300=Off could disable USB, but preserves the fix where ENABLE_X300=Off would still build some X300 codes.
* | max287x: assert target_freqMartin Braun2015-10-191-0/+1
| |
* | cbx/sbx: Properly initialize ATR registers during initAshish Chaudhari2015-10-191-0/+3
| |