aboutsummaryrefslogtreecommitdiffstats
path: root/host/examples
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint'Martin Braun2017-07-171-8/+71
|\
| * examples: Improved output for latency_testMartin Braun2017-06-301-8/+71
* | examples/c-api: Fix invalid free of device_argssugandhagupta2017-06-292-8/+10
* | utils: add set_thread_name API call, move thread_priority to threadAndrej Rode2017-06-2922-25/+28
* | uhd: Replaced many lexical_cast with appropriate C++11 equivalentsMartin Braun2017-06-296-22/+18
* | Merge branch 'maint'Martin Braun2017-06-023-9/+9
|\|
| * Examples: Fix ascii typosnatetemple2017-05-203-9/+9
* | examples: Added channel param for samps to/from file exampleAshish Chaudhari2017-05-242-13/+24
* | examples: Added real streaming modesMartin Braun2017-05-151-5/+12
* | Merge branch 'maint'Martin Braun2017-05-032-4/+7
|\|
| * examples: fix device_args parsing in tx_samples_cAndrej Rode2017-04-251-2/+5
| * uhd: cast thread_group.create_thread() return value to void to avoid memory leakAndrej Rode2017-04-251-2/+2
* | Merge branch 'maint'Martin Braun2017-04-131-29/+4
|\|
| * examples: use next_pps in test_clock_synchAndrej Rode2017-04-121-29/+4
* | Merge branch 'maint'Martin Braun2017-03-242-0/+284
|\|
| * examples: Revised frequency hopping example for best practicesLogan Fagg2017-03-211-126/+114
| * examples: Created TwinRX frequency hopping examplenate.temple2017-03-212-0/+296
* | Merge branch 'maint'Martin Braun2017-03-012-5/+6
|\|
| * examples: Replaced throw with exit() in sync_to_gpsMartin Braun2017-02-271-1/+2
| * examples: Added some more error strings to test_messagesMartin Braun2017-02-271-4/+4
* | uhd: replace BOOST_FOREACH with C++11 range-based for loopAndrej Rode2017-02-104-11/+9
* | init_usrp: add c++11 flags to compiler if availableAndrej Rode2017-02-101-0/+19
|/
* examples: Fix and cleanup test messagesPaul David2017-02-071-4/+14
* GPIO: Set CTRL register before OUT register in GPIO example.michael-west2016-12-091-3/+3
* fixup! Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-...Martin Braun2016-11-153-19/+19
* Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width t...Martin Braun2016-11-081-1/+1
* Fix warning in rx_samples_c.c.Philip Balister2016-10-131-2/+2
* Fix warning in tx_samples_c.c.Philip Balister2016-10-131-1/+1
* examples: Fixed test_messagesMartin Braun2016-09-281-7/+8
* examples: Fixed check for setting time on PPS vs. nowMartin Braun2016-09-281-1/+6
* Merge branch 'UHD-3.9.LTS' into maintMartin Braun2016-09-022-0/+192
|\
| * Add example to synchronize USRPs to GPS timemichael-west2016-09-022-0/+192
* | examples: Added TX and RX channels args in benchmark_rateDerek Kozel2016-08-291-13/+40
* | examples: tx_waveforms was always checking lo_lock on channel 0, regardless o...Martin Braun2016-08-111-5/+7
* | Merge branch 'maint'Martin Braun2016-08-031-9/+9
|\|
| * examples: test_dboard_coercion did not check the correct LO lock sensors for RXMartin Braun2016-08-031-9/+9
* | examples: Remove default values for subdevs in benchmark_rateMartin Braun2016-08-031-2/+2
* | examples: Added tx and rx subdev arguments to benchmark_rateDerek Kozel2016-08-031-0/+12
* | examples: tx_bursts fixesmichael-west2016-08-021-11/+29
* | cmake: Fix compatibility with new versioning schemeNicolas Cuervo2016-08-011-1/+1
* | examples: Fixed unconditional wait for SISO case in benchmark_rateMartin Braun2016-07-221-1/+1
* | examples: Added late command counter to benchmark_rateMartin Braun2016-07-221-4/+17
* | examples: Fix RX thread in benchmark_rate example so it exits when EOB is seenmichael-west2016-07-221-2/+8
* | Merge branch 'maint'Martin Braun2016-06-231-0/+5
|\|
| * Added subdev argument to rx_samples_to_udp exampleDerek Kozel2016-06-221-0/+5
* | Merge branch 'maint'Martin Braun2016-06-171-1/+1
|\|
| * Fixed minor warningsNicholas Corgan2016-06-161-1/+1
* | Merge branch 'maint'Martin Braun2016-05-191-2/+3
|\|
| * examples: Increased the reference locking timeout in benchmark_ratePaul David2016-05-171-2/+3
| * examples: Re-enabled better thread interruption in benchmark_rateMartin Braun2016-03-171-32/+126