aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib
Commit message (Expand)AuthorAgeFilesLines
* uhd: Replace boost::regex with std::regexMartin Braun2019-11-267-32/+32
* uhd: Replace boost::function with std::functionMartin Braun2019-11-2616-34/+35
* uhd: Replace BOOST_FOREACH(v, c) with for(v : c)Martin Braun2019-11-261-1/+1
* uhd: Replace usage of boost smart pointers with C++11 counterpartsMartin Braun2019-11-26101-338/+334
* transport: Implement an I/O service that uses an offload threadCiro Nishiguchi2019-11-263-0/+1065
* rfnoc: Unify endianness of transportsAlex Williams2019-11-264-4/+4
* uhd: Check property type at access; error if mismatchAaron Rossetto2019-11-261-1/+24
* rfnoc: Port FFT controllerLars Amsel2019-11-262-0/+115
* rfnoc: Add DMA FIFO block controllerMartin Braun2019-11-265-401/+350
* Remove proto-RFNoC filesMartin Braun2019-11-2686-14372/+166
* x300/mpmd: Port all RFNoC devices to the new RFNoC frameworkMartin Braun2019-11-2687-8168/+11173
* rfnoc: radio: Add API call to disable timestampsMartin Braun2019-11-262-1/+9
* 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
* streamer: Add option to ignore sequence errorsCiro Nishiguchi2019-11-263-8/+9
* 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-269-395/+2418
* 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-262-6/+164
* rfnoc: Add nirio_link link objectMartin Braun2019-11-263-0/+576
* rfnoc: Use adapter_id_t for balancing load across linksAlex Williams2019-11-267-101/+145
* 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-263-4/+21
* transport: Add modeling of physical adaptersAlex Williams2019-11-267-5/+149
* rfnoc: node: Add set_properties()Martin Braun2019-11-261-0/+19
* rfnoc: Add basic round-robin allocation for linksAlex Williams2019-11-261-12/+65
* rfnoc: Add ability to select transport for streamers to user APIsAlex Williams2019-11-265-14/+98
* rfnoc: tx_streamer: add support for async messagesCiro Nishiguchi2019-11-2610-20/+262
* rfnoc: Centralize initialization state of SEPs to epid_allocatorAlex Williams2019-11-266-25/+80
* rfnoc: Use link_stream_manager's mgmt_portal for all mgmt packetsAlex Williams2019-11-268-97/+100
* rfnoc: rfnoc_graph: Improve error reporting for init failuresMartin Braun2019-11-261-0/+4
* rfnoc: client0: Change flush-all-blocks to not throw on timeoutMartin Braun2019-11-263-23/+12
* rfnoc: graph: Optimize property propagation algorithmMartin Braun2019-11-263-24/+64
* rfnoc: Add MTU property to TX streamerCiro Nishiguchi2019-11-263-7/+75
* rfnoc: graph: Lock release/commit stateMartin Braun2019-11-263-9/+27
* rfnoc: radio: Add async message validationMartin Braun2019-11-262-0/+53
* rfnoc: ctrlport: Separately validate and handle async messagesMartin Braun2019-11-262-5/+33
* rfnoc: radio: Introduce coerce_rate() methodMartin Braun2019-11-262-3/+24
* rfnoc: Add DUC block controllerMartin Braun2019-11-262-0/+525
* rfnoc: rfnoc_graph: FormattingBrent Stapleton2019-11-261-15/+10
* rfnoc: rfnoc_graph: Add is_connectable() APIMartin Braun2019-11-261-0/+73
* rfnoc: Add MTU trackingMartin Braun2019-11-264-5/+124
* rfnoc: Implement overrun handling using action APIMartin Braun2019-11-265-3/+151
* rfnoc: actions: Allow sending actions to selfMartin Braun2019-11-263-20/+43
* rfnoc: actions: Add dictionary to all actionsMartin Braun2019-11-261-4/+9