aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/include/uhdlib/rfnoc
Commit message (Expand)AuthorAgeFilesLines
* 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
* rfnoc: Add mb_controller base class and X300/MPMD implementationsMartin Braun2019-11-261-0/+13
* rfnoc: Add device_id allocatorMartin Braun2019-11-261-0/+22
* rfnoc: add reg_iface_adapterMartin Braun2019-11-261-0/+121
* rfnoc: Add check_topology() API to nodesMartin Braun2019-11-262-0/+18
* rfnoc: graph: Add commit/release APIMartin Braun2019-11-261-2/+13
* rfnoc: Add mb_controller APIMartin Braun2019-11-261-1/+4
* rfnoc: SW support for FPGA byte swapperAshish Chaudhari2019-11-261-0/+6
* rfnoc: Add radio block controllerMartin Braun2019-11-261-0/+289
* rfnoc: Graph and link stream manager API cleanupAshish Chaudhari2019-11-265-36/+161
* rfnoc: Added link/graph specific stream managersAshish Chaudhari2019-11-265-27/+260
* rfnoc: API cleanup for ctrl/mgmt codeAshish Chaudhari2019-11-264-13/+44
* rfnoc: Moved chdr types/packet class out of chdr dirAshish Chaudhari2019-11-267-43/+80
* rfnoc: Added clock_iface to convey info about clocksAshish Chaudhari2019-11-263-4/+69
* rfnoc: Support for new backend iface plus fixesAshish Chaudhari2019-11-262-2/+6
* rfnoc: Move graph_edge data structure to its own header, add to_string()Martin Braun2019-11-261-59/+3
* rfnoc: Add rfnoc_device base classMartin Braun2019-11-262-0/+83
* rfnoc: Add block registry/factory and make_argsMartin Braun2019-11-261-0/+32
* rfnoc: adding client_zeroBrent Stapleton2019-11-261-0/+199
* rfnoc: Added impl for reg_iface and ctrl_endpointAshish Chaudhari2019-11-263-0/+131
* rfnoc: Add action APIMartin Braun2019-11-262-1/+68
* rfnoc: Added initial impl for mgmt_portalAshish Chaudhari2019-11-261-0/+191
* rfnoc: Refactored CHDR packet interfacesAshish Chaudhari2019-11-262-0/+1127
* rfnoc: Add property propagation, Boost.Graph storageMartin Braun2019-11-262-2/+274
* rfnoc: Add detail::block_container_t classMartin Braun2019-11-261-0/+57
* rfnoc: Add rfnoc::mb_iface interface classMartin Braun2019-11-261-0/+76
* rfnoc: Add properties, nodes, and accessorsMartin Braun2019-11-262-0/+180
* rfnoc: Read cmd FIFO size from blocks & configure ctrl_ifaceMartin Braun2019-09-041-0/+11
* lib: rfnoc: Apply clang-format to graph_impl.hppMartin Braun2019-05-221-35/+26
* uhd: Replace all usage of boost::noncopyable with uhd::noncopyableMartin Braun2019-02-151-2/+2
* RFNoC: Prevent unnecessary FC ACK packetsmichael-west2019-01-311-2/+3
* formatting: remove vim hints in headersBrent Stapleton2019-01-166-6/+0
* radio_ctrl_impl: move continuous_streaming to protected.Ryan Marlow2018-12-191-1/+1
* uhd: rfnoc: add async message handlerTrung Tran2018-09-143-3/+191
* radio_ctrl: add disable time stampTrung Tran2018-09-141-0/+2
* Device3: Change packet-based flow control to byte-based flow controlMartin Braun2018-07-251-1/+1
* Removed unecessary == operation.Vidush2018-04-301-3/+3