Commit graph

24 commits

Author SHA1 Message Date
Martin Braun
ae5211d71d uhd: Update license headers
All copyright is now attributed to "Ettus Research, a National
Instruments company".

SPDX headers were also updated to latest version 3.0.
2018-02-19 16:54:52 -08:00
Martin Braun
4f948e2c8b Move all license headers to SPDX format. 2017-12-22 10:45:51 -08:00
Andrej Rode
c33928d2bb utils: add set_thread_name API call, move thread_priority to thread 2017-06-29 13:43:05 -07:00
Martin Braun
47cdd6319c uhd: Replaced many lexical_cast with appropriate C++11 equivalents 2017-06-29 13:40:07 -07:00
Paul David
7b268bdb82 examples: TX/RX loopback stopping condition was reversed
No data was getting stored.
2016-03-03 16:13:20 -08:00
DaulPavid
a9de87e33d examples: TX/RX loopback could run forever if the exact number of samples isn't received 2016-03-03 12:37:18 -08:00
Martin Braun
2e594ae877 Merge branch 'maint'
Conflicts:
	host/include/uhd/transport/vrt_if_packet.hpp
2015-03-11 17:05:10 -07:00
Martin Braun
cc7d37f114 uhd: Fixed several type-cast related warnings for naggy compilers 2015-03-11 16:58:23 -07:00
Martin Braun
8086c2e32c Merge branch 'maint'
Conflicts:
	host/examples/rx_samples_to_file.cpp
2015-02-12 11:04:29 +01:00
Rajib Bhattacharjea
4dc4c3cd70 examples: Show set_rx_bandwidth units properly in MHz in all examples
Conflicts:
	host/examples/rx_samples_to_file.cpp
2015-02-09 13:36:02 +01:00
Martin Braun
d9e7a42d51 Merge branch 'maint' 2015-01-08 15:19:20 +01:00
Martin Braun
1cc94c31ab examples: Fixed multi-channel gain and freq setup for txrx_loopback_to_file 2015-01-08 15:10:07 +01:00
Martin Braun
84e1e3c9ce Merge branch 'maint'
Conflicts:
	host/examples/rx_samples_to_file.cpp
2014-12-15 11:27:02 +01:00
Marcus Müller
125820ea68 host/examples: rm'ed refs to d'boards, IF freq.
To reflect a reality where some USRPs don't have daughterboards,
and set_xx_bandwidth doesn't necessarily set an /IF/ bandwidth.
2014-12-12 11:37:53 +01:00
Martin Braun
360c0e5c77 examples: Fixed multi-channel ops 2014-11-13 01:17:14 +01:00
Martin Braun
ecd3d91b55 examples: Fixed multi-channel ops 2014-11-12 08:54:19 +01:00
Martin Braun
10ff484ccb examples: Whitespace and other cleanup 2014-10-28 19:42:22 +01:00
Martin Braun
853901782f uhd: Added nicer error reporting to rx examples 2014-04-10 21:26:39 +02:00
Ben Hilburn
ff1546f813 Pushing the bulk of UHD-3.7.0 code. 2014-02-14 12:05:07 -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
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
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
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
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