aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/rfnoc
Commit message (Expand)AuthorAgeFilesLines
* 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
* rfnoc: Remove cruft from UHD 3 (constants)Martin Braun2021-11-021-1/+5
* siggen: Fix direction of rotationWade Fife2021-10-271-9/+9
* rfnoc: mgmt_portal: Remove two unused variablesMartin Braun2021-10-111-4/+6
* chdr: Rename var max_size_bytes to avoid confusionMartin Anderseck2021-09-281-9/+9
* radio: Improve log messages for non-implemented correctionsMartin Braun2021-09-081-3/+4
* rfnoc: duc: Fix frequency range for DUC blockMartin Braun2021-08-302-6/+4
* python: Add new method bindings to noc_block_baseAaron Rossetto2021-08-301-0/+8
* lib: rfnoc: Make implicit typecasts explicitMartin Anderseck2021-08-101-4/+5
* lib: rfnoc: Change enum node_type to enum classMartin Anderseck2021-08-101-23/+25
* python: rfnoc: Change reference type for noc_block_base exportMartin Braun2021-07-231-54/+64
* rfnoc: allow find_blocks to search by device number or block count.Lars Amsel2021-07-201-3/+3
* host: Add static_assert to prevent meta_range_t(0,0)Lane Kolbly2021-07-141-2/+2
* uhd: Replace boost::thread::id with std::thread::idMartin Braun2021-07-141-0/+1
* uhd: Remove all occurences of boost::math::*round()Martin Braun2021-06-242-4/+4
* uhd: Add callback for setting sync_sourcesGrant Meyerhoff2021-06-171-0/+6
* uhd: Add support for the USRP X410Lars Amsel2021-06-101-1/+18
* rfnoc: Fix post action behavior of nodesLars Amsel2021-06-031-0/+4
* rfnoc: Fix MTU prop resolver refactoringAaron Rossetto2021-06-011-8/+70
* rfnoc: noc_block_base: Throw if set_mtu_forwarding_policy() called multiplyAaron Rossetto2021-05-181-0/+9
* rfnoc: noc_block_base: Refactor MTU prop resolverAaron Rossetto2021-05-181-46/+58
* RFNoc: Fix graph connect timeout errorMichael West2021-05-101-2/+3
* rfnoc: Add option to disable flow control on rx streamingmattprost2021-04-292-8/+15