| Commit message (Expand) | Author | Age | Files | Lines |
* | examples: Fix bandwidth unit (MHz vs. Hz) in tx_samples_from_file | Martin Braun | 2018-01-15 | 1 | -2/+6 |
* | examples: Add example to query and list all sensors | Martin Braun | 2018-01-12 | 2 | -0/+127 |
* | Move all license headers to SPDX format. | Martin Braun | 2017-12-22 | 28 | -336/+28 |
* | Fix build with Boost 1.66 | ilovezfs | 2017-12-19 | 1 | -2/+2 |
* | Merge branch 'maint' | Martin Braun | 2017-07-17 | 1 | -8/+71 |
|\ |
|
| * | examples: Improved output for latency_test | Martin Braun | 2017-06-30 | 1 | -8/+71 |
* | | examples/c-api: Fix invalid free of device_args | sugandhagupta | 2017-06-29 | 2 | -8/+10 |
* | | utils: add set_thread_name API call, move thread_priority to thread | Andrej Rode | 2017-06-29 | 22 | -25/+28 |
* | | uhd: Replaced many lexical_cast with appropriate C++11 equivalents | Martin Braun | 2017-06-29 | 6 | -22/+18 |
* | | Merge branch 'maint' | Martin Braun | 2017-06-02 | 3 | -9/+9 |
|\| |
|
| * | Examples: Fix ascii typos | natetemple | 2017-05-20 | 3 | -9/+9 |
* | | examples: Added channel param for samps to/from file example | Ashish Chaudhari | 2017-05-24 | 2 | -13/+24 |
* | | examples: Added real streaming modes | Martin Braun | 2017-05-15 | 1 | -5/+12 |
* | | Merge branch 'maint' | Martin Braun | 2017-05-03 | 2 | -4/+7 |
|\| |
|
| * | examples: fix device_args parsing in tx_samples_c | Andrej Rode | 2017-04-25 | 1 | -2/+5 |
| * | uhd: cast thread_group.create_thread() return value to void to avoid memory leak | Andrej Rode | 2017-04-25 | 1 | -2/+2 |
* | | Merge branch 'maint' | Martin Braun | 2017-04-13 | 1 | -29/+4 |
|\| |
|
| * | examples: use next_pps in test_clock_synch | Andrej Rode | 2017-04-12 | 1 | -29/+4 |
* | | Merge branch 'maint' | Martin Braun | 2017-03-24 | 2 | -0/+284 |
|\| |
|
| * | examples: Revised frequency hopping example for best practices | Logan Fagg | 2017-03-21 | 1 | -126/+114 |
| * | examples: Created TwinRX frequency hopping example | nate.temple | 2017-03-21 | 2 | -0/+296 |
* | | Merge branch 'maint' | Martin Braun | 2017-03-01 | 2 | -5/+6 |
|\| |
|
| * | examples: Replaced throw with exit() in sync_to_gps | Martin Braun | 2017-02-27 | 1 | -1/+2 |
| * | examples: Added some more error strings to test_messages | Martin Braun | 2017-02-27 | 1 | -4/+4 |
* | | uhd: replace BOOST_FOREACH with C++11 range-based for loop | Andrej Rode | 2017-02-10 | 4 | -11/+9 |
* | | init_usrp: add c++11 flags to compiler if available | Andrej Rode | 2017-02-10 | 1 | -0/+19 |
|/ |
|
* | examples: Fix and cleanup test messages | Paul David | 2017-02-07 | 1 | -4/+14 |
* | GPIO: Set CTRL register before OUT register in GPIO example. | michael-west | 2016-12-09 | 1 | -3/+3 |
* | fixup! Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-... | Martin Braun | 2016-11-15 | 3 | -19/+19 |
* | Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width t... | Martin Braun | 2016-11-08 | 1 | -1/+1 |
* | Fix warning in rx_samples_c.c. | Philip Balister | 2016-10-13 | 1 | -2/+2 |
* | Fix warning in tx_samples_c.c. | Philip Balister | 2016-10-13 | 1 | -1/+1 |
* | examples: Fixed test_messages | Martin Braun | 2016-09-28 | 1 | -7/+8 |
* | examples: Fixed check for setting time on PPS vs. now | Martin Braun | 2016-09-28 | 1 | -1/+6 |
* | Merge branch 'UHD-3.9.LTS' into maint | Martin Braun | 2016-09-02 | 2 | -0/+192 |
|\ |
|
| * | Add example to synchronize USRPs to GPS time | michael-west | 2016-09-02 | 2 | -0/+192 |
* | | examples: Added TX and RX channels args in benchmark_rate | Derek Kozel | 2016-08-29 | 1 | -13/+40 |
* | | examples: tx_waveforms was always checking lo_lock on channel 0, regardless o... | Martin Braun | 2016-08-11 | 1 | -5/+7 |
* | | Merge branch 'maint' | Martin Braun | 2016-08-03 | 1 | -9/+9 |
|\| |
|
| * | examples: test_dboard_coercion did not check the correct LO lock sensors for RX | Martin Braun | 2016-08-03 | 1 | -9/+9 |
* | | examples: Remove default values for subdevs in benchmark_rate | Martin Braun | 2016-08-03 | 1 | -2/+2 |
* | | examples: Added tx and rx subdev arguments to benchmark_rate | Derek Kozel | 2016-08-03 | 1 | -0/+12 |
* | | examples: tx_bursts fixes | michael-west | 2016-08-02 | 1 | -11/+29 |
* | | cmake: Fix compatibility with new versioning scheme | Nicolas Cuervo | 2016-08-01 | 1 | -1/+1 |
* | | examples: Fixed unconditional wait for SISO case in benchmark_rate | Martin Braun | 2016-07-22 | 1 | -1/+1 |
* | | examples: Added late command counter to benchmark_rate | Martin Braun | 2016-07-22 | 1 | -4/+17 |
* | | examples: Fix RX thread in benchmark_rate example so it exits when EOB is seen | michael-west | 2016-07-22 | 1 | -2/+8 |
* | | Merge branch 'maint' | Martin Braun | 2016-06-23 | 1 | -0/+5 |
|\| |
|
| * | Added subdev argument to rx_samples_to_udp example | Derek Kozel | 2016-06-22 | 1 | -0/+5 |
* | | Merge branch 'maint' | Martin Braun | 2016-06-17 | 1 | -1/+1 |
|\| |
|