aboutsummaryrefslogtreecommitdiffstats
path: root/host/include
Commit message (Expand)AuthorAgeFilesLines
* rfnoc: Fix YAML block settingsWade Fife2019-11-2611-278/+199
* rfnoc: Add FIR block YAMLWade Fife2019-11-261-0/+61
* rfnoc_graph: Modify find_blocks() to sort return valueMartin Braun2019-11-261-3/+9
* image builder: Add ability to pick up extra Makefile.srcs from YAMLSMartin Braun2019-11-262-0/+6
* multi_usrp: Add set_rx_spp() callMartin Braun2019-11-261-0/+11
* utils: image_builder: Support parameterized number of ports on blocksWade Fife2019-11-261-0/+68
* rfnoc: image_builder: Fix -I, allow devices/targets to bet set in YAMLMartin Braun2019-11-261-1/+2
* uhd: Replace all occurrences of boost::bind with std::bindMartin Braun2019-11-261-5/+4
* rfnoc: Adding rfnoc_graph utilitiesBrent Stapleton2019-11-262-0/+69
* transport: Implement eov indications for Rx and Tx streamsAaron Rossetto2019-11-261-8/+48
* rfnoc: rename block clocks to ce_clkPaul Butler2019-11-265-15/+15
* uhd: Replace boost::function with std::functionMartin Braun2019-11-2611-31/+35
* uhd: Replace BOOST_FOREACH(v, c) with for(v : c)Martin Braun2019-11-264-29/+24
* uhd: Replace usage of boost smart pointers with C++11 counterpartsMartin Braun2019-11-2641-111/+107
* uhd: Check property type at access; error if mismatchAaron Rossetto2019-11-262-3/+12
* rfnoc: Add DRAM support to E320Wade Fife2019-11-261-0/+3
* rfnoc: Port FFT controllerLars Amsel2019-11-263-0/+109
* rfnoc: Add DMA FIFO block controllerMartin Braun2019-11-265-0/+510
* Remove proto-RFNoC filesMartin Braun2019-11-2692-6387/+51
* x300/mpmd: Port all RFNoC devices to the new RFNoC frameworkMartin Braun2019-11-268-0/+238
* rfnoc: Add radio_1x64Martin Braun2019-11-262-3/+25
* rfnoc: radio: Add API call to disable timestampsMartin Braun2019-11-261-0/+4
* rfnoc: Add multi_usrp_rfnoc, modify multi_usrpBrent Stapleton2019-11-262-140/+52
* rfnoc: Allow MB controllers to init after blocks have initializedMartin Braun2019-11-262-10/+76
* rfnoc: Use adapter_id_t for balancing load across linksAlex Williams2019-11-262-24/+19
* transport: Add modeling of physical adaptersAlex Williams2019-11-261-0/+21
* rfnoc: node: Add set_properties()Martin Braun2019-11-261-1/+15
* rfnoc: property: Add option to set properties from stringsMartin Braun2019-11-262-0/+26
* rfnoc: Add ability to select transport for streamers to user APIsAlex Williams2019-11-262-5/+38
* rfnoc: tx_streamer: add support for async messagesCiro Nishiguchi2019-11-262-2/+23
* utils: remove thread priority elevationCiro Nishiguchi2019-11-261-2/+4
* rfnoc: ctrlport: Separately validate and handle async messagesMartin Braun2019-11-261-2/+38
* rfnoc: adding filter_api mixin class for blocksBrent Stapleton2019-11-261-0/+42
* rfnoc: Add DUC block controllerMartin Braun2019-11-263-0/+125
* rfnoc: rfnoc_graph: Add is_connectable() APIMartin Braun2019-11-261-0/+13
* rfnoc: Add MTU trackingMartin Braun2019-11-264-0/+74
* rfnoc: Implement overrun handling using action APIMartin Braun2019-11-261-0/+1
* rfnoc: actions: Add dictionary to all actionsMartin Braun2019-11-261-2/+7
* rfnoc: Introduce device-specific blocksLars Amsel2019-11-265-38/+57
* rfnoc: Add a new builder script for FPGA images based on eRFNoC.Lars Amsel2019-11-2614-0/+721
* rfnoc: async message: Include timestamp in async message handlingMartin Braun2019-11-261-2/+2
* rfnoc: actions: Add rx_event action typeMartin Braun2019-11-261-2/+17
* rfnoc: node: Make register_property() unlock RW accessMartin Braun2019-11-261-1/+10
* rfnoc: add rx and tx transports, and amend rfnoc_graphCiro Nishiguchi2019-11-261-8/+13
* rfnoc: Add tracking of 'valid' bit to propertiesAlex Williams2019-11-263-17/+74
* rfnoc: Enable users to query connections in the graphAlex Williams2019-11-261-11/+19
* rfnoc: Add clock selection to blocksMartin Braun2019-11-263-17/+23
* rfnoc: Add shutdown feature to blocksMartin Braun2019-11-262-0/+36
* rfnoc: register_iface_holder: Add ability to invalidate and updateMartin Braun2019-11-261-0/+3
* rfnoc: noc_block_base: Store property tree reference from make_argsMartin Braun2019-11-261-0/+13