aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'maint'Martin Braun2016-04-0721-35/+32
|\ | | | | | | | | Conflicts: host/lib/usrp/cores/gpio_core_200.cpp
| * gpio core: Fixed a mismatch in the address assignment for RX and full duplexPaul David2016-04-061-2/+2
| |
| * Fixed spelling errors, mostly in documentationDerek Kozel2016-04-0619-30/+30
| |
| * cmake: Removed setting of CPACK_SET_DESTDIRMartin Braun2016-04-062-3/+0
| |
* | examples: added options for specifying number of samples to transmitPaul David2016-04-042-7/+32
| |
* | E310: Radio reset fixmichael-west2016-03-293-3/+3
| | | | | | | | | | | | - Updated images - E310: Bumped compat number to 16 for radio reset fix - Update fpga-src submodule pointer
* | Merge branch 'maint'Martin Braun2016-03-293-4/+3
|\|
| * Updated URL for USRP image filesDerek Kozel2016-03-291-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 supportDerek Kozel2016-03-291-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 WindowsMartin Braun2016-03-291-1/+1
| |
* | devtest: Fixed case where B200 test could fail due to bad paramsMartin Braun2016-03-252-3/+3
| |
* | devtest: Backed out fast B2X0 rate tests so we can use the same test on USB2Martin Braun2016-03-251-24/+24
| |
* | devtest: fixed check for specific productNicholas Corgan2016-03-251-1/+1
| |
* | Merge branch 'maint'Martin Braun2016-03-253-4/+62
|\|
| * query_gpsdo_sensors: fixed sleep timeNicholas Corgan2016-03-251-2/+2
| |
| * utils: Updated query_gpsdo_sensorsMarcus Müller2016-03-241-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 fileMartin Braun2016-03-241-0/+14
| |
| * Unroll the loops in the NEON float to/from integer converters.Philip Balister2016-03-231-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 includeNicholas Corgan2016-03-221-1/+2
| |
* | images: Package builder script now can specify versioningMartin Braun2016-03-223-7/+14
| |
* | cmake: Allow to override patch-part of version stringMartin Braun2016-03-221-0/+4
| |
* | x300: DSP updates to support heterodyne dboardsAshish Chaudhari2016-03-212-2/+7
| |
* | dboard_iface: Added method to configure front connection and settingsAshish Chaudhari2016-03-218-0/+45
| |
* | usrp3: Added RX DSP support for heterodyne samplingAshish Chaudhari2016-03-215-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 testAshish Chaudhari2016-03-216-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 debuggingAshish Chaudhari2016-03-212-2/+32
| |
* | experts: Added additional assignment operator to data writerAshish Chaudhari2016-03-211-1/+6
| |
* | Updated code to work for new minimum dependenciesNicholas Corgan2016-03-217-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 countsMartin Braun2016-03-211-7/+30
| |
* | examples: Add timeouts to benchmark_rateMartin Braun2016-03-211-1/+10
| |
* | Merge branch 'maint'Martin Braun2016-03-213-6/+35
|\|
| * Final preparations for 3.9.3 releaseMartin Braun2016-03-213-4/+21
| | | | | | | | | | - Updated changelog (Debian + internal) - Updated images package for final release
| * debian: updated changelog converter for sensible defaultsMartin Braun2016-03-211-4/+16
| |
| * examples: Re-enabled better thread interruption in benchmark_rateMartin Braun2016-03-171-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 Braun2016-03-161-120/+32
| | | | | | | | | | | | problems" This reverts commit 8930d853f3ee2ac91fc7fd6b41046ca972da3c3f.
| * transport: Also send flow control ACKs on sequence errorsMartin Braun2016-03-161-0/+6
| |
| * examples: Modified benchmark_rate so thread interrupts cannot cause problemsMartin Braun2016-03-141-32/+120
| |
| * Updated branch for upcoming 3.9.3 releaseMartin Braun2016-03-143-3/+15
| | | | | | | | | | | | - Updated changelog - Updated images package - Updated version string
* | examples: Re-enabled better thread interruption in benchmark_rateMartin Braun2016-03-211-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 Braun2016-03-212-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 Braun2016-03-211-120/+32
| | | | | | | | | | | | problems" This reverts commit 8930d853f3ee2ac91fc7fd6b41046ca972da3c3f.
* | transport: Also send flow control ACKs on sequence errorsMartin Braun2016-03-211-0/+6
| |
* | examples: Modified benchmark_rate so thread interrupts cannot cause problemsMartin Braun2016-03-211-32/+120
| |
* | Updated branch for upcoming 3.9.3 releaseMartin Braun2016-03-211-0/+12
| | | | | | | | | | | | - Updated changelog - Updated images package - Updated version string
* | log: remove MSVC 2010 Boost bug workaroundNicholas Corgan2016-03-111-13/+1
| |
* | Merge branch 'maint'Martin Braun2016-03-118-8/+13
|\|
| * Added <cstddef> includes to support more platformsMartin Braun2016-03-082-0/+2
| |
| * Fixed minor warnings:Nicholas Corgan2016-03-043-5/+5
| | | | | | | | | | | | * nirio_driver_iface_win: labeled unused variable for MinGW builds * b200_impl: fixed unreferenced variable warning * n200_image_loader: fixed signed vs. unsigned comparison
| * examples: TX/RX loopback stopping condition was reversedPaul David2016-03-031-1/+1
| | | | | | No data was getting stored.
| * examples: TX/RX loopback could run forever if the exact number of samples ↵DaulPavid2016-03-031-1/+1
| | | | | | | | isn't received