| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | 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 |
|\| |
|
| * | 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 | 1 | -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 | 2 | -3/+3 |
* | | Merge branch 'maint' | Martin Braun | 2016-03-29 | 2 | -3/+2 |
|\| |
|
| * | Updated URL for USRP image files | Derek Kozel | 2016-03-29 | 1 | -2/+1 |
| * | 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 |
| * | 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 |
| * | Added missing stdint.h include | Nicholas Corgan | 2016-03-22 | 1 | -1/+2 |
* | | 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 |
* | | usrp: Added fe_connection type and unit test | Ashish Chaudhari | 2016-03-21 | 6 | -0/+305 |
* | | 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 |
* | | 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 | 1 | -0/+16 |
|\| |
|
| * | Final preparations for 3.9.3 release | Martin Braun | 2016-03-21 | 2 | -2/+18 |
| * | examples: Re-enabled better thread interruption in benchmark_rate | Martin Braun | 2016-03-17 | 1 | -32/+126 |
| * | Revert "examples: Modified benchmark_rate so thread interrupts cannot cause p... | Martin Braun | 2016-03-16 | 1 | -120/+32 |
| * | 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 | 2 | -3/+3 |
* | | examples: Re-enabled better thread interruption in benchmark_rate | Martin Braun | 2016-03-21 | 1 | -32/+126 |
* | | Bumping minimum version requirements for our dependencies. | Martin Braun | 2016-03-21 | 2 | -12/+12 |
* | | Revert "examples: Modified benchmark_rate so thread interrupts cannot cause p... | Martin Braun | 2016-03-21 | 1 | -120/+32 |
* | | 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 |
* | | log: remove MSVC 2010 Boost bug workaround | Nicholas Corgan | 2016-03-11 | 1 | -13/+1 |
* | | Merge branch 'maint' | Martin Braun | 2016-03-11 | 8 | -8/+13 |
|\| |
|
| * | Added <cstddef> includes to support more platforms | Martin Braun | 2016-03-08 | 2 | -0/+2 |
| * | Fixed minor warnings: | Nicholas Corgan | 2016-03-04 | 3 | -5/+5 |
| * | examples: TX/RX loopback stopping condition was reversed | Paul David | 2016-03-03 | 1 | -1/+1 |
| * | examples: TX/RX loopback could run forever if the exact number of samples isn... | DaulPavid | 2016-03-03 | 1 | -1/+1 |
| * | x300: Added power cycle message to uhd_image_loader | Martin Braun | 2016-03-03 | 1 | -0/+2 |
| * | e300: Fixed a memory leak in udev code | Marcus Müller | 2016-03-03 | 1 | -2/+3 |