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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
uhd: Replace boost::function with std::function
Martin Braun
2019-11-26
11
-31
/
+35
*
uhd: Replace BOOST_FOREACH(v, c) with for(v : c)
Martin Braun
2019-11-26
4
-29
/
+24
*
uhd: Replace usage of boost smart pointers with C++11 counterparts
Martin Braun
2019-11-26
41
-111
/
+107
*
uhd: Check property type at access; error if mismatch
Aaron Rossetto
2019-11-26
2
-3
/
+12
*
rfnoc: Add DRAM support to E320
Wade Fife
2019-11-26
1
-0
/
+3
*
rfnoc: Port FFT controller
Lars Amsel
2019-11-26
3
-0
/
+109
*
rfnoc: Add DMA FIFO block controller
Martin Braun
2019-11-26
5
-0
/
+510
*
Remove proto-RFNoC files
Martin Braun
2019-11-26
92
-6387
/
+51
*
x300/mpmd: Port all RFNoC devices to the new RFNoC framework
Martin Braun
2019-11-26
8
-0
/
+238
*
rfnoc: Add radio_1x64
Martin Braun
2019-11-26
2
-3
/
+25
*
rfnoc: radio: Add API call to disable timestamps
Martin Braun
2019-11-26
1
-0
/
+4
*
rfnoc: Add multi_usrp_rfnoc, modify multi_usrp
Brent Stapleton
2019-11-26
2
-140
/
+52
*
rfnoc: Allow MB controllers to init after blocks have initialized
Martin Braun
2019-11-26
2
-10
/
+76
*
rfnoc: Use adapter_id_t for balancing load across links
Alex Williams
2019-11-26
2
-24
/
+19
*
transport: Add modeling of physical adapters
Alex Williams
2019-11-26
1
-0
/
+21
*
rfnoc: node: Add set_properties()
Martin Braun
2019-11-26
1
-1
/
+15
*
rfnoc: property: Add option to set properties from strings
Martin Braun
2019-11-26
2
-0
/
+26
*
rfnoc: Add ability to select transport for streamers to user APIs
Alex Williams
2019-11-26
2
-5
/
+38
*
rfnoc: tx_streamer: add support for async messages
Ciro Nishiguchi
2019-11-26
2
-2
/
+23
*
utils: remove thread priority elevation
Ciro Nishiguchi
2019-11-26
1
-2
/
+4
*
rfnoc: ctrlport: Separately validate and handle async messages
Martin Braun
2019-11-26
1
-2
/
+38
*
rfnoc: adding filter_api mixin class for blocks
Brent Stapleton
2019-11-26
1
-0
/
+42
*
rfnoc: Add DUC block controller
Martin Braun
2019-11-26
3
-0
/
+125
*
rfnoc: rfnoc_graph: Add is_connectable() API
Martin Braun
2019-11-26
1
-0
/
+13
*
rfnoc: Add MTU tracking
Martin Braun
2019-11-26
4
-0
/
+74
*
rfnoc: Implement overrun handling using action API
Martin Braun
2019-11-26
1
-0
/
+1
*
rfnoc: actions: Add dictionary to all actions
Martin Braun
2019-11-26
1
-2
/
+7
*
rfnoc: Introduce device-specific blocks
Lars Amsel
2019-11-26
5
-38
/
+57
*
rfnoc: Add a new builder script for FPGA images based on eRFNoC.
Lars Amsel
2019-11-26
14
-0
/
+721
*
rfnoc: async message: Include timestamp in async message handling
Martin Braun
2019-11-26
1
-2
/
+2
*
rfnoc: actions: Add rx_event action type
Martin Braun
2019-11-26
1
-2
/
+17
*
rfnoc: node: Make register_property() unlock RW access
Martin Braun
2019-11-26
1
-1
/
+10
*
rfnoc: add rx and tx transports, and amend rfnoc_graph
Ciro Nishiguchi
2019-11-26
1
-8
/
+13
*
rfnoc: Add tracking of 'valid' bit to properties
Alex Williams
2019-11-26
3
-17
/
+74
*
rfnoc: Enable users to query connections in the graph
Alex Williams
2019-11-26
1
-11
/
+19
*
rfnoc: Add clock selection to blocks
Martin Braun
2019-11-26
3
-17
/
+23
*
rfnoc: Add shutdown feature to blocks
Martin Braun
2019-11-26
2
-0
/
+36
*
rfnoc: register_iface_holder: Add ability to invalidate and update
Martin Braun
2019-11-26
1
-0
/
+3
*
rfnoc: noc_block_base: Store property tree reference from make_args
Martin Braun
2019-11-26
1
-0
/
+13
*
rfnoc: Add check_topology() API to nodes
Martin Braun
2019-11-26
1
-0
/
+28
*
rfnoc: rfnoc_graph: Add API to query the number of motherboards
Martin Braun
2019-11-26
1
-0
/
+1
*
rfnoc: enumerate and construct block controllers, enable connect()
Brent Stapleton
2019-11-26
1
-8
/
+15
*
rfnoc: Add null block controller
Martin Braun
2019-11-26
2
-0
/
+89
*
rfnoc: noc_block_base: Pass args into block on construction
Martin Braun
2019-11-26
2
-0
/
+11
*
rfnoc: graph: Add commit/release API
Martin Braun
2019-11-26
1
-0
/
+16
*
rfnoc: noc_block_base: Add API to reduce num ports
Martin Braun
2019-11-26
1
-0
/
+33
*
rfnoc: Add mb_controller API
Martin Braun
2019-11-26
6
-0
/
+415
*
rfnoc: Add radio block controller
Martin Braun
2019-11-26
2
-0
/
+689
*
rfnoc: Added src port, EPID getters to register_iface, 64-bit calls
Ashish Chaudhari
2019-11-26
1
-1
/
+62
*
rfnoc: noc_block_base: Handle the tick_rate property internally
Martin Braun
2019-11-26
2
-0
/
+36
[next]