aboutsummaryrefslogtreecommitdiffstats
path: root/host/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* utils: Added set_thread_name for std::threadAshish Chaudhari2019-11-261-0/+8
* nirio_fifo: Replace boost::atomic with std::atomicMartin Braun2019-11-261-2/+3
* uhd: types: Extend stream_cmd_t::num_samps to 64 bitsMartin Braun2019-11-261-1/+1
* uhd: Add new exceptions for RFNoC-specific errorsMartin Braun2019-11-261-0/+82
* uhd: Remove deprecated objects and methodsMartin Braun2019-11-267-142/+0
* uhd: Remove support for N230Martin Braun2019-11-261-1/+1
* cmake: Bump dependency versions for UHD 4.0.0.0Martin Braun2019-11-261-94/+0
* uhd: dict: Add typecast operator to std::map<>Martin Braun2019-11-042-0/+15
* cmake: Add UHD_COMPONENT variablemichael-west2019-10-151-0/+3
* Revert "uhd: Check property type at access; error if mismatch"Martin Braun2019-09-302-12/+3
* uhd: include: Add <string> to headers where it was missingMartin Braun2019-09-092-1/+3
* rfnoc: Read cmd FIFO size from blocks & configure ctrl_ifaceMartin Braun2019-09-041-2/+2
* uhd: Check property type at access; error if mismatchAaron Rossetto2019-09-042-3/+12