| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | cal: database: Add option to register flash cal callbacks | Martin Braun | 2020-05-20 | 1 | -3/+51 |
* | lib: Refactor cal::database for more efficient function lookup | Martin Braun | 2020-05-20 | 1 | -24/+41 |
* | rfnoc: Add Vector IIR RFNoC block support | Aaron Rossetto | 2020-05-19 | 2 | -0/+174 |
* | twinrx: Provide power cal ID | Martin Braun | 2020-05-19 | 3 | -0/+19 |
* | basic/lf: Add IDs for calibration purpose | Martin Braun | 2020-05-19 | 1 | -0/+4 |
* | lib: pwr_cal: Fix power indexing | Martin Braun | 2020-05-19 | 1 | -16/+28 |
* | lib: Add power cal manager | Martin Braun | 2020-05-19 | 3 | -0/+426 |
* | rh: Remove unnecessary register read during set frequency | Ciro Nishiguchi | 2020-05-15 | 1 | -3/+0 |
* | rfnoc: Use large timeout for reads when timed commands exist | Ciro Nishiguchi | 2020-05-15 | 1 | -8/+24 |
* | uhd: Fix infinite recursion in N3xx timed commands | Ciro Nishiguchi | 2020-05-12 | 4 | -31/+0 |
* | multi_usrp_rfnoc: Misc fixes | Michael West | 2020-05-12 | 1 | -6/+7 |
* | TwinRX: Remove decimation from frontend | Michael West | 2020-05-12 | 3 | -31/+7 |
* | DUC/DDC: Add variable time increment | Michael West | 2020-05-12 | 2 | -21/+26 |
* | uhd: Add reference power level API to multi_usrp and radio_control | Martin Braun | 2020-05-11 | 1 | -0/+2 |
* | Remove remaining Python 2 references | Martin Braun | 2020-05-07 | 26 | -26/+26 |
* | cores: Fix rx_vita_core_3000 assertion error in issue_stream_cmd() | Martin Braun | 2020-05-05 | 1 | -3/+7 |
* | multi_usrp: Remove rfnoc-specific code from multi_usrp.cpp | Martin Braun | 2020-04-28 | 1 | -38/+0 |
* | rh: Remove compiler warning | Martin Braun | 2020-04-17 | 1 | -2/+4 |
* | ad9361: Remove compiler warning | Martin Braun | 2020-04-17 | 1 | -1/+1 |
* | 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 | 5 | -0/+140 |
* | cal: Add pwr_cal container | Martin Braun | 2020-04-17 | 3 | -0/+394 |
* | lib: utils: interpolation: Add bilinear interpolation | Martin Braun | 2020-04-17 | 1 | -0/+117 |
* | libusb: Remove deprecation warnings for libusb_set_debug | Martin Braun | 2020-04-15 | 1 | -1/+14 |
* | rfnoc: Add RFNoC fosphor block | Wade Fife | 2020-04-14 | 2 | -0/+419 |
* | utils: log: fix logging race condition | mattprost | 2020-04-14 | 1 | -1/+3 |
* | rpclib: Remove some warnings from object.hpp | Martin Braun | 2020-04-14 | 1 | -0/+12 |
* | b200: Add a prop tree node usb_version | Martin Braun | 2020-04-14 | 1 | -0/+1 |
* | multi_usrp: Approximate legacy behaviour for recv_async_msg() | Martin Braun | 2020-04-13 | 1 | -5/+29 |
* | multi_usrp_rfnoc: Manually pass sample rate to ddc/duc | steviez | 2020-04-13 | 3 | -0/+24 |
* | multi_usrp_rfnoc: Fix get_rx/tx_rates() | steviez | 2020-04-13 | 1 | -12/+10 |
* | fixup! uhd: Add fuzzy serial number checking | mattprost | 2020-04-09 | 2 | -4/+3 |
* | lib: Properly do reset routines in client_zero | Martin Braun | 2020-04-09 | 1 | -2/+6 |
* | uhd: mpm: Query prefs per-device for multi-device queries | Lane Kolbly | 2020-04-08 | 3 | -6/+16 |
* | uhd: Add missing include guards | Lane Kolbly | 2020-04-08 | 3 | -0/+6 |
* | uhd: Replace include guards with pragma once | Lane Kolbly | 2020-04-08 | 113 | -451/+115 |
* | uhd: Add fuzzy serial number checking | Lane Kolbly | 2020-04-08 | 4 | -1/+55 |
* | 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 |
* | uhd: math: Add interpolation.hpp | Martin Braun | 2020-04-07 | 3 | -4/+146 |
* | uhd: paths: Harmonize around XDG Base Directory specification | Martin Braun | 2020-04-02 | 4 | -34/+137 |
* | rfnoc: Use multichannel register interface for RFNoC blocks | mattprost | 2020-04-02 | 4 | -54/+61 |
* | uhd: cal: Use usrp::cal::database instead of CSV files | Martin Braun | 2020-04-02 | 4 | -170/+200 |
* | uhd: cal: Add iq_cal calibration data container class | Martin Braun | 2020-04-02 | 3 | -0/+237 |
* | multi_usrp: Fix ALL_CHAN and ALL_MBOARDS API calls for Gen-3 devices | Martin Braun | 2020-03-31 | 1 | -105/+64 |
* | fixup! x300: lf/basic antenna API implementation | Martin Braun | 2020-03-26 | 1 | -2/+2 |
* | uhd: cal: Add database class | Martin Braun | 2020-03-26 | 6 | -0/+282 |
* | uhd: paths: Add get_cal_data_path() API call | Martin Braun | 2020-03-26 | 1 | -0/+19 |
* | x300: lf/basic antenna API implementation | mattprost | 2020-03-23 | 4 | -110/+234 |
* | cmake: Add CMakeRC module and ::rc namespace | Martin Braun | 2020-03-18 | 2 | -1/+17 |