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
/
lib
/
rfnoc
Commit message (
Expand
)
Author
Age
Files
Lines
*
ddc: fixup decimation property
Brent Stapleton
2019-12-05
1
-2
/
+2
*
rfnoc: DDC/DUC: Fix fp-issues with samp_rate properties
Brent Stapleton
2019-11-27
2
-6
/
+67
*
ddc: Applying clang-format
Brent Stapleton
2019-11-27
1
-8
/
+7
*
rfnoc: graph: Add logging to resolver errors
Brent Stapleton
2019-11-27
1
-1
/
+6
*
detail::graph: Add shutdown capability
Martin Braun
2019-11-26
2
-10
/
+23
*
rfnoc_graph: Modify find_blocks() to sort return value
Martin Braun
2019-11-26
1
-0
/
+5
*
rfnoc: Make polling I/O service not block on flow control
Ciro Nishiguchi
2019-11-26
2
-7
/
+13
*
rfnoc: xports: Count FC bytes as multiples of CHDR width
Martin Braun
2019-11-26
2
-0
/
+2
*
uhd: Replace all occurrences of boost::bind with std::bind
Martin Braun
2019-11-26
1
-1
/
+0
*
uhd: Introduce I/O service manager
Aaron Rossetto
2019-11-26
3
-11
/
+32
*
rfnoc: Make trasnport safe to use with offload threads
Ciro Nishiguchi
2019-11-26
3
-1
/
+24
*
uhd: Replace boost::regex with std::regex
Martin Braun
2019-11-26
1
-9
/
+9
*
uhd: Replace usage of boost smart pointers with C++11 counterparts
Martin Braun
2019-11-26
2
-8
/
+6
*
rfnoc: Port FFT controller
Lars Amsel
2019-11-26
2
-0
/
+115
*
rfnoc: Add DMA FIFO block controller
Martin Braun
2019-11-26
3
-1
/
+73
*
Remove proto-RFNoC files
Martin Braun
2019-11-26
39
-7846
/
+0
*
rfnoc: radio: Add API call to disable timestamps
Martin Braun
2019-11-26
1
-0
/
+5
*
rfnoc: radio: Interpret MTU as max payload size
Martin Braun
2019-11-26
1
-3
/
+3
*
rfnoc: Fix transport buffer reservations
Ciro Nishiguchi
2019-11-26
3
-10
/
+16
*
rfnoc: rfnoc_graph: Safely deinit full graph on any kind of init error
Martin Braun
2019-11-26
1
-15
/
+15
*
rfnoc: Hold reference to streamers in rfnoc_graph
Ciro Nishiguchi
2019-11-26
1
-2
/
+11
*
rfnoc: Move data xport sep configuration to static methods
Ciro Nishiguchi
2019-11-26
4
-9
/
+464
*
rfnoc: Add multi_usrp_rfnoc, modify multi_usrp
Brent Stapleton
2019-11-26
1
-1
/
+1
*
rfnoc: radio/streamer: Handle late commands and burst ACKs
Martin Braun
2019-11-26
2
-0
/
+20
*
rfnoc: Add MTU property to RX streamer
Ciro Nishiguchi
2019-11-26
2
-6
/
+46
*
rfnoc: Implement flushing on overrun
Ciro Nishiguchi
2019-11-26
2
-43
/
+28
*
rfnoc: Allow MB controllers to init after blocks have initialized
Martin Braun
2019-11-26
2
-6
/
+164
*
rfnoc: Use adapter_id_t for balancing load across links
Alex Williams
2019-11-26
3
-82
/
+99
*
rfnoc: ctrlport: Fixing timeouts for timed commands
Brent Stapleton
2019-11-26
1
-5
/
+25
*
rfnoc: client_zero can track num SEPs and num ctrl EPs separately
Martin Braun
2019-11-26
2
-4
/
+8
*
rfnoc: node: Add set_properties()
Martin Braun
2019-11-26
1
-0
/
+19
*
rfnoc: Add basic round-robin allocation for links
Alex Williams
2019-11-26
1
-12
/
+65
*
rfnoc: Add ability to select transport for streamers to user APIs
Alex Williams
2019-11-26
2
-10
/
+85
*
rfnoc: tx_streamer: add support for async messages
Ciro Nishiguchi
2019-11-26
5
-10
/
+148
*
rfnoc: Centralize initialization state of SEPs to epid_allocator
Alex Williams
2019-11-26
3
-23
/
+52
*
rfnoc: Use link_stream_manager's mgmt_portal for all mgmt packets
Alex Williams
2019-11-26
3
-40
/
+64
*
rfnoc: rfnoc_graph: Improve error reporting for init failures
Martin Braun
2019-11-26
1
-0
/
+4
*
rfnoc: client0: Change flush-all-blocks to not throw on timeout
Martin Braun
2019-11-26
2
-21
/
+10
*
rfnoc: graph: Optimize property propagation algorithm
Martin Braun
2019-11-26
1
-23
/
+35
*
rfnoc: Add MTU property to TX streamer
Ciro Nishiguchi
2019-11-26
1
-2
/
+41
*
rfnoc: graph: Lock release/commit state
Martin Braun
2019-11-26
2
-4
/
+19
*
rfnoc: radio: Add async message validation
Martin Braun
2019-11-26
1
-0
/
+48
*
rfnoc: ctrlport: Separately validate and handle async messages
Martin Braun
2019-11-26
2
-5
/
+33
*
rfnoc: radio: Introduce coerce_rate() method
Martin Braun
2019-11-26
1
-3
/
+8
*
rfnoc: Add DUC block controller
Martin Braun
2019-11-26
2
-0
/
+525
*
rfnoc: rfnoc_graph: Formatting
Brent Stapleton
2019-11-26
1
-15
/
+10
*
rfnoc: rfnoc_graph: Add is_connectable() API
Martin Braun
2019-11-26
1
-0
/
+73
*
rfnoc: Add MTU tracking
Martin Braun
2019-11-26
4
-5
/
+124
*
rfnoc: Implement overrun handling using action API
Martin Braun
2019-11-26
3
-3
/
+140
*
rfnoc: actions: Allow sending actions to self
Martin Braun
2019-11-26
2
-20
/
+33
[next]