| Commit message (Expand) | Author | Age | Files | Lines |
* | uhd: Check property type at access; error if mismatch | Aaron Rossetto | 2019-11-26 | 1 | -1/+19 |
* | Remove proto-RFNoC files | Martin Braun | 2019-11-26 | 18 | -1982/+6 |
* | x300/mpmd: Port all RFNoC devices to the new RFNoC framework | Martin Braun | 2019-11-26 | 1 | -5/+13 |
* | tests: Add benchmark of streamer and chdr xports | Ciro Nishiguchi | 2019-11-26 | 2 | -7/+534 |
* | tests: Make packet handler benchmark include flow control | Ciro Nishiguchi | 2019-11-26 | 2 | -229/+228 |
* | rfnoc: client_zero can track num SEPs and num ctrl EPs separately | Martin Braun | 2019-11-26 | 1 | -0/+1 |
* | transport: Add modeling of physical adapters | Alex Williams | 2019-11-26 | 1 | -0/+10 |
* | rfnoc: node: Add set_properties() | Martin Braun | 2019-11-26 | 1 | -0/+5 |
* | rfnoc: property: Add option to set properties from strings | Martin Braun | 2019-11-26 | 1 | -0/+27 |
* | rfnoc: tx_streamer: add support for async messages | Ciro Nishiguchi | 2019-11-26 | 1 | -0/+6 |
* | rfnoc: graph: Optimize property propagation algorithm | Martin Braun | 2019-11-26 | 1 | -3/+2 |
* | utils: remove thread priority elevation | Ciro Nishiguchi | 2019-11-26 | 1 | -2/+0 |
* | rfnoc: tests: Let block unit tests use regular factory | Martin Braun | 2019-11-26 | 2 | -49/+53 |
* | rfnoc: ctrlport: Separately validate and handle async messages | Martin Braun | 2019-11-26 | 1 | -0/+5 |
* | rfnoc: Add DUC block controller | Martin Braun | 2019-11-26 | 3 | -3/+170 |
* | rfnoc: Add MTU tracking | Martin Braun | 2019-11-26 | 1 | -1/+20 |
* | rfnoc: actions: Allow sending actions to self | Martin Braun | 2019-11-26 | 1 | -2/+5 |
* | rfnoc: actions: Add dictionary to all actions | Martin Braun | 2019-11-26 | 1 | -0/+6 |
* | rfnoc: Introduce device-specific blocks | Lars Amsel | 2019-11-26 | 1 | -3/+3 |
* | rfnoc: DDC: Fix property propagation | Martin Braun | 2019-11-26 | 3 | -9/+135 |
* | rfnoc: add rx and tx transports, and amend rfnoc_graph | Ciro Nishiguchi | 2019-11-26 | 5 | -0/+1193 |
* | rfnoc: Enable users to query connections in the graph | Alex Williams | 2019-11-26 | 1 | -0/+8 |
* | rfnoc: Add clock selection to blocks | Martin Braun | 2019-11-26 | 1 | -8/+9 |
* | rfnoc: Add shutdown feature to blocks | Martin Braun | 2019-11-26 | 2 | -0/+7 |
* | rfnoc: Add null block controller | Martin Braun | 2019-11-26 | 2 | -0/+88 |
* | rfnoc: noc_block_base: Pass args into block on construction | Martin Braun | 2019-11-26 | 1 | -0/+2 |
* | rfnoc: graph: Add commit/release API | Martin Braun | 2019-11-26 | 3 | -7/+14 |
* | rfnoc: Add mb_controller API | Martin Braun | 2019-11-26 | 2 | -0/+156 |
* | rfnoc: Add radio block controller | Martin Braun | 2019-11-26 | 1 | -0/+1 |
* | rfnoc: Added src port, EPID getters to register_iface, 64-bit calls | Ashish Chaudhari | 2019-11-26 | 1 | -2/+11 |
* | rfnoc: noc_block_base: Handle the tick_rate property internally | Martin Braun | 2019-11-26 | 1 | -0/+1 |
* | rfnoc: node: Fix resolution of properties with circular dependencies | Martin Braun | 2019-11-26 | 1 | -0/+60 |
* | rfnoc: Moved chdr types/packet class out of chdr dir | Ashish Chaudhari | 2019-11-26 | 2 | -6/+6 |
* | transport: Implement a single-threaded I/O service | Alex Williams | 2019-11-26 | 3 | -0/+563 |
* | tests: add mock transport implementation and test | Ciro Nishiguchi | 2019-11-26 | 3 | -0/+419 |
* | rfnoc: Add DDC block controller | Martin Braun | 2019-11-26 | 2 | -0/+76 |
* | rfnoc: Use RTTI "serialization" for stream commands | Martin Braun | 2019-11-26 | 2 | -38/+38 |
* | rfnoc: Support for new backend iface plus fixes | Ashish Chaudhari | 2019-11-26 | 1 | -21/+25 |
* | rfnoc: Change Block-ID format to 0/FFT#1 | Martin Braun | 2019-11-26 | 2 | -39/+40 |
* | rfnoc: adding client_zero | Brent Stapleton | 2019-11-26 | 3 | -0/+353 |
* | cmake: tests: Move RFNoC tests to UHD_ADD_NONAPI_TEST() macro | Martin Braun | 2019-11-26 | 1 | -42/+19 |
* | rfnoc: Add action API | Martin Braun | 2019-11-26 | 3 | -2/+214 |
* | rfnoc: Refactored CHDR packet interfaces | Ashish Chaudhari | 2019-11-26 | 2 | -68/+209 |
* | rfnoc: Add property propagation, Boost.Graph storage | Martin Braun | 2019-11-26 | 5 | -12/+886 |
* | rfnoc: Add properties, nodes, and accessors | Martin Braun | 2019-11-26 | 3 | -0/+262 |
* | rfnoc: add new data_chdr packetization. | Trung Tran | 2019-11-26 | 2 | -0/+96 |
* | lib: Simplify implementation of uhd::get_system_time() to use <chrono> | Martin Braun | 2019-11-26 | 2 | -1/+7 |
* | convert: Add CHDR converters | Martin Braun | 2019-11-26 | 1 | -31/+102 |
* | utils: cast: Add from_str() typecast | Martin Braun | 2019-11-26 | 1 | -0/+8 |
* | uhd: Remove deprecated objects and methods | Martin Braun | 2019-11-26 | 1 | -1/+0 |