aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/rfnoc
Commit message (Expand)AuthorAgeFilesLines
* rfnoc: Fix warnings in replay_block_controlMartin Braun2022-07-201-3/+4
* rfnoc: Add atomic_item_size property to FFT blockMartin Braun2022-06-101-1/+30
* rfnoc: Fix vector use in replay_block_control_implAaron Rossetto2022-06-101-2/+2
* rfnoc: Fix register_xport_hop_cfg_fns() usageMartin Braun2022-06-101-2/+2
* rfnoc: Improve comments regarding streaming and mgmt. codeMartin Braun2022-06-102-6/+28
* rfnoc: fix double conversionsLars Amsel2022-06-101-4/+3
* rfnoc: Add filter_node python bindingsmattprost2022-04-071-0/+9
* rfnoc: Modify prop. propagation algorithm (back-edge resolution)Martin Braun2022-04-071-18/+16
* rfnoc: graph: Allow property forwarding on back-edgesMartin Braun2022-04-071-4/+6
* multi_usrp_rfnoc: Add TX buffering using Replaymichael-west2022-04-072-0/+182
* rfnoc: Fix test_timed_commands for RFNoC devicesmichael-west2022-04-051-1/+3
* uhd: Replay block version 1.1michael-west2022-04-011-2/+59
* python: rfnoc: Add new replay block APIs to Python APIMartin Braun2022-03-301-0/+24
* rfnoc: replay: Add ability to capture and read async infoMartin Braun2022-03-301-0/+72
* rfnoc: fir filter: Add support for multiple channels to block controllerJonathon Pendlum2022-03-231-54/+117
* rfnoc: radio: Explicitly set MTU forwarding policy to DROPMartin Braun2022-03-081-0/+1
* rfnoc: Refactor ctrlport_endpoint; fix MT issuesAaron Rossetto2022-03-031-121/+170
* rfnoc: window: Set window size register after loading coefficientsJonathon Pendlum2022-03-021-0/+4
* rfnoc: replay: Add atomic item size propertyMartin Braun2022-03-021-0/+37
* rfnoc: replay: Add action handler for stream commandsMartin Braun2022-02-241-0/+26
* python: rfnoc: Add connect_through_blocks() and get_block_chain()Martin Braun2022-02-241-2/+13
* rfnoc: Fix spelling in property resolution error messageMartin Braun2022-02-111-1/+1
* python: rfnoc: Add get_property bindingsWade Fife2022-02-011-0/+60
* rfnoc: Update the MTU forwarding property for some blocksMartin Braun2022-02-018-0/+25
* rfnoc: Set the default MTU forwarding policy to ONE_TO_ONE.Martin Braun2022-02-011-1/+6
* rfnoc: Add post_init() method to noc_block_baseMartin Braun2022-02-012-0/+23
* RFNoC: Cache and re-use host endpointsmichael-west2022-01-271-7/+30
* rfnoc: Ignore errors in ctrlport response packets if ACKs not wantedAaron Rossetto2022-01-211-0/+8
* host: Implement nameless_gain_mixinLane Kolbly2022-01-202-0/+57
* rfnoc: Always clear response queue in ctrlport_endpointMartin Braun2022-01-131-16/+29
* RFNoC: Fix DSP frequency accuracymichael-west2022-01-102-2/+12
* rfnoc: Add atomic item size property for RFNoC blocksLars Amsel2022-01-103-10/+92
* rfnoc: ddc/duc: Improve variable name for _set_freq()Martin Braun2022-01-072-4/+4
* rfnoc: radio: Fix comment in radio_control_implMartin Braun2022-01-071-1/+1
* host: rf_control: Add internal antenna API abstraction.Lane Kolbly2022-01-052-0/+85
* rfnoc: graph: make topology failure more descriptivemattprost2021-12-171-4/+41
* rfnoc: Fix block_id::get_tree_root()Martin Braun2021-12-161-1/+1
* host: Make radio_control constants an enumLane Kolbly2021-12-101-28/+0
* rfnoc: Fix back-edge consistency checkMartin Braun2021-12-091-0/+7
* rfnoc: Add ops pending to management opWade Fife2021-12-081-1/+2
* rfnoc: Enable drop counter on chdr_ctrl_endpointMartin Braun2021-12-031-4/+18
* rfnoc: Change default block behaviourMartin Braun2021-12-021-5/+1
* rfnoc: Clarify usage of MTU vs. max payload size, remove DEFAULT_SPPMartin Braun2021-12-028-56/+98
* rfnoc: replay block: Disable prop and action propagationMartin Braun2021-12-011-1/+10
* rfnoc: radio: Fix async message handling channel checksMartin Braun2021-11-301-8/+8
* multi_usrp_rfnoc: Reduce latency of get_time_now()michael-west2021-11-171-1/+1
* host: Add ability to get time from Radio blockmichael-west2021-11-171-1/+19
* rfnoc: mgmt_portal: Fix order of validity checksMartin Braun2021-11-151-2/+6
* rfnoc: Add CHDR width to make argsMartin Braun2021-11-123-0/+4
* host: python: Add gpio_voltage python APILane Kolbly2021-11-051-1/+11