aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/include/uhdlib/rfnoc
Commit message (Expand)AuthorAgeFilesLines
* rfnoc: Rename chdr_packet to chdr_packet_writerSamuel O'Brien2020-07-137-31/+36
* CHDR: support multiple CHDR widthsAndrew Lynch2020-06-261-5/+28
* uhd: Implement discoverable_features for radio_controlLane Kolbly2020-06-251-1/+3
* radio_control: Provide default implementations for ref power APIsMartin Braun2020-06-101-0/+8
* rfnoc: radio: Add APIs to query cal keysMartin Braun2020-05-201-0/+2
* uhd: Add reference power level API to multi_usrp and radio_controlMartin Braun2020-04-171-0/+6
* uhd: Add missing include guardsLane Kolbly2020-04-081-0/+2
* uhd: Replace include guards with pragma onceLane Kolbly2020-04-0831-123/+31
* rfnoc: Use multichannel register interface for RFNoC blocksmattprost2020-04-021-0/+4
* 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