Ben Hilburn
df4cf6d6ec
Fixing help text for --ref argument in some examples. Reported by Marcus
...
Mueller.
2014-06-30 16:00:06 -07:00
Ben Hilburn
f2fbcfa30e
Lots of bit-specific type work to fix compilation on older OSes.
2014-05-21 11:56:07 -07:00
Martin Braun
853901782f
uhd: Added nicer error reporting to rx examples
2014-04-10 21:26:39 +02:00
Nicholas Corgan
7f3a9249cc
Improvements to test_dboard_coercion utility
...
* 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
2014-03-31 11:07:29 -07:00
Ben Hilburn
ff1546f813
Pushing the bulk of UHD-3.7.0 code.
2014-02-14 12:05:07 -08:00
Ben Hilburn
178ac3f1c9
Merging USRP X300 and X310 support!!
2014-02-04 11:04:07 -08:00
Nicholas Corgan
6a3b077828
Merge branch 'uhd/adf435x-work'
2014-01-24 07:22:01 -08:00
Nicholas Corgan
6cdc9cdd5b
120 MHz daughterboard support, Integer-N tuning, ADF435x code consolidation
...
* 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
2014-01-24 07:17:42 -08:00
Michael West
dd8e499979
Added timed control commands to test_timed_commands example. Added radio core as subscriber to tick rate change for B200.
2014-01-15 15:09:58 -08:00
Michael West
61c5ddbe9c
BUG 298: B200: timed receive does not work on B210
...
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.
2014-01-09 17:02:32 -08:00
Nicholas Corgan
8f0f045cda
network_relay: added #include necessary for older versions of Boost on Windows
2013-12-05 08:46:22 -08:00
Ben Hilburn
9e47ad607b
Squashed merge of Coverity fixes.
2013-11-27 12:11:23 -08:00
Balint Seeber
7641b42a89
uhd: help strings for 'stats' and 'progress' were reversed
2013-11-06 15:15:40 -08:00
Josh Blum
8814558fca
Merge branch 'maint'
2013-08-28 17:34:08 -07:00
Nicholas Corgan
429462742e
test_timed_commands: explicitly set RX stream time to be less than recv timeout
2013-08-28 16:02:41 -07:00
Nicholas Corgan
96e50aebb7
examples: changed examples that force usage of all channels to allow user to input which channels to use
2013-08-26 16:04:18 -07:00
Josh Blum
6de009cc79
uhd: benchmark use builtin samp calculation
2013-08-20 19:19:49 -07:00
Josh Blum
504c2e1f7e
uhd: added time source option to PPS test
2013-08-13 11:39:36 -07:00
Balint Seeber
690637f786
uhd: improvements to rx samples to file
2013-07-24 17:45:24 -07:00
Josh Blum
eb3f43c548
uhd: dont handle multi-chan overflow recovery here
2013-07-19 12:43:22 -07:00
Josh Blum
c464a63e87
uhd: added new calls to streamer object + support work
...
* 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.
2013-07-15 15:44:42 -07:00
Josh Blum
8f4000ff68
Merge branch 'maint'
2013-06-21 12:51:03 -07:00
Josh Blum
80045259b5
uhd: explicitly link the apps w/ boost
2013-06-21 12:50:39 -07:00
Nicholas Corgan
6524f46bc5
Merge branch 'maint'
...
Conflicts:
host/tests/CMakeLists.txt
2013-05-10 15:07:03 -07:00
Nicholas Corgan
4b72513a89
Added CMake variables to customize builds to match Debian package configurations
...
* -DLIBUHD_PKG=ON installs with libuhd003 configuration
* -DLIBUHDDEV_PKG=ON installs with libuhd-dev configuration
* -DUHDHOST_PKG=ON installs with uhd-host configuration
2013-05-10 15:04:00 -07:00
Nicholas Corgan
1bf3103216
Merge branch 'maint'
2012-11-19 12:23:44 -08:00
Nicholas Corgan
eaadc6e89a
Merge branch 'maint34' into maint
...
Conflicts:
host/lib/usrp/b100/b100_impl.cpp
host/lib/usrp/usrp1/usrp1_impl.hpp
2012-11-16 16:04:26 -08:00
Josh Blum
80933a5602
examples: fix rx_samples_to_udp bytes vs samples
2012-11-14 11:15:22 -08:00
Moritz Fischer
171e46cebe
examples & utils: return EXIT_FAILURE and EXIT_SUCCESS respectively
...
instead of 0 and 1.
2012-10-26 14:00:29 -07:00
Nicholas Corgan
82a2597a1e
examples: transport_hammer cleanup
2012-10-16 13:06:42 -07:00
Nicholas Corgan
3c1acae81a
examples: fixed transport_hammer bugs
2012-10-16 13:06:42 -07:00
Nicholas Corgan
d9829759d4
examples: tx_samples_from_file can now repeatedly transmit file with optional delays between transmissions
2012-10-10 13:29:43 -07:00
Josh Blum
d9157133fb
uhd: added wire format option for tx samples example
2012-06-18 10:07:59 -07:00
Nicholas Corgan
a80b715583
examples: test_dboard_coercion fix
2012-06-12 10:03:24 -07:00
Josh Blum
b61a11031f
Merge branch 'maint'
2012-05-30 12:59:18 -07:00
Josh Blum
7bcaacdbc7
examples: fix tx bursts so we only set EOB at the end
2012-05-30 12:51:26 -07:00
Jason Abele
2d5d41f213
Created example for simultaneous transmit and receive to file
...
Updates to allow rx to wait until tx settles
2012-05-14 11:51:11 -07:00
Nicholas Corgan
926ee6316d
Examples - Test Daughterboard Coercion: moves across the frequency and gain ranges of a daughterboard and tests whether or not it can tune/lock at all advertised frequencies and gains
2012-05-10 12:49:42 -07:00
Josh Blum
4378ad4584
Merge branch 'master' into next
2012-04-21 11:09:58 -07:00
Josh Blum
749633397f
examples: added multi-channel and host format options to benchmark
2012-04-13 11:51:33 -07:00
Josh Blum
12ea88585e
Merge branch 'master' into next
2012-04-10 14:29:28 -07:00
Nicholas Corgan
cc42170942
uhd: updated transport hammer
2012-04-10 12:24:23 -07:00
Josh Blum
a1d8b94647
Merge branch 'master' into next
...
Conflicts:
host/examples/CMakeLists.txt
2012-04-03 15:53:18 -07:00
Josh Blum
51c81a39cc
Merge branch 'maint'
2012-04-03 14:41:22 -07:00
Josh Blum
2cd4406994
examples: fix bsd compilation for network relay example
...
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.
2012-04-01 22:12:47 -07:00
Josh Blum
8630807c4a
uhd: windows fixes and formatting for hammer example
2012-03-30 08:55:48 -07:00
Nicholas Corgan
298d0ae5db
examples: Transport Hammer - a stress test that calls for random or user-specified amounts of TX or RX samples with little to no delay between calls
2012-03-27 15:05:12 -07:00
Josh Blum
d7a3534611
uhd: added setup sleep to tx waveforms
2012-03-23 14:36:56 -07:00
Josh Blum
ea659bd81e
fifo ctrl: use regular iface for U2_REG_MISC_CTRL_CLOCK
2012-03-23 14:36:56 -07:00
Josh Blum
08e2432cde
spi: work on fw support for simple spi core
2012-03-23 14:36:56 -07:00