aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/rfnoc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* rfnoc: radio: Add getter for SPC valueMartin Braun2021-03-192-0/+6
* uhd: Fix radio_control-related method constnessMartin Braun2021-03-171-2/+2
* host: Update code base using clang-tidyMartin Braun2021-03-171-2/+2
* lib: Remove move-on-return for chdr_packet_writerMartin Braun2021-03-113-5/+5
* lib: Fix warnings related to unnecessary lambda capturesMartin Braun2021-03-048-13/+23
* lib: Remove unused constantsMartin Braun2021-03-042-6/+5
* host: Update code base using clang-tidyMartin Braun2021-03-0422-266/+270
* uhd: lambda capture the node instead of vert descSteven Koo2021-01-211-4/+14
* rfnoc: Update radio to support multiple SPCWade Fife2021-01-111-4/+10
* rfnoc: Add accessors for item width and nipc for NSSWade Fife2021-01-112-0/+23
* uhd: Split radio_control into rf_control interfacesLane Kolbly2021-01-114-20/+98
* rfnoc: Fix remote stream buffer formatWade Fife2020-12-211-0/+18
* rfnoc: Fix time conversion in ctrlport_endpoint sleep methodCiro Nishiguchi2020-12-211-2/+4
* RFNoC: Demoted zero sample error to warningmichael-west2020-12-101-2/+3
* graph: Restore default resolver callback at node removalAaron Rossetto2020-11-202-0/+14
* DUC: Fix incorrect DDS_GAINmichael-west2020-10-261-1/+1
* graph: Serialize all graph-related functionsAaron Rossetto2020-10-221-6/+11
* graph: Re-fetch dst_node descriptor after src_node potential removalAaron Rossetto2020-10-221-0/+3
* fixup! rfnoc: Fix thread unsafe accesses in ctrlportCiro Nishiguchi2020-10-201-7/+5
* rfnoc: Fix thread unsafe accesses in ctrlportCiro Nishiguchi2020-10-201-56/+35
* tests: mock_block: Allow mock blocks to carry MB controllersMartin Braun2020-10-091-5/+6
* python: Add peek/poke bindings to noc_block_baseAaron Rossetto2020-09-031-0/+135
* rfnoc: replay: Update packet size on mtu updateSteven Koo2020-09-031-5/+4
* rfnoc: Set null source/sink block initial stateWade Fife2020-09-031-0/+3
* rfnoc: replay: Add support for 32-bit memory address widthsettus2020-09-031-1/+1
* rfnoc: Exit disconnect() early if nodes not in node mapAaron Rossetto2020-08-281-0/+4
* uhd: Add APIs for getting the available power rangeMartin Braun2020-08-171-0/+18
* rfnoc: Increase ctrlport_endpoint default timeoutSteven Koo2020-08-121-1/+1
* fpga: lib: Change max FFT size to 1024Wade Fife2020-08-111-1/+1
* rfnoc: Don't error when streamer isn't foundSteven Koo2020-08-111-8/+0