Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhd: Remove deprecated objects and methods | Martin Braun | 2019-11-26 | 1 | -1/+0 |
| | | | | | | | | | This removes the following symbols: - otw_type_t - clock_config_t - Any functions that use those symbols - Non-standard args from examples (e.g., --total-time is deprecated in favour of --duration) | ||||
* | Examples: wrap up ref setting with option check | natetemple | 2019-11-24 | 1 | -1/+3 |
| | |||||
* | examples: remove thread priority elevation | Ciro Nishiguchi | 2019-10-22 | 1 | -2/+0 |
| | | | | | | | Remove UHD call to elevate thread priority to realtime. Setting all threads to the same realtime priority can cause the threads to not share access to the network interface fairly, which adversely affects operation of the worker threads in UHD. | ||||
* | uhd: mpm: apply clang-format to all files | Brent Stapleton | 2019-01-16 | 1 | -152/+173 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Applying formatting changes to all .cpp and .hpp files in the following directories: ``` find host/examples/ -iname *.hpp -o -iname *.cpp | \ xargs clang-format -i -style=file find host/tests/ -iname *.hpp -o -iname *.cpp | \ xargs clang-format -i -style=file find host/lib/usrp/dboard/neon/ -iname *.hpp -o -iname *.cpp | \ xargs clang-format -i -style=file find host/lib/usrp/dboard/magnesium/ -iname *.hpp -o -iname *.cpp | \ xargs clang-format -i -style=file find host/lib/usrp/device3/ -iname *.hpp -o -iname *.cpp | \ xargs clang-format -i -style=file find host/lib/usrp/mpmd/ -iname *.hpp -o -iname *.cpp | \ xargs clang-format -i -style=file find host/lib/usrp/x300/ -iname *.hpp -o -iname *.cpp | \ xargs clang-format -i -style=file find host/utils/ -iname *.hpp -o -iname *.cpp | \ xargs clang-format -i -style=file find mpm/ -iname *.hpp -o -iname *.cpp | \ xargs clang-format -i -style=file ``` Also formatted host/include/, except Cpp03 was used as a the language standard instead of Cpp11. ``` sed -i 's/ Cpp11/ Cpp03/g' .clang-format find host/include/ -iname *.hpp -o -iname *.cpp | \ xargs clang-format -i -style=file ``` Formatting style was designated by the .clang-format file. | ||||
* | examples: utils: skip formatting program options | Brent Stapleton | 2019-01-16 | 1 | -0/+2 |
| | | | | | | Turning off clang formatting around the program option declarations. clang-format makes them looks bad an unreadable because it thinks the options are function calls or something. | ||||
* | Examples: Add LO Offset to rx_samples_to_file | natetemple | 2019-01-10 | 1 | -2/+6 |
| | |||||
* | Examples: Fix channel argument for rx_samples_to_file | Michael West | 2018-08-29 | 1 | -18/+18 |
| | |||||
* | examples: De-boostify rx_samples_to_file | Martin Braun | 2018-04-18 | 1 | -47/+93 |
| | | | | | Removes boost::bind and all Boost time types from this example. Re-enables compatibility with Boost 1.67. | ||||
* | examples: Fix some minor compiler warnings | Martin Braun | 2018-02-19 | 1 | -3/+7 |
| | | | | All warnings reported by MSVC. Mostly related to narrowing conversions. | ||||
* | uhd: Update license headers | Martin Braun | 2018-02-19 | 1 | -1/+2 |
| | | | | | | | All copyright is now attributed to "Ettus Research, a National Instruments company". SPDX headers were also updated to latest version 3.0. | ||||
* | Move all license headers to SPDX format. | Martin Braun | 2017-12-22 | 1 | -12/+1 |
| | |||||
* | utils: add set_thread_name API call, move thread_priority to thread | Andrej Rode | 2017-06-29 | 1 | -1/+1 |
| | |||||
* | examples: Added channel param for samps to/from file example | Ashish Chaudhari | 2017-05-24 | 1 | -2/+7 |
| | | | | - Also, fixed an issue with the --repeat option in tx_samples_from_file | ||||
* | examples: Added real streaming modes | Martin Braun | 2017-05-15 | 1 | -5/+12 |
| | |||||
* | Merge branch 'maint' | Martin Braun | 2015-03-27 | 1 | -1/+1 |
|\ | |||||
| * | Warning fixes | Nicholas Corgan | 2015-03-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | * CMake now not applying C++ flags to C files * GCC 4.4: anti-aliasing rules * MSVC: narrowing, differences in subclass function parameters * Clang: uninitialized variables | ||||
* | | Merge branch 'maint' | Martin Braun | 2015-02-12 | 1 | -2/+2 |
|\| | | | | | | | | | Conflicts: host/examples/rx_samples_to_file.cpp | ||||
| * | examples: Show set_rx_bandwidth units properly in MHz in all examples | Rajib Bhattacharjea | 2015-02-09 | 1 | -2/+2 |
| | | | | | | | | | | Conflicts: host/examples/rx_samples_to_file.cpp | ||||
* | | Merge branch 'maint' | Martin Braun | 2014-12-15 | 1 | -3/+3 |
|\| | | | | | | | | | Conflicts: host/examples/rx_samples_to_file.cpp | ||||
| * | host/examples: rm'ed refs to d'boards, IF freq. | Marcus Müller | 2014-12-12 | 1 | -4/+4 |
| | | | | | | | | | | To reflect a reality where some USRPs don't have daughterboards, and set_xx_bandwidth doesn't necessarily set an /IF/ bandwidth. | ||||
* | | examples: Whitespace and other cleanup | Martin Braun | 2014-10-28 | 1 | -97/+101 |
|/ | |||||
* | changed parameter --time to --duration | Julian Arnold | 2014-10-20 | 1 | -19/+15 |
| | |||||
* | uhd: Added a stop stream cmd to the rx example | Martin Braun | 2014-08-25 | 1 | -0/+3 |
| | |||||
* | Fixing help text for --ref argument in some examples. Reported by Marcus | Ben Hilburn | 2014-06-30 | 1 | -1/+1 |
| | | | | Mueller. | ||||
* | uhd: Added nicer error reporting to rx examples | Martin Braun | 2014-04-10 | 1 | -11/+8 |
| | |||||
* | Pushing the bulk of UHD-3.7.0 code. | Ben Hilburn | 2014-02-14 | 1 | -1/+1 |
| | |||||
* | 120 MHz daughterboard support, Integer-N tuning, ADF435x code consolidation | Nicholas Corgan | 2014-01-24 | 1 | -2/+6 |
| | | | | | | | * 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 | ||||
* | uhd: help strings for 'stats' and 'progress' were reversed | Balint Seeber | 2013-11-06 | 1 | -2/+2 |
| | |||||
* | uhd: improvements to rx samples to file | Balint Seeber | 2013-07-24 | 1 | -43/+164 |
| | |||||
* | uhd: added new calls to streamer object + support work | Josh Blum | 2013-07-15 | 1 | -1/+1 |
| | | | | | | | * 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. | ||||
* | examples & utils: return EXIT_FAILURE and EXIT_SUCCESS respectively | Moritz Fischer | 2012-10-26 | 1 | -1/+1 |
| | | | | instead of 0 and 1. | ||||
* | uhd: added wireformat to samples to file | Josh Blum | 2011-12-09 | 1 | -5/+7 |
| | |||||
* | rx_samples_to_file is not streaming the correct nsamps | Jason Abele | 2011-11-28 | 1 | -15/+24 |
| | | | | | "innovations" in rx_streamer cause it to clear stream commands move stream command to be issued after rx_streamer is created | ||||
* | uhd: updated ref sensor checks for new option names | Josh Blum | 2011-11-10 | 1 | -2/+2 |
| | |||||
* | uhd: modify examples to use new time/clock source API | Josh Blum | 2011-11-07 | 1 | -13/+2 |
| | |||||
* | uhd: renamed some of the stream types and functions | Josh Blum | 2011-11-03 | 1 | -2/+2 |
| | |||||
* | uhd: updated examples to use new streamer interface | Josh Blum | 2011-11-03 | 1 | -8/+9 |
| | |||||
* | uhd: help messages for user on rx samples to file | Josh Blum | 2011-10-08 | 1 | -1/+15 |
| | |||||
* | Updates to example apps | Jason Abele | 2011-09-21 | 1 | -1/+37 |
| | | | | | | Add --ref option to specify mboard clock reference source Add check for lock to mboard clock reference (where applicable) Add check of daughterboard LO lock detect (where applicable) | ||||
* | uhd: added continuous streaming and new options to tx_waveforms | Josh Blum | 2011-03-11 | 1 | -4/+4 |
| | |||||
* | uhd: a lot of tweaking, new parameters, and sig handler for to/from file ↵ | Josh Blum | 2011-03-11 | 1 | -17/+55 |
| | | | | examples | ||||
* | uhd: created tx_samples_from_file.cpp and added to rx_samples_to_file.cpp | Josh Blum | 2011-03-11 | 1 | -42/+39 |
| | |||||
* | usrp: implement sensors in all the dboards, deprecated read rssi and get lo ↵ | Josh Blum | 2011-02-11 | 1 | -1/+0 |
| | | | | locked | ||||
* | uhd: replaced sdev and single usrp in examples with usrp and multi usrp | Josh Blum | 2011-01-31 | 1 | -16/+15 |
| | |||||
* | uhd: update copyright dates on host code | Josh Blum | 2011-01-13 | 1 | -1/+1 |
| | |||||
* | uhd: replace all the instances of float not pertaining to io types with ↵ | Josh Blum | 2011-01-11 | 1 | -3/+2 |
| | | | | double, simplifies life | ||||
* | uhd: removed dilv in rx files examples | Josh Blum | 2010-10-27 | 1 | -7/+0 |
| | |||||
* | uhd: added rx samples to udp example, cleaned up other examples, added gain ↵ | Josh Blum | 2010-10-27 | 1 | -0/+142 |
options |