aboutsummaryrefslogtreecommitdiffstats
path: root/host
Commit message (Expand)AuthorAgeFilesLines
* examples: updating radio loopbackBrent Stapleton2019-11-262-113/+155
* rfnoc: Adding rfnoc_graph utilitiesBrent Stapleton2019-11-264-0/+203
* examples: benchmark_rate: Remove usage of boost::posix_timeMartin Braun2019-11-261-18/+25
* mpmd: Add skip_oldlog device argMartin Braun2019-11-261-0/+8
* mpmd: Skip generation of mb_controller and mb_iface for skip_init=1Martin Braun2019-11-261-3/+6
* examples: Add Rx/Tx stream args parameters to benchmark_rateAaron Rossetto2019-11-261-0/+5
* uhd: Introduce I/O service managerAaron Rossetto2019-11-2627-183/+1341
* rfnoc: Make trasnport safe to use with offload threadsCiro Nishiguchi2019-11-266-9/+43
* transport: Implement eov indications for Rx and Tx streamsAaron Rossetto2019-11-2611-58/+711
* tests: Change Python YAML moduleBrent Stapleton2019-11-261-1/+6
* rfnoc: rename block clocks to ce_clkPaul Butler2019-11-265-15/+15
* uhd: Replace boost::regex with std::regexMartin Braun2019-11-2610-37/+32
* uhd: Replace boost::function with std::functionMartin Braun2019-11-2628-66/+71
* uhd: Replace BOOST_FOREACH(v, c) with for(v : c)Martin Braun2019-11-267-33/+27
* uhd: Replace usage of boost smart pointers with C++11 counterpartsMartin Braun2019-11-26156-505/+492
* transport: Implement an I/O service that uses an offload threadCiro Nishiguchi2019-11-265-0/+1349
* rfnoc: Unify endianness of transportsAlex Williams2019-11-264-4/+4
* uhd: Check property type at access; error if mismatchAaron Rossetto2019-11-264-5/+55
* rfnoc: Add DRAM support to E320Wade Fife2019-11-261-0/+3
* images: Fix THIS_PORTID calculation to offset from num ctrl_sepsAlex Williams2019-11-261-1/+1
* rfnoc: Port FFT controllerLars Amsel2019-11-265-0/+224
* rfnoc: Add DMA FIFO block controllerMartin Braun2019-11-2610-401/+860
* Remove proto-RFNoC filesMartin Braun2019-11-26211-22810/+244
* utils: Add RFNoC-specific features to uhd_usrp_probeMartin Braun2019-11-262-9/+126
* rfnoc: examples: Porting examples to new RFNoCBrent Stapleton2019-11-263-206/+203
* x300/mpmd: Port all RFNoC devices to the new RFNoC frameworkMartin Braun2019-11-2697-8175/+11424
* rfnoc: Add radio_1x64Martin Braun2019-11-262-3/+25
* rfnoc: radio: Add API call to disable timestampsMartin Braun2019-11-263-1/+13
* rfnoc: radio: Interpret MTU as max payload sizeMartin Braun2019-11-261-3/+3
* transport: Port liberio to link_ifAlex Williams2019-11-265-315/+333
* rfnoc: Fix transport buffer reservationsCiro Nishiguchi2019-11-266-57/+74
* tests: Add benchmark of streamer and chdr xportsCiro Nishiguchi2019-11-262-7/+534
* streamer: Add option to ignore sequence errorsCiro Nishiguchi2019-11-263-8/+9
* tests: Make packet handler benchmark include flow controlCiro Nishiguchi2019-11-262-229/+228
* rfnoc: rfnoc_graph: Safely deinit full graph on any kind of init errorMartin Braun2019-11-261-15/+15
* rfnoc: Hold reference to streamers in rfnoc_graphCiro Nishiguchi2019-11-261-2/+11
* rfnoc: Move data xport sep configuration to static methodsCiro Nishiguchi2019-11-269-417/+597
* rfnoc: Add multi_usrp_rfnoc, modify multi_usrpBrent Stapleton2019-11-2611-535/+2470
* rfnoc: radio/streamer: Handle late commands and burst ACKsMartin Braun2019-11-265-7/+52
* rfnoc: Add MTU property to RX streamerCiro Nishiguchi2019-11-265-18/+90
* rfnoc: Implement flushing on overrunCiro Nishiguchi2019-11-266-72/+158
* rfnoc: Allow MB controllers to init after blocks have initializedMartin Braun2019-11-264-16/+240
* rfnoc: Add nirio_link link objectMartin Braun2019-11-263-0/+576
* rfnoc: Use adapter_id_t for balancing load across linksAlex Williams2019-11-269-125/+164
* rfnoc: ctrlport: Fixing timeouts for timed commandsBrent Stapleton2019-11-262-5/+31
* rfnoc: client_zero can track num SEPs and num ctrl EPs separatelyMartin Braun2019-11-264-4/+22
* transport: Add modeling of physical adaptersAlex Williams2019-11-269-5/+180
* rfnoc: node: Add set_properties()Martin Braun2019-11-263-1/+39
* rfnoc: property: Add option to set properties from stringsMartin Braun2019-11-263-0/+53
* rfnoc: Add basic round-robin allocation for linksAlex Williams2019-11-261-12/+65