| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | uhd: Add reference power level API to multi_usrp and radio_control | Martin Braun | 2020-04-17 | 9 | -0/+500 |
* | cal: Add pwr_cal container | Martin Braun | 2020-04-17 | 10 | -1/+1071 |
* | lib: utils: interpolation: Add bilinear interpolation | Martin Braun | 2020-04-17 | 2 | -1/+186 |
* | Revert "cmake: Add ability to pass CXXFLAGS to CMake environment" | Martin Braun | 2020-04-15 | 1 | -3/+0 |
* | uhd: Create shell script to replace CMake's package_source | Steven Koo | 2020-04-15 | 1 | -0/+108 |
* | utils: usrp_burn_mb_eeprom: Avoid EEPROM write in read only case | steviez | 2020-04-15 | 1 | -17/+19 |
* | libusb: Remove deprecation warnings for libusb_set_debug | Martin Braun | 2020-04-15 | 1 | -1/+14 |
* | examples: wavetable: Modify wave tables to ease power calculations | Martin Braun | 2020-04-15 | 1 | -19/+24 |
* | tests: Add Fosphor block controller unit test | Wade Fife | 2020-04-14 | 2 | -0/+358 |
* | rfnoc: Add RFNoC fosphor block | Wade Fife | 2020-04-14 | 13 | -1/+2446 |
* | fpga: rfnoc: Add option to sample sideband info at start of packet | Wade Fife | 2020-04-14 | 1 | -58/+117 |
* | fpga: tools: Add -voptargs=+acc to ModelSim GUI | Wade Fife | 2020-04-14 | 1 | -1/+1 |
* | fpga: core: Add chdr_update_length function | Wade Fife | 2020-04-14 | 1 | -0/+21 |
* | fpga: lib: Add AXI-Stream splitter (axis_split) | Wade Fife | 2020-04-14 | 2 | -0/+129 |
* | fpga: sim: Export ChdrPacket in PkgRfnoBlockCtrlBfm | Wade Fife | 2020-04-14 | 1 | -0/+1 |
* | utils: Fix comment in axis_data template | Wade Fife | 2020-04-14 | 1 | -1/+1 |
* | fpga: tools: Option to check for full Vivado version | Humberto Jimenez | 2020-04-14 | 1 | -0/+24 |
* | 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 |
* | tests: migrated rfnoc block tests to dedicated subdirectory | mattprost | 2020-04-13 | 6 | -381/+455 |
* | docs: Add stream and transport args documentation | Aaron Rossetto | 2020-04-13 | 2 | -6/+210 |
* | multi_usrp: Approximate legacy behaviour for recv_async_msg() | Martin Braun | 2020-04-13 | 3 | -13/+34 |
* | multi_usrp_rfnoc: Manually pass sample rate to ddc/duc | steviez | 2020-04-13 | 5 | -0/+38 |
* | 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 | 3 | -12/+11 |
* | lib: Properly do reset routines in client_zero | Martin Braun | 2020-04-09 | 1 | -2/+6 |
* | fpga: e31x: Update constraints to avoid timing issues | Wade Fife | 2020-04-08 | 1 | -6/+6 |
* | tests: Fix client_zero_test flush bit test | Martin Braun | 2020-04-08 | 1 | -6/+12 |
* | 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 | 270 | -1077/+272 |
* | uhd: Add fuzzy serial number checking | Lane Kolbly | 2020-04-08 | 6 | -1/+83 |
* | fixup! docs: Update Basic/LF dboard references to use new operating mode | Martin Braun | 2020-04-07 | 1 | -6/+6 |
* | tests: Add FIR filter block controller unit test | Aaron Rossetto | 2020-04-07 | 2 | -0/+247 |
* | rfnoc: Add FIR filter RFNoC block controller | Aaron Rossetto | 2020-04-07 | 5 | -3/+176 |
* | uhd: Add quotes around test environment variables | Lane Kolbly | 2020-04-07 | 1 | -1/+1 |
* | 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 | 13 | -52/+208 |
* | devtest: add missing devtest to n3xx | Ciro Nishiguchi | 2020-04-03 | 1 | -0/+1 |
* | utils: cal: Remove boost usage from usrp_cal_utils.hpp | Martin Braun | 2020-04-02 | 1 | -3/+0 |
* | cmake: Add ability to pass CXXFLAGS to CMake environment | Ajith Saya | 2020-04-02 | 1 | -0/+3 |
* | uhd: paths: Harmonize around XDG Base Directory specification | Martin Braun | 2020-04-02 | 9 | -60/+159 |
* | rfnoc: Use multichannel register interface for RFNoC blocks | mattprost | 2020-04-02 | 4 | -54/+61 |
* | rfnoc: Add multichannel register interface | mattprost | 2020-04-02 | 4 | -5/+480 |
* | utils: cal: Enable "ignore cal file" option for DC and IQ cal tools | Martin Braun | 2020-04-02 | 1 | -5/+5 |
* | utils: Add convert_cal_data utility | Martin Braun | 2020-04-02 | 3 | -0/+107 |
* | uhd: cal: Use usrp::cal::database instead of CSV files | Martin Braun | 2020-04-02 | 6 | -200/+229 |
* | uhd: cal: Add iq_cal calibration data container class | Martin Braun | 2020-04-02 | 17 | -1/+760 |
* | uhd: Add calibration container class | Martin Braun | 2020-04-02 | 3 | -0/+68 |