Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | e300: Bumped FPGA compat number to 6. | Ashish Chaudhari | 2015-01-26 | 1 | -1/+1 |
| | |||||
* | Merge branch 'maint' into e300/clk_pps_updates | Ashish Chaudhari | 2015-01-26 | 3 | -9/+24 |
|\ | |||||
| * | Merge branch 'maint' into ashish/cat_6db_gain_fix | Ashish Chaudhari | 2015-01-26 | 0 | -0/+0 |
| |\ | |||||
| | * | fixup! ad9361: More check for interpolation/decim ratios | Ashish Chaudhari | 2015-01-23 | 1 | -1/+1 |
| | | | |||||
| * | | ad9361: Removed unnecessary digital TX attenuation | Ashish Chaudhari | 2015-01-23 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | | | - Fix ported from He. The current TX filter does not need the additional -6dB of headroom. Set it to zero so we meet our max power specs. | ||||
| * | | fixup! ad9361: More check for interpolation/decim ratios | Ashish Chaudhari | 2015-01-23 | 1 | -1/+1 |
| |/ | |||||
| * | Merge remote-tracking branch 'origin/maint' into ashish/bug672 | Ashish Chaudhari | 2015-01-23 | 8 | -12/+1650 |
| |\ | |||||
| | * | ad9361: More check for interpolation/decim ratios | Martin Braun | 2015-01-23 | 2 | -7/+16 |
| | | | |||||
| * | | 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. | ||||
* | | | e300: Several bugfixes for E300 clk/pps selection code | Ashish Chaudhari | 2015-01-23 | 3 | -26/+6 |
| | | | |||||
* | | | e300: UHD support for refclk disciplining using PPS. | Ashish Chaudhari | 2015-01-22 | 5 | -20/+87 |
| |/ |/| | | | | | | | | | - Only supported value for clk_source is internal - time_source automatically changes the disciplining pulse source - Added ref_locked sensor | ||||
* | | UBX: Add documentation | michael-west | 2015-01-22 | 1 | -3/+44 |
| | | |||||
* | | UBX: Add UBX Support | michael-west | 2015-01-22 | 5 | -2/+1590 |
|/ | |||||
* | e300: Updated docs | Jonathon Pendlum | 2015-01-21 | 1 | -0/+89 |
| | | | | | - Describe frontend antenna and filter switches - Added text to clarify the filter edges and added a decimal point of precision for TX filters | ||||
* | e300: gps: Replace misleading 'GPSDO' with 'GPS'. | Moritz Fischer | 2015-01-20 | 1 | -4/+4 |
| | | | | Signed-off-by: Moritz Fischer <moritz@ettus.com> | ||||
* | ad9361: bugfix for ad9361 gain value truncation | Jon Kiser | 2015-01-20 | 2 | -6/+10 |
| | |||||
* | uhd: Added direction type | Martin Braun | 2015-01-20 | 2 | -1/+36 |
| | |||||
* | e300: Changed (max) serial number from 6 to 8. | Moritz Fischer | 2015-01-20 | 2 | -4/+19 |
| | | | | | | | | | | This works without hickup because we store the serial as a \0 terminated string. Note: We now also write the data version fields, as they might come in handy one day. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | ||||
* | uhd: Added endianness type | Martin Braun | 2015-01-19 | 2 | -0/+33 |
| | |||||
* | B200: Bug #656. Added FIR coeffs for filters with Fs/4 stop band. | Ian Buckley | 2015-01-19 | 4 | -17/+69 |
| | | | | AD9361 driver can now select coeffs for different interpolation ratios. | ||||
* | docs: Added page on static builds | Martin Braun | 2015-01-19 | 1 | -0/+40 |
| | |||||
* | cmake: Added ENABLE_STATIC_LIBS option | Martin Braun | 2015-01-19 | 4 | -6/+95 |
| | | | | | | | - Allows building static libraries - For users calling find_package(UHD), provides extra options for building apps statically linking UHD. - Updated the init_usrp example to link UHD statically. | ||||
* | UHD: Fixes for dboard calibration utilities. | michael-west | 2015-01-16 | 4 | -249/+483 |
| | |||||
* | e300: Removed duplicate FPGA loading function | Moritz Fischer | 2015-01-15 | 2 | -31/+0 |
| | | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | ||||
* | cmake: Check for devel version before writing version macro | Martin Braun | 2015-01-15 | 1 | -1/+5 |
| | |||||
* | docs: Amended docs for conversion routines | Martin Braun | 2015-01-14 | 6 | -4/+118 |
| | |||||
* | b200: Added lo_locked sensor | Martin Braun | 2015-01-14 | 3 | -1/+12 |
| | |||||
* | convert: Removed default-all-lines 12-bit packer | Martin Braun | 2015-01-14 | 1 | -21/+6 |
| | |||||
* | convert: Limit sc12 converter buffer overwrite | Tom Tsou | 2015-01-14 | 1 | -12/+74 |
| | | | | | | | | | | | | | | | | | | | | | This patch addresses issue #648 "B200: TX with SC12 format and MIMO". The observed MIMO header corruption was caused by overwriting the end of the packed 12-bit sample output buffer. The overwrite was due to the converter call always writing out 4 complex samples even if less than 4 samples were available. The extra samples would corrupt data with zero padding. Avoid the overwrite condition by only writing the minimum number of 32-bit lines necessary rather than the entire 12 byte struct. Samples 32-bit lines 1 1 2 2 3 3 4 3 Signed-off-by: Tom Tsou <tom@tsou.cc> | ||||
* | docs: Specified min compiler versions | Martin Braun | 2015-01-13 | 1 | -4/+6 |
| | |||||
* | cmake: Added a version macro for compile-time version checks | Martin Braun | 2015-01-13 | 2 | -1/+13 |
| | |||||
* | cmake: Added config.h back to the game | Martin Braun | 2015-01-13 | 4 | -1/+65 |
| | |||||
* | e300: rssi sensor network support | Julian Arnold | 2015-01-12 | 4 | -2/+22 |
| | |||||
* | b200: rssi sensor | Julian Arnold | 2015-01-12 | 1 | -1/+3 |
| | |||||
* | ad9361: rssi readout | Julian Arnold | 2015-01-12 | 4 | -2/+40 |
| | |||||
* | examples: Fixed init_usrp for building with MSVC | Martin Braun | 2015-01-12 | 1 | -0/+9 |
| | |||||
* | x300: Fix for BUG #655: X300: Device Time Not Getting Set from GPSDO | michael-west | 2015-01-12 | 1 | -8/+6 |
| | | | | - Moved setting of tick rate before setting of PPS time | ||||
* | uhd: Fix for BUG #650: multi_usrp::get_usrp_tx/rx_info returning incorrect ↵ | michael-west | 2015-01-12 | 1 | -6/+6 |
| | | | | dboard info for second mboard | ||||
* | convert: Fix sc12 unpack shifting | Tom Tsou | 2015-01-12 | 1 | -8/+8 |
| | | | | | | | | | | | | Resolve issue #666 "B200: Rx signal distortion when using SC12". During 12-bit unpacking, OTW samples are shifted into the high order bits of the 16-bit intermediate values. The remaining 4-bits are not zeroed and contain bits from adjacent samples. Consequently, signal distortion becomes noticable with spurs and other random signal garbage when operating at low signal levels. Signed-off-by: Tom Tsou <tom@tsou.cc> | ||||
* | images: Updated image creation scripts to include .tar.gz and .tar.xz | Martin Braun | 2015-01-09 | 2 | -3/+27 |
| | |||||
* | examples: Fixed multi-channel gain and freq setup for txrx_loopback_to_file | Martin Braun | 2015-01-08 | 1 | -33/+43 |
| | |||||
* | e100: fixed typo in fpga_downloader | Nicholas Corgan | 2015-01-07 | 1 | -2/+2 |
| | |||||
* | docs: Major revisions and additions | Martin Braun | 2015-01-07 | 9 | -52/+306 |
| | |||||
* | 3.8.1 Release | Martin Braun | 2014-12-16 | 5 | -4/+15 |
| | | | | | - Updated fpga-src submodule - Updated version strings and images package | ||||
* | e300,x300: Bumped FPGA compat number | Ashish Chaudhari | 2014-12-16 | 2 | -2/+2 |
| | | | | | - X300: FPGA compat 9 - E300: FPGA compat 5 | ||||
* | e300,x300: Moved LED register space as not to overlap w/ GPIOs | Ashish Chaudhari | 2014-12-16 | 2 | -2/+2 |
| | |||||
* | nirio: Address linking issues on OSX | Martin Braun | 2014-12-15 | 1 | -3/+4 |
| | |||||
* | host/examples: rm'ed refs to d'boards, IF freq. | Marcus Müller | 2014-12-12 | 6 | -28/+28 |
| | | | | | To reflect a reality where some USRPs don't have daughterboards, and set_xx_bandwidth doesn't necessarily set an /IF/ bandwidth. | ||||
* | b200: Fix for PLL setting not being applied intermittently | Ashish Chaudhari | 2014-12-10 | 2 | -2/+2 |
| | | | | - Made the methods in adf4001_ctrl virtual | ||||
* | b200: select valid 10 MHz ref (update GPIO) *before* updating ADF4001 ↵ | Balint Seeber | 2014-12-08 | 1 | -3/+4 |
| | | | | external ref selection |