aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/rfnoc
Commit message (Expand)AuthorAgeFilesLines
* rfnoc: Add default block controllerMartin Braun2019-11-264-2/+28
* rfnoc: Add DDC block controllerMartin Braun2019-11-262-0/+558
* rfnoc: Added clock_iface to convey info about clocksAshish Chaudhari2019-11-262-19/+26
* rfnoc: Use RTTI "serialization" for stream commandsMartin Braun2019-11-261-0/+24
* rfnoc: Support for new backend iface plus fixesAshish Chaudhari2019-11-261-10/+12
* rfnoc: Add rfnoc_graph classMartin Braun2019-11-262-0/+161
* rfnoc: Change Block-ID format to 0/FFT#1Martin Braun2019-11-261-1/+1
* rfnoc: Add block registry/factory and make_argsMartin Braun2019-11-263-0/+108
* rfnoc: Add block_poke support to reg_iface async msgAshish Chaudhari2019-11-261-4/+4
* rfnoc: adding client_zeroBrent Stapleton2019-11-262-0/+214
* rfnoc: Added impl for reg_iface and ctrl_endpointAshish Chaudhari2019-11-264-1/+655
* rfnoc: node: Add default command time APIMartin Braun2019-11-261-0/+23
* rfnoc: Add action APIMartin Braun2019-11-264-0/+187
* rfnoc: Added initial impl for mgmt_portalAshish Chaudhari2019-11-262-1/+998
* rfnoc: Refactored CHDR packet interfacesAshish Chaudhari2019-11-264-0/+656
* rfnoc: Add property propagation, Boost.Graph storageMartin Braun2019-11-263-9/+764
* rfnoc: Add detail::block_container_t classMartin Braun2019-11-262-0/+75
* rfnoc: Add noc_block_base classMartin Braun2019-11-262-0/+12
* rfnoc: Add properties, nodes, and accessorsMartin Braun2019-11-262-0/+120
* rfnoc: block_id: Add more info when ctor failsMartin Braun2019-11-261-1/+2
* rfnoc: Read cmd FIFO size from blocks & configure ctrl_ifaceMartin Braun2019-09-042-4/+18
* RFNoC: Re-enable flow ctrl for blocks on same xbarMichael West2019-08-141-1/+1
* rfnoc: fix multidevice graph connectionsMark Meserve2019-08-061-96/+107
* rfnoc: Add update_graph() API callMartin Braun2019-07-153-12/+9
* device3: Remove unused 'rate' argument from update_?x_streamers()Martin Braun2019-07-151-2/+2
* device3: rfnoc: formatting changesBrent Stapleton2019-07-152-9/+10
* nocscript: add optional port argument to block sr_writeMark Meserve2019-07-101-4/+15
* rfnoc: tick_node: Search all nodes for tick ratesMartin Braun2019-05-081-3/+5
* device3: Constraint send/recv_frame_size based on down/upstream MTUSugandha Gupta2019-05-013-5/+27
* TwinRX: Fix duplicate write to N value in DDCmichael-west2019-03-261-2/+1
* uhd: mpm: update all license header w/ "-or-later"Brent Stapleton2019-03-082-2/+2
* RFNoC: Remove incorrect flushMichael West2019-03-051-19/+0
* Revert "RFNoC: Fix flush in source_block_ctrl_base"Michael West2019-03-051-1/+18
* lib: Fix various type-conversion compiler warningsMartin Braun2019-02-284-5/+7
* RFNoC: Fix flush in source_block_ctrl_baseMichael West2019-02-181-18/+1
* RFNoC: Disable FC ACK packets for lossless linksMichael West2019-02-182-8/+15
* fixup! RFNoC: Fix scaling of M and N values in DDC/DUCMark Meserve2019-02-081-1/+1
* RFNoC: Limit number of control packets in flightmichael-west2019-01-311-2/+2
* RFNoC: Fix typos in legacy_compatmichael-west2019-01-311-2/+2
* X300: Fix tick and sample rate settingmichael-west2019-01-311-6/+8
* RFNoC: Fix scaling of M and N values in DDC/DUCmichael-west2019-01-312-3/+10
* fixup! RFNoC: More graph traversal fixesmichael-west2019-01-312-4/+4
* RFNoC: More graph traversal fixesmichael-west2019-01-312-1/+3
* lib: rfnoc: Add some missing virtual destructorsMartin Braun2019-01-223-2/+8
* formatting: Apply clang-format to nocscript filesMartin Braun2019-01-228-557/+499
* transport: muxed_zero_copy_if fixesmichael-west2019-01-211-1/+1
* rfnoc: Fix detection of outstanding acks by ctrl_ifaceMartin Braun2019-01-171-4/+3
* lib: rfnoc: apply clang-formatMartin Braun2019-01-1729-1905/+1859
* formatting: remove vim hints in headersBrent Stapleton2019-01-164-4/+0
* RFNoC: Fix stream command propagationmichael-west2018-12-201-1/+1