| Commit message (Expand) | Author | Age | Files | Lines |
* | rfnoc: mgmt_portal: Fix order of validity checks | Martin Braun | 2021-11-15 | 1 | -2/+6 |
* | rfnoc: Add CHDR width to make args | Martin Braun | 2021-11-12 | 3 | -0/+4 |
* | host: python: Add gpio_voltage python API | Lane Kolbly | 2021-11-05 | 1 | -1/+11 |
* | rfnoc: Remove cruft from UHD 3 (constants) | Martin Braun | 2021-11-02 | 1 | -1/+5 |
* | siggen: Fix direction of rotation | Wade Fife | 2021-10-27 | 1 | -9/+9 |
* | rfnoc: mgmt_portal: Remove two unused variables | Martin Braun | 2021-10-11 | 1 | -4/+6 |
* | chdr: Rename var max_size_bytes to avoid confusion | Martin Anderseck | 2021-09-28 | 1 | -9/+9 |
* | radio: Improve log messages for non-implemented corrections | Martin Braun | 2021-09-08 | 1 | -3/+4 |
* | rfnoc: duc: Fix frequency range for DUC block | Martin Braun | 2021-08-30 | 2 | -6/+4 |
* | python: Add new method bindings to noc_block_base | Aaron Rossetto | 2021-08-30 | 1 | -0/+8 |
* | lib: rfnoc: Make implicit typecasts explicit | Martin Anderseck | 2021-08-10 | 1 | -4/+5 |
* | lib: rfnoc: Change enum node_type to enum class | Martin Anderseck | 2021-08-10 | 1 | -23/+25 |
* | python: rfnoc: Change reference type for noc_block_base export | Martin Braun | 2021-07-23 | 1 | -54/+64 |
* | rfnoc: allow find_blocks to search by device number or block count. | Lars Amsel | 2021-07-20 | 1 | -3/+3 |
* | host: Add static_assert to prevent meta_range_t(0,0) | Lane Kolbly | 2021-07-14 | 1 | -2/+2 |
* | uhd: Replace boost::thread::id with std::thread::id | Martin Braun | 2021-07-14 | 1 | -0/+1 |
* | uhd: Remove all occurences of boost::math::*round() | Martin Braun | 2021-06-24 | 2 | -4/+4 |
* | uhd: Add callback for setting sync_sources | Grant Meyerhoff | 2021-06-17 | 1 | -0/+6 |
* | uhd: Add support for the USRP X410 | Lars Amsel | 2021-06-10 | 1 | -1/+18 |
* | rfnoc: Fix post action behavior of nodes | Lars Amsel | 2021-06-03 | 1 | -0/+4 |
* | rfnoc: Fix MTU prop resolver refactoring | Aaron Rossetto | 2021-06-01 | 1 | -8/+70 |
* | rfnoc: noc_block_base: Throw if set_mtu_forwarding_policy() called multiply | Aaron Rossetto | 2021-05-18 | 1 | -0/+9 |
* | rfnoc: noc_block_base: Refactor MTU prop resolver | Aaron Rossetto | 2021-05-18 | 1 | -46/+58 |
* | RFNoc: Fix graph connect timeout error | Michael West | 2021-05-10 | 1 | -2/+3 |
* | rfnoc: Add option to disable flow control on rx streaming | mattprost | 2021-04-29 | 2 | -8/+15 |
* | rfnoc: radio: Add getter for SPC value | Martin Braun | 2021-03-19 | 2 | -0/+6 |
* | uhd: Fix radio_control-related method constness | Martin Braun | 2021-03-17 | 1 | -2/+2 |
* | host: Update code base using clang-tidy | Martin Braun | 2021-03-17 | 1 | -2/+2 |
* | lib: Remove move-on-return for chdr_packet_writer | Martin Braun | 2021-03-11 | 3 | -5/+5 |
* | lib: Fix warnings related to unnecessary lambda captures | Martin Braun | 2021-03-04 | 8 | -13/+23 |
* | lib: Remove unused constants | Martin Braun | 2021-03-04 | 2 | -6/+5 |
* | host: Update code base using clang-tidy | Martin Braun | 2021-03-04 | 22 | -266/+270 |
* | uhd: lambda capture the node instead of vert desc | Steven Koo | 2021-01-21 | 1 | -4/+14 |
* | rfnoc: Update radio to support multiple SPC | Wade Fife | 2021-01-11 | 1 | -4/+10 |
* | rfnoc: Add accessors for item width and nipc for NSS | Wade Fife | 2021-01-11 | 2 | -0/+23 |
* | uhd: Split radio_control into rf_control interfaces | Lane Kolbly | 2021-01-11 | 4 | -20/+98 |
* | rfnoc: Fix remote stream buffer format | Wade Fife | 2020-12-21 | 1 | -0/+18 |
* | rfnoc: Fix time conversion in ctrlport_endpoint sleep method | Ciro Nishiguchi | 2020-12-21 | 1 | -2/+4 |
* | RFNoC: Demoted zero sample error to warning | michael-west | 2020-12-10 | 1 | -2/+3 |
* | graph: Restore default resolver callback at node removal | Aaron Rossetto | 2020-11-20 | 2 | -0/+14 |
* | DUC: Fix incorrect DDS_GAIN | michael-west | 2020-10-26 | 1 | -1/+1 |
* | graph: Serialize all graph-related functions | Aaron Rossetto | 2020-10-22 | 1 | -6/+11 |
* | 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 |
* | tests: mock_block: Allow mock blocks to carry MB controllers | Martin Braun | 2020-10-09 | 1 | -5/+6 |
* | 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 |
* | rfnoc: Set null source/sink block initial state | Wade Fife | 2020-09-03 | 1 | -0/+3 |
* | rfnoc: replay: Add support for 32-bit memory address widths | ettus | 2020-09-03 | 1 | -1/+1 |