Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2016-03-21 | 3 | -6/+35 |
|\| | |||||
| * | Final preparations for 3.9.3 release | Martin Braun | 2016-03-21 | 3 | -4/+21 |
| | | | | | | | | | | - Updated changelog (Debian + internal) - Updated images package for final release | ||||
| * | debian: updated changelog converter for sensible defaults | Martin Braun | 2016-03-21 | 1 | -4/+16 |
| | | |||||
| * | examples: Re-enabled better thread interruption in benchmark_rate | Martin Braun | 2016-03-17 | 1 | -32/+126 |
| | | | | | | | | | | | | | | The previous version (using atomic variables) was fine, but didn't work with all the Boost versions we currently support on the 3.9.X release line. This is a slightly less safe, but still sufficient example. | ||||
| * | Revert "examples: Modified benchmark_rate so thread interrupts cannot cause ↵ | Martin Braun | 2016-03-16 | 1 | -120/+32 |
| | | | | | | | | | | | | problems" This reverts commit 8930d853f3ee2ac91fc7fd6b41046ca972da3c3f. | ||||
| * | transport: Also send flow control ACKs on sequence errors | Martin Braun | 2016-03-16 | 1 | -0/+6 |
| | | |||||
| * | examples: Modified benchmark_rate so thread interrupts cannot cause problems | Martin Braun | 2016-03-14 | 1 | -32/+120 |
| | | |||||
| * | Updated branch for upcoming 3.9.3 release | Martin Braun | 2016-03-14 | 3 | -3/+15 |
| | | | | | | | | | | | | - Updated changelog - Updated images package - Updated version string | ||||
* | | examples: Re-enabled better thread interruption in benchmark_rate | Martin Braun | 2016-03-21 | 1 | -32/+126 |
| | | | | | | | | | | | | | | The previous version (using atomic variables) was fine, but didn't work with all the Boost versions we currently support on the 3.9.X release line. This is a slightly less safe, but still sufficient example. | ||||
* | | Bumping minimum version requirements for our dependencies. | Martin Braun | 2016-03-21 | 2 | -12/+12 |
| | | | | | | | | | | | | | | | | | | New minimum versions: - Boost: 1.53 - gcc: 4.8 - Clang: 3.3 - Python: 2.7 - CMake: 2.8 | ||||
* | | Revert "examples: Modified benchmark_rate so thread interrupts cannot cause ↵ | Martin Braun | 2016-03-21 | 1 | -120/+32 |
| | | | | | | | | | | | | problems" This reverts commit 8930d853f3ee2ac91fc7fd6b41046ca972da3c3f. | ||||
* | | transport: Also send flow control ACKs on sequence errors | Martin Braun | 2016-03-21 | 1 | -0/+6 |
| | | |||||
* | | examples: Modified benchmark_rate so thread interrupts cannot cause problems | Martin Braun | 2016-03-21 | 1 | -32/+120 |
| | | |||||
* | | Updated branch for upcoming 3.9.3 release | Martin Braun | 2016-03-21 | 1 | -0/+12 |
| | | | | | | | | | | | | - Updated changelog - Updated images package - Updated version string | ||||
* | | log: remove MSVC 2010 Boost bug workaround | Nicholas Corgan | 2016-03-11 | 1 | -13/+1 |
| | |