| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | rfnoc: node: Make register_property() unlock RW access | Martin Braun | 2019-11-26 | 1 | -1/+4 |
* | rfnoc: add rx and tx transports, and amend rfnoc_graph | Ciro Nishiguchi | 2019-11-26 | 25 | -326/+3334 |
* | rfnoc: Add tracking of 'valid' bit to properties | Alex Williams | 2019-11-26 | 2 | -1/+10 |
* | rfnoc: Enable users to query connections in the graph | Alex Williams | 2019-11-26 | 3 | -2/+162 |
* | rfnoc: rfnoc_graph: Change block's subtrees to be /blocks/$BLOCKID | Martin Braun | 2019-11-26 | 1 | -2/+7 |
* | rfnoc: graph: Initialize properties on all nodes during init | Martin Braun | 2019-11-26 | 3 | -0/+14 |
* | rfnoc: flushing and reset blocks on graph creation | Brent Stapleton | 2019-11-26 | 3 | -3/+71 |
* | rfnoc: Add clock selection to blocks | Martin Braun | 2019-11-26 | 10 | -38/+101 |
* | rfnoc: clock_iface: Add flag for clock to be (im-)mutable | Martin Braun | 2019-11-26 | 1 | -1/+21 |
* | rfnoc: Add shutdown feature to blocks | Martin Braun | 2019-11-26 | 7 | -3/+48 |
* | rfnoc: register_iface_holder: Add ability to invalidate and update | Martin Braun | 2019-11-26 | 2 | -0/+93 |
* | rfnoc: rfnoc_device: Make get_mb_iface() pure virtual | Martin Braun | 2019-11-26 | 1 | -22/+1 |
* | rfnoc: Make a chdr_ctrl_xport using the new link APIs | Alex Williams | 2019-11-26 | 8 | -135/+182 |
* | rfnoc: Add chdr_ctrl_xport | Alex Williams | 2019-11-26 | 4 | -4/+276 |
* | rfnoc: noc_block_base: Store property tree reference from make_args | Martin Braun | 2019-11-26 | 1 | -1/+4 |
* | rfnoc: Add mb_controller base class and X300/MPMD implementations | Martin Braun | 2019-11-26 | 8 | -0/+246 |
* | gpio_atr_3000: Formatting changes | Brent Stapleton | 2019-11-26 | 2 | -156/+221 |
* | cores: gpio_atr_3000: Add capability to configure register offset | Martin Braun | 2019-11-26 | 2 | -43/+59 |
* | rfnoc: Add device_id allocator | Martin Braun | 2019-11-26 | 3 | -0/+40 |
* | rfnoc: add reg_iface_adapter | Martin Braun | 2019-11-26 | 1 | -0/+121 |
* | tx_fe_200: make register offset controllable | Brent Stapleton | 2019-11-26 | 2 | -10/+11 |
* | rx_fe_3000: Changing register address calc | Brent Stapleton | 2019-11-26 | 2 | -19/+31 |
* | lib: cores: Adapt spi_core_3000 for use with register_iface | Martin Braun | 2019-11-26 | 2 | -50/+92 |
* | rfnoc: Fixed race condition in chdr_ctrl_endpoint | Ashish Chaudhari | 2019-11-26 | 1 | -2/+4 |
* | rfnoc: Add check_topology() API to nodes | Martin Braun | 2019-11-26 | 4 | -0/+71 |
* | rfnoc: rfnoc_graph: Add API to query the number of motherboards | Martin Braun | 2019-11-26 | 1 | -1/+11 |
* | rfnoc: enumerate and construct block controllers, enable connect() | Brent Stapleton | 2019-11-26 | 1 | -3/+202 |
* | rfnoc: Add null block controller | Martin Braun | 2019-11-26 | 2 | -0/+183 |
* | rfnoc: noc_block_base: Pass args into block on construction | Martin Braun | 2019-11-26 | 1 | -0/+1 |
* | rfnoc: graph: Add commit/release API | Martin Braun | 2019-11-26 | 3 | -4/+44 |
* | rfnoc: noc_block_base: Add API to reduce num ports | Martin Braun | 2019-11-26 | 1 | -0/+20 |
* | rfnoc: Add mb_controller API | Martin Braun | 2019-11-26 | 6 | -1/+137 |
* | rfnoc: SW support for FPGA byte swapper | Ashish Chaudhari | 2019-11-26 | 2 | -8/+37 |
* | rfnoc: Add radio block controller | Martin Braun | 2019-11-26 | 3 | -0/+1061 |
* | rfnoc: Added src port, EPID getters to register_iface, 64-bit calls | Ashish Chaudhari | 2019-11-26 | 1 | -1/+14 |
* | rfnoc: Graph and link stream manager API cleanup | Ashish Chaudhari | 2019-11-26 | 9 | -81/+408 |
* | rfnoc: noc_block_base: Handle the tick_rate property internally | Martin Braun | 2019-11-26 | 2 | -40/+62 |
* | rfnoc: node: Fix resolution of properties with circular dependencies | Martin Braun | 2019-11-26 | 1 | -41/+51 |
* | rfnoc: Enable daisy-chaining in mgmt_portal | Ashish Chaudhari | 2019-11-26 | 1 | -5/+14 |
* | rfnoc: Added link/graph specific stream managers | Ashish Chaudhari | 2019-11-26 | 10 | -27/+722 |
* | rfnoc: API cleanup for ctrl/mgmt code | Ashish Chaudhari | 2019-11-26 | 6 | -73/+116 |
* | rfnoc: Moved chdr types/packet class out of chdr dir | Ashish Chaudhari | 2019-11-26 | 14 | -69/+93 |
* | uhd: add udp boost asio implementation of transport interface | Ciro Nishiguchi | 2019-11-26 | 9 | -195/+491 |
* | uhdlib: transport: Add links.hpp | Martin Braun | 2019-11-26 | 1 | -0/+43 |
* | transport: Implement a single-threaded I/O service | Alex Williams | 2019-11-26 | 3 | -0/+537 |
* | transport: Introduce I/O service layer between transport and link | Alex Williams | 2019-11-26 | 1 | -0/+337 |
* | uhd: add new transport interface and base class implementation | Ciro Nishiguchi | 2019-11-26 | 2 | -0/+334 |
* | rfnoc: Add default block controller | Martin Braun | 2019-11-26 | 5 | -3/+29 |
* | rfnoc: Add DDC block controller | Martin Braun | 2019-11-26 | 2 | -0/+558 |
* | rfnoc: Added clock_iface to convey info about clocks | Ashish Chaudhari | 2019-11-26 | 5 | -23/+95 |