aboutsummaryrefslogtreecommitdiffstats
path: root/host/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* rfnoc: Add check_topology() API to nodesMartin Braun2019-11-261-0/+28
* rfnoc: rfnoc_graph: Add API to query the number of motherboardsMartin Braun2019-11-261-0/+1
* rfnoc: enumerate and construct block controllers, enable connect()Brent Stapleton2019-11-261-8/+15
* rfnoc: Add null block controllerMartin Braun2019-11-262-0/+89
* rfnoc: noc_block_base: Pass args into block on constructionMartin Braun2019-11-262-0/+11
* rfnoc: graph: Add commit/release APIMartin Braun2019-11-261-0/+16
* rfnoc: noc_block_base: Add API to reduce num portsMartin Braun2019-11-261-0/+33
* rfnoc: Add mb_controller APIMartin Braun2019-11-266-0/+415
* rfnoc: Add radio block controllerMartin Braun2019-11-262-0/+689
* rfnoc: Added src port, EPID getters to register_iface, 64-bit callsAshish Chaudhari2019-11-261-1/+62
* rfnoc: noc_block_base: Handle the tick_rate property internallyMartin Braun2019-11-262-0/+36