| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | multi_usrp: Fix typos in streamer destruction callback | michael-west | 2020-11-05 | 1 | -4/+4 |
* | sim: Integrate simulator into UHD | Samuel O'Brien | 2020-10-28 | 5 | -3/+218 |
* | DUC: Fix incorrect DDS_GAIN | michael-west | 2020-10-26 | 1 | -1/+1 |
* | multi_usrp: Fix streamer destruction callback | michael-west | 2020-10-22 | 1 | -91/+74 |
* | graph: Serialize all graph-related functions | Aaron Rossetto | 2020-10-22 | 2 | -8/+13 |
* | graph: Re-fetch dst_node descriptor after src_node potential removal | Aaron Rossetto | 2020-10-22 | 1 | -0/+3 |
* | fixup! rfnoc: Fix thread unsafe accesses in ctrlport | Ciro Nishiguchi | 2020-10-20 | 1 | -7/+5 |
* | rfnoc: Fix thread unsafe accesses in ctrlport | Ciro Nishiguchi | 2020-10-20 | 1 | -56/+35 |
* | python: Add access to the property_tree from Python | Martin Braun | 2020-10-16 | 3 | -0/+76 |
* | python: Move multi_usrp_python to its own module | Martin Braun | 2020-10-12 | 2 | -191/+200 |
* | deps: rpclib: Fix issue on socket closing | Martin Braun | 2020-10-09 | 1 | -1/+7 |
* | tests: mock_block: Allow mock blocks to carry MB controllers | Martin Braun | 2020-10-09 | 1 | -5/+6 |
* | n310/n300: Allow gain coercion | Martin Braun | 2020-10-09 | 1 | -2/+14 |
* | b200: handle overruns during continuous streaming | mattprost | 2020-10-09 | 1 | -0/+3 |
* | ic_reg_map: Allow registers to be arrays | Martin Braun | 2020-10-06 | 1 | -19/+114 |
* | ic_reg_maps: Add common regmap template for Python | Toni Jones | 2020-10-06 | 1 | -4/+88 |
* | lib: disable non pcie types in find with resource | Steven Koo | 2020-10-05 | 8 | -8/+49 |
* | uhd: clang format device impl | Steven Koo | 2020-10-05 | 5 | -18/+19 |
* | uhd: replace default initializers with named ones | Steven Koo | 2020-09-25 | 1 | -7/+8 |
* | lib: graph_utils: Error on single SEP edge | Steven Koo | 2020-09-25 | 1 | -10/+14 |
* | lib: graph_utils: Fix formatting and compiler warnings | Martin Braun | 2020-09-25 | 1 | -13/+15 |
* | multi_usrp: Add get_mb_controller() API call | Cristina Fuentes | 2020-09-24 | 3 | -27/+39 |
* | cal: sync log output between file system and resource data | Lars Amsel | 2020-09-22 | 1 | -1/+3 |
* | E3xx: Add retry to loopback_self_test | michael-west | 2020-09-11 | 1 | -27/+46 |
* | lib: Remove recursive locks in apply_corrections | michael-west | 2020-09-04 | 1 | -3/+0 |
* | python: Add peek/poke bindings to noc_block_base | Aaron Rossetto | 2020-09-03 | 1 | -0/+135 |
* | rfnoc: replay: Update packet size on mtu update | Steven Koo | 2020-09-03 | 1 | -5/+4 |
* | twinrx: Bypass adf535x feedback divider | mattprost | 2020-09-03 | 1 | -7/+13 |
* | rfnoc: Set null source/sink block initial state | Wade Fife | 2020-09-03 | 1 | -0/+3 |
* | dpdk: Improve link status detection | Aaron Rossetto | 2020-09-03 | 2 | -16/+38 |
* | x300,mpmd: Increase recv frames for dpdk streaming | Steven Koo | 2020-09-03 | 2 | -1/+16 |
* | rfnoc: replay: Add support for 32-bit memory address widths | ettus | 2020-09-03 | 1 | -1/+1 |
* | rfnoc: enable SEPs with connect_through_blocks | Steven Koo | 2020-08-28 | 1 | -2/+24 |
* | rfnoc: Exit disconnect() early if nodes not in node map | Aaron Rossetto | 2020-08-28 | 1 | -0/+4 |
* | uhd: Add APIs for getting the available power range | Martin Braun | 2020-08-17 | 5 | -0/+55 |
* | X300: Adjusting 10GbE frame sizes for HW limits | michael-west | 2020-08-17 | 1 | -2/+2 |
* | multi_usrp: Use multi_usrp::sptrs in graph disconnect lambdas | Aaron Rossetto | 2020-08-17 | 1 | -9/+12 |
* | dpdk: clean up destruction order of dpdk context members | ettus | 2020-08-14 | 1 | -4/+4 |
* | rfnoc: Increase ctrlport_endpoint default timeout | Steven Koo | 2020-08-12 | 1 | -1/+1 |
* | uhd: Remove assignment to const var for mac build | Steven Koo | 2020-08-12 | 1 | -11/+0 |
* | uhd: Disable optimizations for Mac for build speed | Steven Koo | 2020-08-12 | 1 | -0/+9 |
* | fpga: lib: Change max FFT size to 1024 | Wade Fife | 2020-08-11 | 1 | -1/+1 |
* | rfnoc: Don't error when streamer isn't found | Steven Koo | 2020-08-11 | 1 | -8/+0 |
* | rfnoc: Resolves streamer/link segfaults on python | Steven Koo | 2020-08-11 | 3 | -23/+32 |
* | twinrx: update synthesizer register values for improved rf performance | mattprost | 2020-08-11 | 2 | -14/+31 |
* | X300: Update frame sizes for 10GbE | michael-west | 2020-08-07 | 1 | -7/+5 |
* | Python API: Add bindings for disconnect APIs | michael-west | 2020-08-07 | 1 | -0/+7 |
* | RFNoC: Revert change in streamer initialization | michael-west | 2020-08-07 | 2 | -2/+2 |
* | mpmd: Clean out link_if_mgr | Martin Braun | 2020-08-07 | 2 | -7/+4 |
* | rfnoc: Remove M_PI usage to fix Windows builds | Steven Koo | 2020-08-07 | 1 | -4/+3 |