Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'maint' | Martin Braun | 2016-04-26 | 0 | -0/+0 |
|\ | | | | | | | | | Conflicts: host/CMakeLists.txt | ||||
| * | Updated images package for UHD 3.9.4 RC1 | Ashish Chaudhari | 2016-04-26 | 1 | -2/+2 |
| | | |||||
* | | devtest: Run uhd_find_devices from current build | Martin Braun | 2016-04-22 | 1 | -2/+2 |
| | | |||||
* | | Ignore .pyc files | Martin Braun | 2016-04-22 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2016-04-22 | 5 | -11/+39 |
|\| | | | | | | | | | | | | | Conflicts: fpga-src host/cmake/Modules/UHDVersion.cmake host/lib/usrp/b200/b200_impl.cpp | ||||
| * | Preparing maint branch for 3.9.4-RC1 | Martin Braun | 2016-04-22 | 3 | -1/+13 |
| | | | | | | | | | | | | | | | | | | - Updated changelog - Updated submodule pointer - Updated version Note: Image package was not updated for RC1 because it's unchanged from 3.9.3. | ||||
| * | b200: Fixed setting of max rate | Martin Braun | 2016-04-22 | 2 | -10/+18 |
| | | | | | | | | | | | | | | DSP rates are now being tracked as in whether or not they've been set. We can disregard unset DSPs for the automatic clock rate calculation. Reviewed-By: Derek Kozel <derek.kozel@ettus.com> | ||||
| * | math: Fixed floating point comparison for custom delta | Martin Braun | 2016-04-22 | 2 | -1/+9 |
| | | | | | | | | Reviewed-By: Derek Kozel <derek.kozel@ettus.com> | ||||
* | | Merge branch 'maint' | Martin Braun | 2016-04-20 | 2 | -1/+3 |
|\| | |||||
| * | e3xx: spi: Fix issue introduced in 1b149f56 | Moritz Fischer | 2016-04-19 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Kernels (3.15+) introduce the possibility to do DUAL and QUAD spi operations via spidev. Prior to this commit nothing was setting the {tx,rx}_nbits members of the struct spi_ioc_transfer. from include/uapi/linux/spi/spidev.h struct spi_ioc_transfer { __u64 tx_buf; __u64 rx_buf; __u32 len; __u32 speed_hz; __u16 delay_usecs; __u8 bits_per_word; __u8 cs_change; __u8 tx_nbits; __u8 rx_nbits; __u16 pad; }; This turns into an issue on more recent kernels, where it turns all transactions into QUAD transactions, while the controller actually doesn't support that mode of operation. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | ||||
| * | docs: Fixed apt-get command for launchpad debs | Martin Braun | 2016-04-14 | 1 | -1/+1 |
| | | |||||
* | | docs: Added information for specifying a second interface on the X-series USRP | Paul David | 2016-04-20 | 1 | -0/+17 |
| | | |||||
* | | docs: Updated linux transport documentation on tuning NICs | Paul David | 2016-04-18 | 1 | -0/+12 |
| | | |||||
* | | vita core: Fix the hard reset issue by flushing the flow control window | Paul David | 2016-04-18 | 1 | -0/+13 |
| | | |||||
* | | transport optimize: Integrated the transport offloading into the X3XX codebase | Paul David | 2016-04-18 | 5 | -54/+227 |
| | | |||||
* | | transport optimize: Added a thread transport offload to share the workload | Paul David | 2016-04-18 | 3 | -0/+209 |
| | | |||||
* | | Updated images package and fpga-src to latest master | Ashish Chaudhari | 2016-04-18 | 2 | -2/+2 |
| | | | | | | | | | | - Added dual-10GigE (XG) images for X3xx - Multiple fixes for B2xx, B2xxmini, E3xx, X3xx, N230 | ||||
* | | Merge branch 'maint' | Martin Braun | 2016-04-08 | 2 | -1/+8 |
|\| | |||||
| * | cmake: Enable use of dot for Doxygen | Martin Braun | 2016-04-07 | 2 | -1/+8 |
| | | |||||
* | | Added option for writes to specify a SPI speed | Derek Kozel | 2016-04-08 | 3 | -8/+29 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2016-04-07 | 21 | -35/+32 |
|\| | | | | | | | | | Conflicts: host/lib/usrp/cores/gpio_core_200.cpp | ||||
| * | gpio core: Fixed a mismatch in the address assignment for RX and full duplex | Paul David | 2016-04-06 | 1 | -2/+2 |
| | | |||||
| * | Fixed spelling errors, mostly in documentation | Derek Kozel | 2016-04-06 | 19 | -30/+30 |
| | | |||||
| * | cmake: Removed setting of CPACK_SET_DESTDIR | Martin Braun | 2016-04-06 | 2 | -3/+0 |
| | | |||||
* | | examples: added options for specifying number of samples to transmit | Paul David | 2016-04-04 | 2 | -7/+32 |
| | | |||||
* | | E310: Radio reset fix | michael-west | 2016-03-29 | 3 | -3/+3 |
| | | | | | | | | | | | | - Updated images - E310: Bumped compat number to 16 for radio reset fix - Update fpga-src submodule pointer | ||||
* | | Merge branch 'maint' | Martin Braun | 2016-03-29 | 3 | -4/+3 |
|\| | |||||
| * | Updated URL for USRP image files | Derek Kozel | 2016-03-29 | 1 | -2/+1 |
| | | | | | | | | | | Previously there were separate maint and master images. Since 3.8.1 these have been combined at a new URL. | ||||
| * | Removed mention of OSX PPC support | Derek Kozel | 2016-03-29 | 1 | -1/+1 |
| | | | | | | | | | | | | OS X 10.5.8 is the last release to support PPC (current is 10.11.3) and the default compilers in that release do not meet UHD's minimum requirements. Also various dependency versions are not met. | ||||
| * | ubx: Changed member declaration to satisfy debug builds on Windows | Martin Braun | 2016-03-29 | 1 | -1/+1 |
| | | |||||
* | | devtest: Fixed case where B200 test could fail due to bad params | Martin Braun | 2016-03-25 | 2 | -3/+3 |
| | | |||||
* | | devtest: Backed out fast B2X0 rate tests so we can use the same test on USB2 | Martin Braun | 2016-03-25 | 1 | -24/+24 |
| | | |||||
* | | devtest: fixed check for specific product | Nicholas Corgan | 2016-03-25 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2016-03-25 | 3 | -4/+62 |
|\| | |||||
| * | query_gpsdo_sensors: fixed sleep time | Nicholas Corgan | 2016-03-25 | 1 | -2/+2 |
| | | |||||
| * | utils: Updated query_gpsdo_sensors | Marcus Müller | 2016-03-24 | 1 | -31/+90 |
| | | | | | | | | | | | | | | | | | | | | * Beautified the tool: * better help messages, argument description * removed device-specific warning about external clock source being unavailable * if instant LO lock cannot be achieved, wait a few seconds * try/catches don't swallow unrelated errors * copyright year * Since time is no longer auto-set on GPSDO, fix that | ||||
| * | cmake: Added installation of .reg file | Martin Braun | 2016-03-24 | 1 | -0/+14 |
| | | |||||
| * | Unroll the loops in the NEON float to/from integer converters. | Philip Balister | 2016-03-23 | 1 | -2/+46 |
| | | | | | | | | | | | | | | | | Unrolling the RX loop showed marked improvement with perf. The TX path was only slightly better. Checked signal correctness with shinysdr to verify received signal and tx_waveforms into a spectrum analyzer for TX. Signed-off-by: Philip Balister <philip@opensdr.com> | ||||
| * | Added missing stdint.h include | Nicholas Corgan | 2016-03-22 | 1 | -1/+2 |
| | | |||||
* | | images: Package builder script now can specify versioning | Martin Braun | 2016-03-22 | 3 | -7/+14 |
| | | |||||
* | | cmake: Allow to override patch-part of version string | Martin Braun | 2016-03-22 | 1 | -0/+4 |
| | | |||||
* | | 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 | 8 | -0/+45 |
| | | |||||
* | | usrp3: Added RX DSP support for heterodyne sampling | Ashish Chaudhari | 2016-03-21 | 5 | -17/+46 |
| | | | | | | | | | | | | | | | | | | - 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 | ||||
* | | usrp: Added fe_connection type and unit test | Ashish Chaudhari | 2016-03-21 | 6 | -0/+305 |
| | | | | | | | | | | - Wraps a sampling mode and IF frequency - Built-in parser to deduce swap,invert,mode bits from string connection | ||||
* | | experts: Print values of data nodes when debugging | Ashish Chaudhari | 2016-03-21 | 2 | -2/+32 |
| | | |||||
* | | experts: Added additional assignment operator to data writer | Ashish Chaudhari | 2016-03-21 | 1 | -1/+6 |
| | | |||||
* | | Updated code to work for new minimum dependencies | Nicholas Corgan | 2016-03-21 | 7 | -86/+10 |
| | | | | | | | | | | * Removed code referencing now-unsupported versions of Boost * Added <stdint.h> includes where needed | ||||
* | | tests: devtests now check for timeouts and the sample counts | Martin Braun | 2016-03-21 | 1 | -7/+30 |
| | | |||||
* | | examples: Add timeouts to benchmark_rate | Martin Braun | 2016-03-21 | 1 | -1/+10 |
| | |