aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/rfnoc
Commit message (Expand)AuthorAgeFilesLines
* 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
* RFNoC: Fix graph traversalmichael-west2018-12-193-14/+16
* Device3: Fix block control flushingBrent Stapleton2018-12-171-18/+25
* Device3: Set default block control response SIDsBrent Stapleton2018-12-171-0/+4
* rfnoc: Add halt to replay APIWade Fife2018-11-271-0/+4
* rfnoc: Fix default SPP for replayWade Fife2018-11-271-4/+3
* cmake: Update coding style to use lowercase commandsMartin Braun2018-11-141-4/+4
* rfnoc: Replace some [] with .at() in radio_ctrl_implMartin Braun2018-11-131-8/+8
* block_ctrl_base: add UHD_SAFE_CALL to destructorTrung Tran2018-10-241-13/+15
* uhd: Add traffic counter to null source sinkCiro Nishiguchi2018-10-111-0/+19
* uhd: Fix rounding in ddc/duc rate calculationCiro Nishiguchi2018-10-052-2/+2
* uhd: rfnoc: add async message handlerTrung Tran2018-09-143-4/+201
* radio_ctrl: add disable time stampTrung Tran2018-09-141-0/+8
* RFNoC: Add Replay API and exampleWade Fife2018-08-292-0/+184
* RFNoC: Convert SR_READBACK_REG_FIFOSIZE to bytesTrung N Tran2018-08-221-3/+1
* X300: Change Ethernet bufferingMichael West2018-07-253-9/+10
* Device3: Change packet-based flow control to byte-based flow controlMartin Braun2018-07-255-41/+47
* rfnoc: Enabled SW flush mechanism impl'd in noc_shellAshish Chaudhari2018-07-241-2/+84
* rfnoc: legacy_compat: Remove superfluous variableMartin Braun2018-07-231-1/+0
* legacy_compat: Fix tx/rx channel map initialization for all channelsSugandha Gupta2018-07-091-5/+14
* UHD: Make ctrl_iface_impl deconstructor virtualMartin Braun2018-06-221-1/+1