aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/include/uhdlib/rfnoc
Commit message (Expand)AuthorAgeFilesLines
* uhd: Apply clang-format against all .cpp and .hpp files in host/Martin Braun2020-03-0315-134/+148
* lib: tweak prototypes to not be constexpr to allow building on OSXMichael Dickens2020-02-211-5/+5
* rfnoc_device: Remove spurious commentMartin Braun2020-01-231-2/+1
* rfnoc: Make chdr_ctrl_xport recv_io callbacks have symbolsAlex Williams2019-12-201-0/+7
* mg/rh/rfnoc: Harmonize peripheral registersMartin Braun2019-11-261-3/+0
* detail::graph: Add shutdown capabilityMartin Braun2019-11-261-4/+12
* rfnoc: Make polling I/O service not block on flow controlCiro Nishiguchi2019-11-261-15/+34
* rfnoc: xports: Count FC bytes as multiples of CHDR widthMartin Braun2019-11-264-17/+41
* uhd: Introduce I/O service managerAaron Rossetto2019-11-264-6/+50
* rfnoc: Make trasnport safe to use with offload threadsCiro Nishiguchi2019-11-263-8/+19
* transport: Implement eov indications for Rx and Tx streamsAaron Rossetto2019-11-262-0/+4
* uhd: Replace usage of boost smart pointers with C++11 counterpartsMartin Braun2019-11-262-5/+5
* Remove proto-RFNoC filesMartin Braun2019-11-2610-862/+0
* rfnoc: radio: Add API call to disable timestampsMartin Braun2019-11-261-1/+4
* rfnoc: Fix transport buffer reservationsCiro Nishiguchi2019-11-261-0/+7
* rfnoc: Move data xport sep configuration to static methodsCiro Nishiguchi2019-11-265-408/+133
* rfnoc: Add multi_usrp_rfnoc, modify multi_usrpBrent Stapleton2019-11-261-2/+1
* rfnoc: radio/streamer: Handle late commands and burst ACKsMartin Braun2019-11-261-7/+10
* rfnoc: Add MTU property to RX streamerCiro Nishiguchi2019-11-261-0/+10
* rfnoc: Implement flushing on overrunCiro Nishiguchi2019-11-262-4/+5
* rfnoc: Use adapter_id_t for balancing load across linksAlex Williams2019-11-264-19/+46
* rfnoc: ctrlport: Fixing timeouts for timed commandsBrent Stapleton2019-11-261-0/+6
* rfnoc: client_zero can track num SEPs and num ctrl EPs separatelyMartin Braun2019-11-261-0/+13
* rfnoc: Add ability to select transport for streamers to user APIsAlex Williams2019-11-262-4/+12
* rfnoc: tx_streamer: add support for async messagesCiro Nishiguchi2019-11-263-3/+104
* rfnoc: Centralize initialization state of SEPs to epid_allocatorAlex Williams2019-11-263-2/+28
* rfnoc: Use link_stream_manager's mgmt_portal for all mgmt packetsAlex Williams2019-11-265-57/+36
* rfnoc: client0: Change flush-all-blocks to not throw on timeoutMartin Braun2019-11-261-2/+2
* rfnoc: graph: Optimize property propagation algorithmMartin Braun2019-11-262-1/+29
* rfnoc: Add MTU property to TX streamerCiro Nishiguchi2019-11-261-0/+10
* rfnoc: graph: Lock release/commit stateMartin Braun2019-11-261-5/+8
* rfnoc: radio: Add async message validationMartin Braun2019-11-261-0/+5
* rfnoc: radio: Introduce coerce_rate() methodMartin Braun2019-11-261-0/+16
* rfnoc: Implement overrun handling using action APIMartin Braun2019-11-262-0/+11
* rfnoc: actions: Allow sending actions to selfMartin Braun2019-11-261-0/+10
* rfnoc: Introduce device-specific blocksLars Amsel2019-11-261-6/+5
* rfnoc: async message: Include timestamp in async message handlingMartin Braun2019-11-261-1/+3
* rfnoc: radio_control: Add async message handlerMartin Braun2019-11-261-0/+17
* rfnoc: mb_iface: Add API to query link endiannessMartin Braun2019-11-261-0/+9
* rfnoc: add rx and tx transports, and amend rfnoc_graphCiro Nishiguchi2019-11-2612-36/+1530
* rfnoc: Add tracking of 'valid' bit to propertiesAlex Williams2019-11-261-1/+1
* rfnoc: Enable users to query connections in the graphAlex Williams2019-11-261-0/+4
* rfnoc: graph: Initialize properties on all nodes during initMartin Braun2019-11-261-0/+4
* rfnoc: flushing and reset blocks on graph creationBrent Stapleton2019-11-261-0/+5
* rfnoc: Add clock selection to blocksMartin Braun2019-11-263-3/+18
* rfnoc: clock_iface: Add flag for clock to be (im-)mutableMartin Braun2019-11-261-1/+21
* rfnoc: Add shutdown feature to blocksMartin Braun2019-11-262-0/+15
* rfnoc: rfnoc_device: Make get_mb_iface() pure virtualMartin Braun2019-11-261-22/+1
* rfnoc: Make a chdr_ctrl_xport using the new link APIsAlex Williams2019-11-265-34/+76
* rfnoc: Add chdr_ctrl_xportAlex Williams2019-11-261-0/+128