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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
uhd: Introduce I/O service manager
Aaron Rossetto
2019-11-26
1
-7
/
+77
*
transport: Implement eov indications for Rx and Tx streams
Aaron Rossetto
2019-11-26
3
-0
/
+384
*
tests: Change Python YAML module
Brent Stapleton
2019-11-26
1
-1
/
+6
*
uhd: Replace boost::regex with std::regex
Martin Braun
2019-11-26
1
-3
/
+0
*
uhd: Replace usage of boost smart pointers with C++11 counterparts
Martin Braun
2019-11-26
8
-38
/
+38
*
transport: Implement an I/O service that uses an offload thread
Ciro Nishiguchi
2019-11-26
2
-0
/
+284
*
uhd: Check property type at access; error if mismatch
Aaron Rossetto
2019-11-26
1
-1
/
+19
*
Remove proto-RFNoC files
Martin Braun
2019-11-26
18
-1982
/
+6
*
x300/mpmd: Port all RFNoC devices to the new RFNoC framework
Martin Braun
2019-11-26
1
-5
/
+13
*
tests: Add benchmark of streamer and chdr xports
Ciro Nishiguchi
2019-11-26
2
-7
/
+534
*
tests: Make packet handler benchmark include flow control
Ciro Nishiguchi
2019-11-26
2
-229
/
+228
*
rfnoc: client_zero can track num SEPs and num ctrl EPs separately
Martin Braun
2019-11-26
1
-0
/
+1
*
transport: Add modeling of physical adapters
Alex Williams
2019-11-26
1
-0
/
+10
*
rfnoc: node: Add set_properties()
Martin Braun
2019-11-26
1
-0
/
+5
*
rfnoc: property: Add option to set properties from strings
Martin Braun
2019-11-26
1
-0
/
+27
*
rfnoc: tx_streamer: add support for async messages
Ciro Nishiguchi
2019-11-26
1
-0
/
+6
*
rfnoc: graph: Optimize property propagation algorithm
Martin Braun
2019-11-26
1
-3
/
+2
*
utils: remove thread priority elevation
Ciro Nishiguchi
2019-11-26
1
-2
/
+0
*
rfnoc: tests: Let block unit tests use regular factory
Martin Braun
2019-11-26
2
-49
/
+53
*
rfnoc: ctrlport: Separately validate and handle async messages
Martin Braun
2019-11-26
1
-0
/
+5
*
rfnoc: Add DUC block controller
Martin Braun
2019-11-26
3
-3
/
+170
*
rfnoc: Add MTU tracking
Martin Braun
2019-11-26
1
-1
/
+20
*
rfnoc: actions: Allow sending actions to self
Martin Braun
2019-11-26
1
-2
/
+5
*
rfnoc: actions: Add dictionary to all actions
Martin Braun
2019-11-26
1
-0
/
+6
*
rfnoc: Introduce device-specific blocks
Lars Amsel
2019-11-26
1
-3
/
+3
*
rfnoc: DDC: Fix property propagation
Martin Braun
2019-11-26
3
-9
/
+135
*
rfnoc: add rx and tx transports, and amend rfnoc_graph
Ciro Nishiguchi
2019-11-26
5
-0
/
+1193
*
rfnoc: Enable users to query connections in the graph
Alex Williams
2019-11-26
1
-0
/
+8
*
rfnoc: Add clock selection to blocks
Martin Braun
2019-11-26
1
-8
/
+9
*
rfnoc: Add shutdown feature to blocks
Martin Braun
2019-11-26
2
-0
/
+7
*
rfnoc: Add null block controller
Martin Braun
2019-11-26
2
-0
/
+88
*
rfnoc: noc_block_base: Pass args into block on construction
Martin Braun
2019-11-26
1
-0
/
+2
*
rfnoc: graph: Add commit/release API
Martin Braun
2019-11-26
3
-7
/
+14
*
rfnoc: Add mb_controller API
Martin Braun
2019-11-26
2
-0
/
+156
*
rfnoc: Add radio block controller
Martin Braun
2019-11-26
1
-0
/
+1
*
rfnoc: Added src port, EPID getters to register_iface, 64-bit calls
Ashish Chaudhari
2019-11-26
1
-2
/
+11
*
rfnoc: noc_block_base: Handle the tick_rate property internally
Martin Braun
2019-11-26
1
-0
/
+1
*
rfnoc: node: Fix resolution of properties with circular dependencies
Martin Braun
2019-11-26
1
-0
/
+60
*
rfnoc: Moved chdr types/packet class out of chdr dir
Ashish Chaudhari
2019-11-26
2
-6
/
+6
*
transport: Implement a single-threaded I/O service
Alex Williams
2019-11-26
3
-0
/
+563
*
tests: add mock transport implementation and test
Ciro Nishiguchi
2019-11-26
3
-0
/
+419
*
rfnoc: Add DDC block controller
Martin Braun
2019-11-26
2
-0
/
+76
*
rfnoc: Use RTTI "serialization" for stream commands
Martin Braun
2019-11-26
2
-38
/
+38
*
rfnoc: Support for new backend iface plus fixes
Ashish Chaudhari
2019-11-26
1
-21
/
+25
*
rfnoc: Change Block-ID format to 0/FFT#1
Martin Braun
2019-11-26
2
-39
/
+40
*
rfnoc: adding client_zero
Brent Stapleton
2019-11-26
3
-0
/
+353
*
cmake: tests: Move RFNoC tests to UHD_ADD_NONAPI_TEST() macro
Martin Braun
2019-11-26
1
-42
/
+19
*
rfnoc: Add action API
Martin Braun
2019-11-26
3
-2
/
+214
*
rfnoc: Refactored CHDR packet interfaces
Ashish Chaudhari
2019-11-26
2
-68
/
+209
*
rfnoc: Add property propagation, Boost.Graph storage
Martin Braun
2019-11-26
5
-12
/
+886
[prev]
[next]