aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/include/uhdlib/rfnoc
Commit message (Expand)AuthorAgeFilesLines
* uhd: Add support for the USRP X410Lars Amsel2021-06-102-0/+29
* rfnoc: Add option to disable flow control on rx streamingmattprost2021-04-291-2/+8
* rfnoc: radio: Add getter for SPC valueMartin Braun2021-03-191-0/+1
* uhd: Fix radio_control-related method constnessMartin Braun2021-03-171-3/+2
* lib: Remove move-on-return for chdr_packet_writerMartin Braun2021-03-111-1/+1
* host: Update code base using clang-tidyMartin Braun2021-03-046-134/+136
* uhd: lambda capture the node instead of vert descSteven Koo2021-01-211-0/+3
* uhd: Split radio_control into rf_control interfacesLane Kolbly2021-01-113-0/+132
* graph: Restore default resolver callback at node removalAaron Rossetto2020-11-201-0/+9
* graph: Serialize all graph-related functionsAaron Rossetto2020-10-221-2/+2
* uhd: Add APIs for getting the available power rangeMartin Braun2020-08-171-0/+2
* RFNoC: Added support for destruction of streamersmichael-west2020-08-042-2/+28
* RFNoC: Add disconnect methods to graphmichael-west2020-08-041-5/+24
* RFNoC: Add xport disconnect callbacksmichael-west2020-08-043-15/+39
* utils: Expose CHDR Types in Public APIrobot-rover2020-07-1310-877/+11
* 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