| Commit message (Expand) | Author | Age | Files | Lines |
* | rfnoc: radio: Add APIs to query cal keys | Martin Braun | 2020-05-20 | 1 | -0/+10 |
* | rfnoc: Add Vector IIR RFNoC block support | Aaron Rossetto | 2020-05-19 | 2 | -0/+174 |
* | rfnoc: Use large timeout for reads when timed commands exist | Ciro Nishiguchi | 2020-05-15 | 1 | -8/+24 |
* | DUC/DDC: Add variable time increment | Michael West | 2020-05-12 | 2 | -21/+26 |
* | lib: rfnoc: Fix "unused" warnings for non-trace log levels | Martin Braun | 2020-04-17 | 2 | -9/+6 |
* | uhd: Add reference power level API to multi_usrp and radio_control | Martin Braun | 2020-04-17 | 1 | -0/+36 |
* | rfnoc: Add RFNoC fosphor block | Wade Fife | 2020-04-14 | 2 | -0/+419 |
* | multi_usrp_rfnoc: Manually pass sample rate to ddc/duc | steviez | 2020-04-13 | 2 | -0/+10 |
* | lib: Properly do reset routines in client_zero | Martin Braun | 2020-04-09 | 1 | -2/+6 |
* | rfnoc: Add FIR filter RFNoC block controller | Aaron Rossetto | 2020-04-07 | 2 | -0/+102 |
* | fixup! rfnoc: Use multichannel register interface for RFNoC blocks | mattprost | 2020-04-07 | 3 | -9/+9 |
* | rfnoc: Use multichannel register interface for RFNoC blocks | mattprost | 2020-04-02 | 3 | -54/+57 |
* | tests: Allow custom mock_reg_iface_t in mock block | Aaron Rossetto | 2020-03-13 | 1 | -2/+4 |
* | uhd: Apply clang-format against all .cpp and .hpp files in host/ | Martin Braun | 2020-03-03 | 21 | -173/+158 |
* | rfnoc: Reuse the graph object | Andrew Lynch | 2020-02-26 | 1 | -1/+20 |
* | rfnoc: actions: Cleanup rx_event_action_info ctor | steviez | 2020-02-18 | 2 | -9/+14 |
* | rfnoc: actions: Fix uninitialized timestamps | steviez | 2020-02-18 | 2 | -9/+13 |
* | rfnoc: ddc: Make scaling optional, prefer to change decim | Martin Braun | 2020-02-07 | 1 | -28/+53 |
* | rfnoc: Create mock factory | Martin Braun | 2020-01-29 | 3 | -3/+58 |
* | rfnoc: apply clang-format to block_id | Brent Stapleton | 2020-01-10 | 1 | -1/+1 |
* | uhd: fixing MSVC warnings | Brent Stapleton | 2020-01-09 | 1 | -1/+2 |
* | python: rfnoc: finishing noc_block_base::get_mtu | Brent Stapleton | 2020-01-06 | 1 | -0/+26 |
* | python: rfnoc: make block_id_t more compatible with strings | Brent Stapleton | 2020-01-06 | 1 | -0/+3 |
* | rfnoc: adding RFNoC Python API | Brent Stapleton | 2020-01-02 | 1 | -0/+247 |
* | uhd: fix for exception due to use of unconstructed mutex | Patrick Sisterhen | 2020-01-02 | 1 | -4/+5 |
* | rfnoc: Make chdr_ctrl_xport recv_io callbacks have symbols | Alex Williams | 2019-12-20 | 1 | -26/+43 |
* | ddc: fixup decimation property | Brent Stapleton | 2019-12-05 | 1 | -2/+2 |
* | rfnoc: DDC/DUC: Fix fp-issues with samp_rate properties | Brent Stapleton | 2019-11-27 | 2 | -6/+67 |
* | ddc: Applying clang-format | Brent Stapleton | 2019-11-27 | 1 | -8/+7 |
* | rfnoc: graph: Add logging to resolver errors | Brent Stapleton | 2019-11-27 | 1 | -1/+6 |
* | detail::graph: Add shutdown capability | Martin Braun | 2019-11-26 | 2 | -10/+23 |
* | rfnoc_graph: Modify find_blocks() to sort return value | Martin Braun | 2019-11-26 | 1 | -0/+5 |
* | rfnoc: Make polling I/O service not block on flow control | Ciro Nishiguchi | 2019-11-26 | 2 | -7/+13 |
* | rfnoc: xports: Count FC bytes as multiples of CHDR width | Martin Braun | 2019-11-26 | 2 | -0/+2 |
* | uhd: Replace all occurrences of boost::bind with std::bind | Martin Braun | 2019-11-26 | 1 | -1/+0 |
* | uhd: Introduce I/O service manager | Aaron Rossetto | 2019-11-26 | 3 | -11/+32 |
* | rfnoc: Make trasnport safe to use with offload threads | Ciro Nishiguchi | 2019-11-26 | 3 | -1/+24 |
* | uhd: Replace boost::regex with std::regex | Martin Braun | 2019-11-26 | 1 | -9/+9 |
* | uhd: Replace usage of boost smart pointers with C++11 counterparts | Martin Braun | 2019-11-26 | 2 | -8/+6 |
* | rfnoc: Port FFT controller | Lars Amsel | 2019-11-26 | 2 | -0/+115 |
* | rfnoc: Add DMA FIFO block controller | Martin Braun | 2019-11-26 | 3 | -1/+73 |
* | Remove proto-RFNoC files | Martin Braun | 2019-11-26 | 39 | -7846/+0 |
* | rfnoc: radio: Add API call to disable timestamps | Martin Braun | 2019-11-26 | 1 | -0/+5 |
* | rfnoc: radio: Interpret MTU as max payload size | Martin Braun | 2019-11-26 | 1 | -3/+3 |
* | rfnoc: Fix transport buffer reservations | Ciro Nishiguchi | 2019-11-26 | 3 | -10/+16 |
* | rfnoc: rfnoc_graph: Safely deinit full graph on any kind of init error | Martin Braun | 2019-11-26 | 1 | -15/+15 |
* | rfnoc: Hold reference to streamers in rfnoc_graph | Ciro Nishiguchi | 2019-11-26 | 1 | -2/+11 |
* | rfnoc: Move data xport sep configuration to static methods | Ciro Nishiguchi | 2019-11-26 | 4 | -9/+464 |
* | rfnoc: Add multi_usrp_rfnoc, modify multi_usrp | Brent Stapleton | 2019-11-26 | 1 | -1/+1 |
* | rfnoc: radio/streamer: Handle late commands and burst ACKs | Martin Braun | 2019-11-26 | 2 | -0/+20 |