aboutsummaryrefslogtreecommitdiffstats
path: root/host/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* rfnoc: node: Add API to query and set edge propertiesMartin Braun2019-11-262-7/+50
* uhd: add new transport interface and base class implementationCiro Nishiguchi2019-11-262-0/+70
* rfnoc: Add default block controllerMartin Braun2019-11-263-5/+30
* rfnoc: Add DDC block controllerMartin Braun2019-11-262-0/+136
* rfnoc: Added clock_iface to convey info about clocksAshish Chaudhari2019-11-261-0/+3
* rfnoc: Use RTTI "serialization" for stream commandsMartin Braun2019-11-261-6/+20
* log: Add convenience macros for logging from RFNoC blocksMartin Braun2019-11-261-0/+7
* rfnoc: Add rfnoc_graph classMartin Braun2019-11-262-0/+234
* rfnoc: Move graph_edge data structure to its own header, add to_string()Martin Braun2019-11-262-0/+87
* rfnoc: Change Block-ID format to 0/FFT#1Martin Braun2019-11-262-17/+19
* rfnoc: Add block registry/factory and make_argsMartin Braun2019-11-264-2/+143
* rfnoc: Add block_poke support to reg_iface async msgAshish Chaudhari2019-11-261-1/+2
* rfnoc: add register_iface holder classMartin Braun2019-11-262-2/+42
* rfnoc: Added impl for reg_iface and ctrl_endpointAshish Chaudhari2019-11-262-0/+223
* rfnoc: node: Add default command time APIMartin Braun2019-11-261-0/+42
* rfnoc: Add action APIMartin Braun2019-11-264-17/+187
* rfnoc: Refactored CHDR packet interfacesAshish Chaudhari2019-11-264-592/+0
* rfnoc: Add property propagation, Boost.Graph storageMartin Braun2019-11-262-26/+247
* rfnoc: Add noc_block_base classMartin Braun2019-11-261-0/+92
* rfnoc: add chdr packet interfaceTrung Tran2019-11-262-15/+196
* rfnoc: Add properties, nodes, and accessorsMartin Braun2019-11-267-0/+712
* rfnoc: add new data_chdr packetization.Trung Tran2019-11-264-1/+411
* niusrprio: Add get_resource() API callMartin Braun2019-11-261-0/+5
* niusrpio: Apply formattingMartin Braun2019-11-261-40/+35
* types: time_spec: Add ASAP valueMartin Braun2019-11-261-0/+3
* gain groups: FormattingBrent Stapleton2019-11-261-1/+1
* gain_groups: Add zero-value gain groupsBrent Stapleton2019-11-261-0/+7
* uhd: Add thread affinity utility functionsAaron Rossetto2019-11-261-0/+6
* utils: cast: Add from_str() typecastMartin Braun2019-11-261-1/+20
* soft_register: Replace boost::unordered_map with std versionMartin Braun2019-11-261-2/+2
* utils: soft_register: Remove 16-bit modeMartin Braun2019-11-261-14/+3
* utils: dirty_tracked: Remove custom copy constructorMartin Braun2019-11-261-7/+1