aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/include/uhdlib/transport/tx_streamer_impl.hpp
Commit message (Expand)AuthorAgeFilesLines
* rfnoc: Add atomic item size property for RFNoC blocksLars Amsel2022-01-101-0/+6
* rfnoc: transport: Check if streamers are connected in send() and recv()Martin Braun2022-01-101-1/+19
* rfnoc: Clarify usage of MTU vs. max payload size, remove DEFAULT_SPPMartin Braun2021-12-021-5/+15
* rfnoc: tx_streamer: Remove EOV size attributeMartin Braun2021-03-041-2/+0
* host: Update code base using clang-tidyMartin Braun2021-03-041-3/+3
* uhd: Replace include guards with pragma onceLane Kolbly2020-04-081-4/+1
* uhd: Apply clang-format against all .cpp and .hpp files in host/Martin Braun2020-03-031-3/+3
* rfnoc: fix invalid access when sending packet with no samplesCiro Nishiguchi2019-11-261-1/+3
* rfnoc: Make polling I/O service not block on flow controlCiro Nishiguchi2019-11-261-1/+1
* transport: Implement eov indications for Rx and Tx streamsAaron Rossetto2019-11-261-41/+174
* rfnoc: Add MTU property to RX streamerCiro Nishiguchi2019-11-261-7/+8
* rfnoc: tx_streamer: add support for async messagesCiro Nishiguchi2019-11-261-7/+4
* rfnoc: Add MTU property to TX streamerCiro Nishiguchi2019-11-261-5/+24
* rfnoc: add rx and tx transports, and amend rfnoc_graphCiro Nishiguchi2019-11-261-0/+307