Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | transport optimize: Integrated the transport offloading into the X3XX codebase | Paul David | 2016-04-18 | 4 | -53/+226 | |
| | | ||||||
* | | x300: DSP updates to support heterodyne dboards | Ashish Chaudhari | 2016-03-21 | 2 | -2/+7 | |
| | | ||||||
* | | dboard_iface: Added method to configure front connection and settings | Ashish Chaudhari | 2016-03-21 | 3 | -0/+12 | |
| | | ||||||
* | | usrp3: Added RX DSP support for heterodyne sampling | Ashish Chaudhari | 2016-03-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | - rx_dsp_core: set_mux takes in a fe_connection obj to determine IQ mapping and sampling mode parameters - rx_dsp_core: Support a non-zero IF for downconversion The current strategy applies a software DSP freq offset which eats into the range of the CORDIC which is OK because heterodyne assumes real-mode sampling | |||||
* | | Merge branch 'maint' | Martin Braun | 2016-03-11 | 1 | -0/+2 | |
|\| | ||||||
| * | x300: Added power cycle message to uhd_image_loader | Martin Braun | 2016-03-03 | 1 | -0/+2 | |
| | | ||||||
* | | Merge branch 'maint' | Ashish Chaudhari | 2016-02-18 | 4 | -3/+9 | |
|\| | | | | | | | | | | | Conflicts: host/lib/usrp/cores/gpio_core_200.cpp host/lib/usrp/dboard/db_ubx.cpp | |||||
| * | UBX: Phase synchronization | michael-west | 2016-02-18 | 4 | -3/+9 | |
| | | | | | | | | | | | | | | - 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_iface | Ashish Chaudhari | 2016-02-18 | 1 | -6/+8 | |
| | | ||||||
* | | x300,e300: Fixed IQ swapping issue in RX frontend | Ashish Chaudhari | 2016-02-17 | 1 | -6/+2 | |
| | | | | | | | | - DB connection mapping is implemented in DDC chain. FE corrections module does not swap | |||||
* | | usrp: Refactored dboard_iface for all products | Ashish Chaudhari | 2016-02-16 | 1 | -41/+52 | |
| | | | | | | | | | | | | | | - 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 capability | Ashish Chaudhari | 2016-02-16 | 2 | -4/+1 | |
| | | | | | | | | | | | | - Moved dboard iface initialization to dboard_manager - Added a restricted register function. Restricted dboards don't expose their control iface in the property tree | |||||
* | | prop_tree: Multiple API enhancements to uhd::property | Ashish Chaudhari | 2016-02-11 | 1 | -30/+30 | |
| | | | | | | | | | | | | | | | | | | - 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 | |||||
* | | bugfix#366: X300: PCIe: Live load of firmware fails | Ashish Chaudhari | 2016-01-11 | 1 | -0/+2 | |
| | | ||||||
* | | b2xx,e3xx,x300: Bumped FPGA compat numbers after incompatible maint merge | Ashish Chaudhari | 2015-12-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | - b200: compat 14 - b200mini: compat 5 - e3xx: compat 15 - x3xx: compat 20 | |||||
* | | Merge branch 'maint' | Ashish Chaudhari | 2015-12-15 | 4 | -3/+14 | |
|\| | | | | | | | | | | | | | Conflicts: host/lib/usrp/b200/b200_impl.hpp host/lib/usrp/e300/e300_fpga_defs.hpp host/lib/usrp/x300/x300_fw_common.h | |||||
| * | b2xx,e3xx,x300: Bumped FPGA compat numbers after SW time-sync changes | Ashish Chaudhari | 2015-12-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | - b200: compat 13 - b200mini: compat 4 - e3xx: compat 14 - x3xx: compat 19 | |||||
| * | Bumped FPGA compat numbers for B200, X300, and E300. | michael-west | 2015-12-10 | 1 | -1/+1 | |
| | | ||||||
| * | E300/X300: Add VITA time synchronization on internal signal | michael-west | 2015-12-10 | 3 | -2/+13 | |
| | | ||||||
| * | b2xx,e3xx,x300: Bumped compat numbers for 3.9.1 UHD release | Ashish Chaudhari | 2015-09-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | - b200: compat 11 - b200mini: compat 2 - e300: compat 11 - x300: compat 15 | |||||
| * | cores: Corrected scaling_adjustment calculation | Ian Buckley | 2015-09-03 | 2 | -0/+10 | |
| | | | | | | | | | | | | Compensate for headroom required to rotate a signal in the CORDIC. Fixes some CORDIC-related clipping issues, that reduced ENOB to 15 or 14.5 bits. | |||||
* | | x3xx,e3xx: Bumped FPGA compat number after register overlap fix | Ashish Chaudhari | 2015-11-24 | 1 | -1/+1 | |
| | | | | | | | | | | - e300: compat 13 - x300: compat 18 | |||||
* | | radio: Fixed overlapping register for LED and FPGPIO core | Ashish Chaudhari | 2015-11-24 | 1 | -1/+1 | |
| | | ||||||
* | | cmake: Register components earlier | Martin Braun | 2015-11-16 | 1 | -2/+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. | |||||
* | | b2xx,e3xx,x300: Bumped compat numbers after GPIO ATR refactoring | Ashish Chaudhari | 2015-10-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | - b200: compat 12 - b200mini: compat 3 - e300: compat 12 - x300: compat 17 | |||||
* | | Merge branch 'ashish/gpio_atr_redux' into master-staging | Ashish Chaudhari | 2015-10-15 | 2 | -41/+17 | |
|\ \ | | | | | | | | | | | | | | | | Conflicts: host/lib/usrp/cores/CMakeLists.txt host/lib/usrp/x300/x300_impl.hpp | |||||
| * | | usrp3: Added new GPIO ATR 3000 core | Ashish Chaudhari | 2015-09-29 | 2 | -41/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | - Refactored GPIO ATR definitions - Added new 3000 core with a more efficient API - Added a separate db_gpio_atr core to control the ATR bus - Ported b2xx, e3xx and x3xx to the new core - Minor cleanup | |||||
* | | | fixup! x300: Added DMA FIFO support to X300 | Ashish Chaudhari | 2015-09-30 | 1 | -1/+1 | |
| | | | ||||||
* | | | x300: Bumped FPGA compat number to 16 | Ashish Chaudhari | 2015-09-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | - New and improved DRAM DMA FIFO | |||||
* | | | x300: Made DRAM FIFO size software configurable | Ashish Chaudhari | 2015-09-16 | 2 | -0/+3 | |
| | | | ||||||
* | | | x300: Added DMA FIFO support to X300 | Ashish Chaudhari | 2015-09-16 | 4 | -18/+75 | |
|/ / | | | | | | | | | - Added HG vs HGS detection logic - Added DMA FIFO configuration code | |||||
* | | b2xx,e3xx,x300: Bumped compat numbers for 3.9.1 UHD release | Ashish Chaudhari | 2015-09-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | - b200: compat 11 - b200mini: compat 2 - e300: compat 11 - x300: compat 15 | |||||
* | | cores: Corrected scaling_adjustment calculation | Ian Buckley | 2015-09-08 | 2 | -0/+10 | |
|/ | | | | | | Compensate for headroom required to rotate a signal in the CORDIC. Fixes some CORDIC-related clipping issues, that reduced ENOB to 15 or 14.5 bits. | |||||
* | X300: Fix base address for FP GPIO | michael-west | 2015-09-01 | 1 | -1/+1 | |
| | ||||||
* | x300: Removed call to is_pps_present | Ashish Chaudhari | 2015-08-17 | 1 | -4/+4 | |
| | | | | - It's status is thrown away anyway | |||||
* | b200,e300,x300: Updated compat number for release 3.9.0 | Ashish Chaudhari | 2015-08-14 | 1 | -1/+1 | |
| | | | | | | - b200: compat 10 - e300: compat 10 - x300: compat 14 | |||||
* | uhd: Fixes to build with MSVC | Ashish Chaudhari | 2015-08-13 | 1 | -1/+1 | |
| | | | | | - Included list header in soft_reg header - Fixed typo in x300_impl | |||||
* | B200/X300: Make default clock and time sources internal | michael-west | 2015-08-12 | 1 | -14/+0 | |
| | ||||||
* | UHD: Remove initialization of time to GPS time. | michael-west | 2015-08-12 | 1 | -4/+1 | |
| | ||||||
* | Merge branch 'master' into ashish/register_api | Ashish Chaudhari | 2015-08-12 | 1 | -1/+1 | |
|\ | ||||||
| * | cmake: added variable to LIBUHD_REGISTER_COMPONENT macro to make required, ↵ | Nicholas Corgan | 2015-08-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | set LibUHD to required * If required component's dependencies aren't met, CMake will throw an error unless user specifically disables it | |||||
* | | Merge branch 'master' into ashish/register_api | Ashish Chaudhari | 2015-08-10 | 4 | -58/+80 | |
|\| | ||||||
| * | x300: added missing included necessary in Boost 1.46 | Nicholas Corgan | 2015-08-10 | 1 | -0/+1 | |
| | | ||||||
| * | x300, e300: Moved common register names to radio namespace | Martin Braun | 2015-08-07 | 4 | -48/+55 | |
| | | | | | | | | This preps the code for merging common registers altogether. | |||||
| * | image_loader: force user to specify device | Nicholas Corgan | 2015-08-05 | 1 | -9/+23 | |
| | | | | | | | | | | * On utility level, force user to use --args=type=foo * In each loader, throw an error if args are ambiguous | |||||
| * | x300: nirio: Fix compiler warnings | Moritz Fischer | 2015-07-31 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | The old code used a non standard (though very common) way to determine the size of an array. In order to avoid warnings, pass another parameter to indicate the size. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | |||||
* | | x300: Used new soft register API for X300 registers | Ashish Chaudhari | 2015-08-04 | 4 | -176/+196 | |
|/ | ||||||
* | x300: Moved all tick set subscribers to same place | Martin Braun | 2015-07-29 | 1 | -10/+7 | |
| | ||||||
* | cores: Moved subtree populate code to DSP cores (X3x0, E310) | Martin Braun | 2015-07-29 | 1 | -36/+26 | |
| | ||||||
* | cores: Moved subtree populate code to frontend cores | Martin Braun | 2015-07-29 | 1 | -20/+8 | |
| |