Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixing help text for --ref argument in some examples. Reported by Marcus | Ben Hilburn | 2014-06-30 | 4 | -4/+4 |
| | | | | Mueller. | ||||
* | Lots of bit-specific type work to fix compilation on older OSes. | Ben Hilburn | 2014-05-21 | 1 | -15/+16 |
| | |||||
* | uhd: Added nicer error reporting to rx examples | Martin Braun | 2014-04-10 | 7 | -21/+18 |
| | |||||
* | Improvements to test_dboard_coercion utility | Nicholas Corgan | 2014-03-31 | 1 | -333/+202 |
| | | | | | | | | * Code cleanliness work, removed significant amount of duplicate code * Improved output for clarity * Added B2x0 support * Added channel selection * Added options to select frequency and gain deltas | ||||
* | Pushing the bulk of UHD-3.7.0 code. | Ben Hilburn | 2014-02-14 | 7 | -8/+8 |
| | |||||
* | Merging USRP X300 and X310 support!! | Ben Hilburn | 2014-02-04 | 7 | -12/+427 |
| | |||||
* | Merge branch 'uhd/adf435x-work' | Nicholas Corgan | 2014-01-24 | 8 | -16/+46 |
|\ | |||||
| * | 120 MHz daughterboard support, Integer-N tuning, ADF435x code consolidation | Nicholas Corgan | 2014-01-24 | 8 | -16/+46 |
| | | | | | | | | | | | | | | * Added support for new CBX-120, SBX-120, and WBX-120 daughterboards * Added implementation of Integer-N tuning for all CBX, SBX, and WBX daughterboards * Added --int-n option to examples to show how to use Integer-N tuning API * Removed duplicate ADF4350/ADF4351 code and moved it to common/adf435x_common.cpp | ||||
* | | Added timed control commands to test_timed_commands example. Added radio ↵ | Michael West | 2014-01-15 | 1 | -6/+35 |
| | | | | | | | | core as subscriber to tick rate change for B200. | ||||
* | | BUG 298: B200: timed receive does not work on B210 | Michael West | 2014-01-09 | 1 | -4/+5 |
|/ | | | | | BUG 299: UHD: test_timed_commands divides difference by 100 Changed stream_now to false, added assignment of time_spec to command, and fixed typo. | ||||
* | network_relay: added #include necessary for older versions of Boost on Windows | Nicholas Corgan | 2013-12-05 | 1 | -1/+2 |
| | |||||
* | Squashed merge of Coverity fixes. | Ben Hilburn | 2013-11-27 | 3 | -21/+19 |
| | |||||
* | uhd: help strings for 'stats' and 'progress' were reversed | Balint Seeber | 2013-11-06 | 1 | -2/+2 |
| | |||||
* | Merge branch 'maint' | Josh Blum | 2013-08-28 | 1 | -1/+1 |
|\ | |||||
| * | test_timed_commands: explicitly set RX stream time to be less than recv timeout | Nicholas Corgan | 2013-08-28 | 1 | -1/+1 |
| | | |||||
* | | examples: changed examples that force usage of all channels to allow user to ↵ | Nicholas Corgan | 2013-08-26 | 5 | -41/+127 |
| | | | | | | | | input which channels to use | ||||
* | | uhd: benchmark use builtin samp calculation | Josh Blum | 2013-08-20 | 1 | -3/+1 |
| | | |||||
* | | uhd: added time source option to PPS test | Josh Blum | 2013-08-13 | 1 | -0/+8 |
| | | |||||
* | | uhd: improvements to rx samples to file | Balint Seeber | 2013-07-24 | 1 | -43/+164 |
| | | |||||
* | | uhd: dont handle multi-chan overflow recovery here | Josh Blum | 2013-07-19 | 1 | -8/+3 |
| | | |||||
* | | uhd: added new calls to streamer object + support work | Josh Blum | 2013-07-15 | 13 | -73/+80 |
| | | | | | | | | | | | | | | * The transmit streamer gives access to the async msg queue. * The receive streamer gives access to the issue stream cmd. * Supporting usrp implementation files updated. * Example applications updated to use this API. | ||||
* | | Merge branch 'maint' | Josh Blum | 2013-06-21 | 1 | -2/+2 |
|\| | |||||
| * | uhd: explicitly link the apps w/ boost | Josh Blum | 2013-06-21 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'maint' | Nicholas Corgan | 2013-05-10 | 1 | -3/+3 |
|\| | | | | | | | | | Conflicts: host/tests/CMakeLists.txt | ||||
| * | Added CMake variables to customize builds to match Debian package configurations | Nicholas Corgan | 2013-05-10 | 1 | -3/+3 |
| | | | | | | | | | | | | * -DLIBUHD_PKG=ON installs with libuhd003 configuration * -DLIBUHDDEV_PKG=ON installs with libuhd-dev configuration * -DUHDHOST_PKG=ON installs with uhd-host configuration | ||||
* | | Merge branch 'maint' | Nicholas Corgan | 2012-11-19 | 1 | -2/+2 |
|\| | |||||
| * | Merge branch 'maint34' into maint | Nicholas Corgan | 2012-11-16 | 1 | -2/+2 |
| |\ | | | | | | | | | | | | | | | | Conflicts: host/lib/usrp/b100/b100_impl.cpp host/lib/usrp/usrp1/usrp1_impl.hpp | ||||
| | * | examples: fix rx_samples_to_udp bytes vs samples | Josh Blum | 2012-11-14 | 1 | -2/+2 |
| | | | |||||
* | | | examples & utils: return EXIT_FAILURE and EXIT_SUCCESS respectively | Moritz Fischer | 2012-10-26 | 18 | -22/+25 |
|/ / | | | | | | | instead of 0 and 1. | ||||
* | | examples: transport_hammer cleanup | Nicholas Corgan | 2012-10-16 | 1 | -2/+0 |
| | | |||||
* | | examples: fixed transport_hammer bugs | Nicholas Corgan | 2012-10-16 | 1 | -247/+185 |
| | | |||||
* | | examples: tx_samples_from_file can now repeatedly transmit file with ↵ | Nicholas Corgan | 2012-10-10 | 1 | -7/+27 |
| | | | | | | | | optional delays between transmissions | ||||
* | | uhd: added wire format option for tx samples example | Josh Blum | 2012-06-18 | 1 | -5/+7 |
| | | |||||
* | | examples: test_dboard_coercion fix | Nicholas Corgan | 2012-06-12 | 1 | -75/+48 |
| | | |||||
* | | Merge branch 'maint' | Josh Blum | 2012-05-30 | 1 | -9/+5 |
|\| | |||||
| * | examples: fix tx bursts so we only set EOB at the end | Josh Blum | 2012-05-30 | 1 | -9/+5 |
| | | |||||
* | | Created example for simultaneous transmit and receive to file | Jason Abele | 2012-05-14 | 2 | -0/+448 |
| | | | | | | | | Updates to allow rx to wait until tx settles | ||||
* | | Examples - Test Daughterboard Coercion: moves across the frequency and gain ↵ | Nicholas Corgan | 2012-05-10 | 2 | -0/+605 |
| | | | | | | | | ranges of a daughterboard and tests whether or not it can tune/lock at all advertised frequencies and gains | ||||
* | | Merge branch 'master' into next | Josh Blum | 2012-04-21 | 1 | -16/+41 |
|\ \ | |||||
| * | | examples: added multi-channel and host format options to benchmark | Josh Blum | 2012-04-13 | 1 | -16/+41 |
| | | | |||||
* | | | Merge branch 'master' into next | Josh Blum | 2012-04-10 | 1 | -269/+261 |
|\| | | |||||
| * | | uhd: updated transport hammer | Nicholas Corgan | 2012-04-10 | 1 | -269/+261 |
| | | | |||||
* | | | Merge branch 'master' into next | Josh Blum | 2012-04-03 | 3 | -4/+353 |
|\| | | | | | | | | | | | | | | Conflicts: host/examples/CMakeLists.txt | ||||
| * | | Merge branch 'maint' | Josh Blum | 2012-04-03 | 1 | -3/+3 |
| |\| | |||||
| | * | examples: fix bsd compilation for network relay example | Josh Blum | 2012-04-01 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | Fixes compilation on platforms that dont have one of the OS defines by providing #else case for rx_dsp_buff_size constant. This also makes OSX the special case and assumes other OS can handle the large RX socket buffer size. | ||||
| * | | uhd: windows fixes and formatting for hammer example | Josh Blum | 2012-03-30 | 1 | -293/+293 |
| | | | |||||
| * | | examples: Transport Hammer - a stress test that calls for random or ↵ | Nicholas Corgan | 2012-03-27 | 2 | -0/+349 |
| |/ | | | | | | | user-specified amounts of TX or RX samples with little to no delay between calls | ||||
* | | uhd: added setup sleep to tx waveforms | Josh Blum | 2012-03-23 | 1 | -1/+4 |
| | | |||||
* | | fifo ctrl: use regular iface for U2_REG_MISC_CTRL_CLOCK | Josh Blum | 2012-03-23 | 1 | -0/+129 |
| | | |||||
* | | spi: work on fw support for simple spi core | Josh Blum | 2012-03-23 | 1 | -0/+1 |
|/ |