aboutsummaryrefslogtreecommitdiffstats
path: root/host/examples
Commit message (Expand)AuthorAgeFilesLines
* uhd: Remove usage of time_t (except when required)Martin Braun2018-08-203-7/+7
* rfnoc: examples: Removed some legacy code patterns from RFNoC examplesMartin Braun2018-08-022-34/+45
* UHD: Added RFNoC examplesMartin Braun2018-06-223-0/+830
* python: Adding Python API benchmark rateBrent Stapleton2018-06-202-0/+482
* python: Added curses frequency plot examplePaul David2018-06-202-0/+153
* python: Separating exposed Python data structuresPaul David2018-06-203-55/+38
* python: Initial commit of Python APIAndrej Rode2018-06-204-0/+137
* examples: Select subdev spec before setting channelsSugandha Gupta2018-06-121-4/+3
* examples: Remove use of boost::posix_time from rx_ascii_art_dftMartin Braun2018-05-091-3/+8
* examples: Avoid calculating dropped samples for negative offsetsMartin Braun2018-05-031-1/+10
* examples: Fix sleep duration in benchmark_rateMartin Braun2018-05-031-1/+1
* examples: Add failure modes to benchmark_rateMartin Braun2018-05-031-20/+86
* lib: Purge all references to boost::this_thread::sleep()Martin Braun2018-04-309-31/+41
* examples: De-boostify rx_samples_to_fileMartin Braun2018-04-181-47/+93
* examples: Remove superfluous sleepMartin Braun2018-04-181-2/+0
* uhd: update settling time to double in txrx_loopback_to_file exampleDaniel Jepson2018-04-101-4/+4
* uhd: increase tx buffer fill time for txrx_loopback_to_file exampleDaniel Jepson2018-04-101-1/+1
* uhd: fix subdevice selection order in txrx_loopback_to_file exampleDaniel Jepson2018-04-101-4/+4
* example: Refactor gpio.cppMartin Braun2018-03-301-12/+22
* examples: Update benchmark_rate (more stats, timestamps)Martin Braun2018-03-141-57/+111
* uhd: Moved get_system_time outside of public APIMartin Braun2018-03-051-3/+6
* examples: Fix some minor compiler warningsMartin Braun2018-02-197-17/+38
* uhd: Update license headersMartin Braun2018-02-1930-28/+58
* examples: replace `boost::format%(a,b)` by `(boost::format%a%b)`Marcus Müller2018-02-191-1/+1
* examples: Fix bandwidth unit (MHz vs. Hz) in tx_samples_from_fileMartin Braun2018-01-151-2/+6
* examples: Add example to query and list all sensorsMartin Braun2018-01-122-0/+127
* Move all license headers to SPDX format.Martin Braun2017-12-2228-336/+28
* Fix build with Boost 1.66ilovezfs2017-12-191-2/+2
* 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
|/