aboutsummaryrefslogtreecommitdiffstats
path: root/host
Commit message (Expand)AuthorAgeFilesLines
* rfnoc: Use RTTI "serialization" for stream commandsMartin Braun2019-11-264-44/+82
* log: Add convenience macros for logging from RFNoC blocksMartin Braun2019-11-261-0/+7
* rfnoc: Support for new backend iface plus fixesAshish Chaudhari2019-11-264-33/+43
* rfnoc: Add rfnoc_graph classMartin Braun2019-11-264-0/+395
* rfnoc: Move graph_edge data structure to its own header, add to_string()Martin Braun2019-11-263-59/+90
* rfnoc: Add rfnoc_device base classMartin Braun2019-11-262-0/+83
* rfnoc: Change Block-ID format to 0/FFT#1Martin Braun2019-11-265-57/+60
* rfnoc: Add block registry/factory and make_argsMartin Braun2019-11-268-2/+283
* rfnoc: Add block_poke support to reg_iface async msgAshish Chaudhari2019-11-262-5/+6
* rfnoc: adding client_zeroBrent Stapleton2019-11-266-0/+766
* rfnoc: add register_iface holder classMartin Braun2019-11-262-2/+42
* cmake: tests: Move RFNoC tests to UHD_ADD_NONAPI_TEST() macroMartin Braun2019-11-261-42/+19
* rfnoc: Added impl for reg_iface and ctrl_endpointAshish Chaudhari2019-11-269-1/+1009
* rfnoc: node: Add default command time APIMartin Braun2019-11-262-0/+65
* rfnoc: Add action APIMartin Braun2019-11-2613-20/+656
* rfnoc: Added initial impl for mgmt_portalAshish Chaudhari2019-11-263-1/+1189
* rfnoc: Refactored CHDR packet interfacesAshish Chaudhari2019-11-2612-660/+1992
* rfnoc: Add property propagation, Boost.Graph storageMartin Braun2019-11-2612-49/+2171
* rfnoc: Add detail::block_container_t classMartin Braun2019-11-263-0/+132
* rfnoc: add eRFNoC block builder to generate boiler plate VerilogLars Amsel2019-11-2618-0/+1069
* rfnoc: Add rfnoc::mb_iface interface classMartin Braun2019-11-261-0/+76
* rfnoc: Add noc_block_base classMartin Braun2019-11-263-0/+104
* rfnoc: add chdr packet interfaceTrung Tran2019-11-262-15/+196
* rfnoc: Add properties, nodes, and accessorsMartin Braun2019-11-2614-0/+1274
* rfnoc: add new data_chdr packetization.Trung Tran2019-11-266-1/+507
* rfnoc: block_id: Add more info when ctor failsMartin Braun2019-11-261-1/+2
* twinrx: Make gpio_iface a wb_iface (was: timed_wb_iface)Martin Braun2019-11-261-11/+2
* lib: adf535x: Add trace logs for synth configurationMartin Braun2019-11-261-0/+18
* lib: Simplify implementation of uhd::get_system_time() to use <chrono>Martin Braun2019-11-264-109/+15
* lib: Replace uhd::get_system_time() with steady_clockMartin Braun2019-11-262-9/+14
* niusrprio: Add get_resource() API callMartin Braun2019-11-261-0/+5
* niusrpio: Apply formattingMartin Braun2019-11-262-99/+104
* types: time_spec: Add ASAP valueMartin Braun2019-11-261-0/+3
* gain groups: FormattingBrent Stapleton2019-11-262-65/+78
* gain_groups: Add zero-value gain groupsBrent Stapleton2019-11-262-0/+18
* convert: Add chdr converters for sc16 -> fc32 and vice versaMartin Braun2019-11-265-0/+235
* convert: sse2: Apply clang-formatMartin Braun2019-11-269-679/+742
* convert: Add CHDR convertersMartin Braun2019-11-262-32/+174
* uhd: Add thread affinity utility functionsAaron Rossetto2019-11-263-11/+123
* uhd: utils: Add compat check for 32-bit compat numbersMartin Braun2019-11-262-0/+31
* lib: utils: Add new signature to get_freq_and_freq_word()Martin Braun2019-11-262-1/+15
* utils: cast: Add from_str() typecastMartin Braun2019-11-264-1/+68
* soft_register: Replace boost::unordered_map with std versionMartin Braun2019-11-261-2/+2
* utils: soft_register: Remove 16-bit modeMartin Braun2019-11-262-28/+3
* utils: dirty_tracked: Remove custom copy constructorMartin Braun2019-11-261-7/+1
* utils: Added set_thread_name for std::threadAshish Chaudhari2019-11-262-0/+20
* 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-262-7/+115
* uhd: Remove deprecated objects and methodsMartin Braun2019-11-2618-272/+1