Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'maint' | Martin Braun | 2015-04-06 | 2 | -3/+12 |
|\ | |||||
| * | uhd: Add ability to get and set command time through dboard_iface. | michael-west | 2015-04-03 | 2 | -3/+12 |
| | | | | | | | | | | This creates a wb_iface child class called timed_wb_iface, which adds support for timed commands. | ||||
* | | Merge branch 'maint' | Martin Braun | 2015-03-27 | 2 | -3/+3 |
|\| | |||||
| * | Warning fixes | Nicholas Corgan | 2015-03-27 | 2 | -3/+3 |
| | | | | | | | | | | | | | | * CMake now not applying C++ flags to C files * GCC 4.4: anti-aliasing rules * MSVC: narrowing, differences in subclass function parameters * Clang: uninitialized variables | ||||
* | | Merge branch 'uhd/gpio_rename' | Martin Braun | 2015-03-11 | 1 | -2/+19 |
|\ \ | |||||
| * | | gpio: Renamed enums to avoid clash with generic, compiler-provided names | Martin Braun | 2015-03-11 | 1 | -2/+19 |
| | | | |||||
* | | | Merge branch 'maint' | Martin Braun | 2015-03-11 | 2 | -4/+4 |
|\ \ \ | |/ / |/| / | |/ | | | Conflicts: host/include/uhd/transport/vrt_if_packet.hpp | ||||
| * | uhd: Fixed several type-cast related warnings for naggy compilers | Martin Braun | 2015-03-11 | 2 | -4/+4 |
| | | |||||
* | | B200: UHD support for FPGPIO connector on REV6+ boards. | Ian Buckley | 2015-03-09 | 1 | -1/+8 |
|/ | | | | | | - GPIO on UART connector all board Revs - Consolidated fpgpio_bitbang into fpgpio example and renamed it gpio - Changed FP_GPIO readback address to match X300 | ||||
* | b200: Bugfix#672: Enable the correct half-bands | Ashish Chaudhari | 2015-01-21 | 1 | -1/+1 |
| | | | | - The control bits for the small and the large half-bands were swapped which would cause the large HB to run too fast. Swapped hb0 and hb1 bits to fix the issue. | ||||
* | math: Added a new uhd::math namespace + float comparison routines | Ben Hilburn | 2014-10-07 | 4 | -28/+20 |
| | | | | | * Float comparison is applied to tuning logic in DSP cores. * Properly using INT_MAX/MIN constants, defined in utils/math.hpp | ||||
* | uhd: fixed RX and TX DSP cores for 3rd generation products | Ben Hilburn | 2014-10-07 | 2 | -8/+52 |
| | |||||
* | uhd: fixing TX DSP tuning on gen2 devices, special changes for n2xx | Ben Hilburn | 2014-10-07 | 2 | -8/+53 |
| | | | | This fixes RX DSP core 200 from tuning outside range and causing overflows. | ||||
* | Merge branch 'maint' | Martin Braun | 2014-09-24 | 1 | -8/+0 |
|\ | |||||
| * | uhd: Fixed logging bug (#476) -- UHD logging has unexplained effect on ↵ | michael-west | 2014-09-24 | 1 | -8/+0 |
| | | | | | | | | | | | | | | packet loss. - Removed logging from radio_ctrl_core_3000 - Changed logging facility to prevent type conversion when message is not logged | ||||
* | | Added missing pure virtual destructors to base classes | Nicholas Corgan | 2014-09-01 | 36 | -34/+146 |
|/ | |||||
* | Fix for BUG #517: B200: Regression of power level on RX | michael-west | 2014-07-22 | 1 | -1/+1 |
| | | | | - Fixed scalar for RX DSP core | ||||
* | Fix for BUG #527: N200: 50 Msps results in two tones | michael-west | 2014-07-01 | 1 | -1/+2 |
| | | | | - Adjusted check to enable first half-band filter only if the rate is decimated enough between the CIC and other half-band filter | ||||
* | - Changed XOR to OR for REG_DSP_RX_MUX flags. | michael-west | 2014-06-12 | 1 | -3/+3 |
| | |||||
* | Fix for BUG #500: B210: RX channels are not phase aligned | michael-west | 2014-06-06 | 2 | -3/+8 |
| | | | | - Adding UHD side code to invert second RX channel | ||||
* | b200: reverted decim mask for scaling factor, and instead conditionally add ↵ | Balint Seeber | 2014-03-31 | 1 | -3/+5 |
| | | | | new X3x0 host rates (get_host_rates) with '_is_b200' | ||||
* | b200: RX DSP scaling mask is 1 bit too narrow for decim 256 | Balint Seeber | 2014-03-31 | 1 | -1/+1 |
| | |||||
* | b200: Fixed bug in rx_dsp_core_3000 that would assume 3 halfbands and X300 ↵ | Ashish Chaudhari | 2014-02-19 | 2 | -29/+43 |
| | | | | settings interface. | ||||
* | Merging USRP X300 and X310 support!! | Ben Hilburn | 2014-02-04 | 3 | -21/+36 |
| | |||||
* | Squashed merge of Coverity fixes. | Ben Hilburn | 2013-11-27 | 6 | -3/+16 |
| | |||||
* | stall-bug: generalized message size handling | Johannes Demel | 2013-11-20 | 1 | -2/+1 |
| | |||||
* | stall-bug: fixed call by value instead of call by reference | Johannes Demel | 2013-11-20 | 1 | -8/+16 |
| | |||||
* | b200/dtor-stall: final fixes for stall bug | Johannes Demel | 2013-11-19 | 1 | -2/+2 |
| | |||||
* | b200/dtor-stall: fixed bug that stalled b200 on shutdown. | Johannes Demel | 2013-11-19 | 2 | -47/+79 |
| | |||||
* | uhd: wb_iface is now a public interface | Josh Blum | 2013-10-04 | 24 | -164/+43 |
| | |||||
* | b200: integrate support for new converters | Josh Blum | 2013-09-04 | 2 | -11/+21 |
| | |||||
* | vita: switch modules to CHDR byte format | Josh Blum | 2013-09-04 | 2 | -8/+8 |
| | |||||
* | b200: changed for pps select register | Josh Blum | 2013-08-13 | 2 | -27/+3 |
| | |||||
* | uhd: allow for 16 bit i2c and eeprom addrs | Josh Blum | 2013-07-24 | 3 | -6/+14 |
| | |||||
* | uhd: remove warning on stream cmd to unused channels | Josh Blum | 2013-07-19 | 1 | -1/+1 |
| | | | | | | Basically, many apps issue stream cmds by broadcasting the cmd to all channels. This warning is going to appear many times for most apps becasue of this. Since nothing is really harmed, its nicer to not see it and confuse users. | ||||
* | uhd: squashed support modules for usrp3 fpga cores | Josh Blum | 2013-07-19 | 21 | -7/+1880 |
| | |||||
* | Merge branch 'maint' | Josh Blum | 2012-10-05 | 2 | -4/+6 |
|\ | |||||
| * | usrp: ensure that actual_scalar does not rollover | Josh Blum | 2012-10-05 | 2 | -4/+6 |
| | | | | | | | | | | | | For certain decimations/interpolations, the scale factor adjustment may be greater than 1.0. The > 1.0 factor needs to be adjusted out in the host. | ||||
* | | usrp: added CIC warning to DSP rx and tx | Josh Blum | 2012-09-28 | 2 | -0/+18 |
| | | |||||
* | | Merge branch 'maint' | Josh Blum | 2012-09-11 | 1 | -1/+1 |
|\| | |||||
| * | usrp: fix rx dsp core scaling factor off by 2 | Josh Blum | 2012-09-11 | 1 | -1/+1 |
| | | | | | | | | The scale factor is a 18 bit number, this should be 1 << 17 | ||||
* | | usrp: cache writes to gpio pins (avoids overhead) | Josh Blum | 2012-07-06 | 1 | -1/+7 |
| | | |||||
* | | usrp: clear rx dsp on deconstruction | Josh Blum | 2012-06-05 | 1 | -0/+10 |
| | | |||||
* | | usrp: added control for sr based i2c core | Josh Blum | 2012-05-30 | 3 | -0/+194 |
| | | |||||
* | | gpsdo: added "gpsdo" clock and time source options | Josh Blum | 2012-05-18 | 2 | -2/+8 |
| | | | | | | | | When an on-board GPSDO is detected, "gpsdo" is added to the options. | ||||
* | | usrp: updated nchan usage for vita rx change | Josh Blum | 2012-04-10 | 1 | -1/+1 |
|/ | |||||
* | dsp: clear register now overlaps with numchan register. | Josh Blum | 2012-04-09 | 1 | -4/+2 |
| | | | | This fixes the bug of unwanted clearing when setting format. | ||||
* | usrp: fix for rx_frontend_core_200 dc offset | Josh Blum | 2012-03-23 | 1 | -3/+4 |
| | | | | | Mask off upper bits when setting a constant offset (I and Q regs). The sign bits (if negative) can flow off into the flags field. | ||||
* | uhd: rev iq correction numbers format | Josh Blum | 2012-03-14 | 2 | -4/+4 |
| | |||||
* | uhd: added fullscale option stream arg | Josh Blum | 2012-03-11 | 2 | -0/+4 |
| |