index
:
uhd
lea-m8f
lea-m8f-003_008_002
lea-m8f-003_009_001
lea-m8f-003_009_004
lea-m8f-003_010_003_000
lea-m8f-003_012_000_000
lea-m8f-v3.14.1.0
lea-m8f-v4.2.0.1
master
Ettus' UHD Repository
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
host
/
examples
Commit message (
Expand
)
Author
Age
Files
Lines
*
examples: Fix icores example to match current RFNoC specs
Martin Braun
2021-06-28
1
-2
/
+2
*
examples: Update example CMakeLists.txt for minimum version bumps
Aaron Rossetto
2021-06-28
2
-3
/
+3
*
examples: Fix tx frequency tuning in radio loopback
mattprost
2021-06-25
1
-2
/
+2
*
uhd: Remove includes of list_of.hpp where appropriate
Martin Braun
2021-06-24
1
-1
/
+0
*
uhd: Remove all occurences of boost::math::*round()
Martin Braun
2021-06-24
2
-5
/
+4
*
fpga: Change RFNoC YAML version numbers to strings
Wade Fife
2021-06-08
1
-2
/
+2
*
examples: Fix underrun/seq error reporting in benchmark_rate.py
Martin Braun
2021-05-20
1
-10
/
+10
*
examples: Add min dynamic range limit to ascii art DFT example
Lane Kolbly
2021-04-15
2
-3
/
+9
*
examples: Add IP to OOT RFNoC gain example
Wade Fife
2021-03-17
5
-39
/
+335
*
examples: Remove unused arguments for rfnoc_radio_loopback
Lane Kolbly
2021-03-11
1
-3
/
+14
*
host: Update code base using clang-tidy
Martin Braun
2021-03-04
2
-5
/
+5
*
examples: Fix PPS option in rfnoc_radio_loopback
Lane Kolbly
2020-11-17
1
-1
/
+1
*
examples: Fix --random option in benchmark_rate
michael-west
2020-10-12
1
-5
/
+11
*
Examples: Fix install paths in OOT RFNoC example
michael-west
2020-09-13
3
-10
/
+14
*
examples: replay samples from file
mattprost
2020-08-11
3
-414
/
+424
*
example: Check for failure in tx_samples_from_file
Samuel O'Brien
2020-07-31
1
-3
/
+9
*
examples: Fix usrp_power_meter example
Lars Amsel
2020-06-11
1
-16
/
+23
*
host/examples/ascii_art_dft.hpp: fix and modernize example main
Etienne Wodey
2020-05-26
1
-1
/
+6
*
examples: Add usrp_power_meter example
Martin Braun
2020-05-19
2
-1
/
+135
*
Remove remaining Python 2 references
Martin Braun
2020-05-07
4
-4
/
+4
*
rfnoc-example: Removed DRAM from image core
Martin Braun
2020-05-05
1
-24
/
+11
*
examples: Update test_messages example
Michael West
2020-04-30
1
-12
/
+23
*
examples: Update gpio example
Michael West
2020-04-30
1
-92
/
+117
*
examples: Add --power command line option to tx_waveforms
Martin Braun
2020-04-17
2
-18
/
+54
*
examples: wavetable: Modify wave tables to ease power calculations
Martin Braun
2020-04-15
1
-19
/
+24
*
examples: Change benchmark_rate default thread priority
Aaron Rossetto
2020-03-27
1
-1
/
+1
*
examples: Update gain block testbench to use samples
Wade Fife
2020-03-09
1
-25
/
+24
*
sim: Parameterize chdr_word_t data type
Wade Fife
2020-03-09
1
-1
/
+6
*
uhd: Apply clang-format against all .cpp and .hpp files in host/
Martin Braun
2020-03-03
8
-17
/
+17
*
examples: Wrap get_gpio_src() with try/catch block
steviez
2020-02-19
1
-7
/
+14
*
x300: add front-panel GPIO source control
eklai
2020-02-18
1
-4
/
+44
*
examples: benchmark_rate clean print out
mattprost
2020-02-04
1
-8
/
+12
*
examples: Fix tx timeout caused by initial delay
Ciro Nishiguchi
2020-01-20
1
-3
/
+4
*
uhd: fixing MSVC warnings
Brent Stapleton
2020-01-09
2
-7
/
+10
*
examples: Add options to benchmark_rate
Michael West
2020-01-02
1
-19
/
+39
*
examples: benchmark_rate dpdk recv/send thread priority elevation
mattprost
2019-12-20
1
-0
/
+13
*
examples: gpio: Replace get_time_now() with steady_clock::now()
Martin Braun
2019-11-26
1
-12
/
+17
*
examples: gpio: Fix minor issues
Martin Braun
2019-11-26
1
-3
/
+3
*
examples: benchmark_rate.py: Add ?x_stream_args args
Martin Braun
2019-11-26
1
-2
/
+9
*
examples: gpio: Add note on which bank is being used
Martin Braun
2019-11-26
1
-0
/
+1
*
examples: Send only single packets in test_messages
Martin Braun
2019-11-26
1
-3
/
+3
*
examples: Update x310_rfnoc_image_core.yml example
Wade Fife
2019-11-26
1
-82
/
+99
*
examples: gpio: Add --list-banks option
Martin Braun
2019-11-26
1
-0
/
+9
*
examples: benchmark_rate: Add --rx_spp and --tx_spp
Martin Braun
2019-11-26
1
-5
/
+23
*
examples: Add example out-of-tree module for RFNoC modules
Sugandha Gupta
2019-11-26
24
-0
/
+1811
*
uhd: Replace all occurrences of boost::bind with std::bind
Martin Braun
2019-11-26
5
-7
/
+11
*
examples: updating radio loopback
Brent Stapleton
2019-11-26
2
-113
/
+155
*
examples: benchmark_rate: Remove usage of boost::posix_time
Martin Braun
2019-11-26
1
-18
/
+25
*
examples: Add Rx/Tx stream args parameters to benchmark_rate
Aaron Rossetto
2019-11-26
1
-0
/
+5
*
uhd: Replace boost::function with std::function
Martin Braun
2019-11-26
1
-1
/
+1
[next]