| Commit message (Expand) | Author | Age | Files | Lines |
* | multi_usrp: Provide valid return value for multi_usrp::get_device() | Martin Braun | 2020-03-12 | 1 | -3/+51 |
* | utils/C API: Fix property tree access | Martin Braun | 2020-03-12 | 1 | -4/+4 |
* | python: Export UHD paths utility functions | Martin Braun | 2020-03-12 | 1 | -0/+24 |
* | lib: gain_group: Remove spurious logs | Martin Braun | 2020-03-12 | 1 | -2/+0 |
* | uhd: Apply clang-format against all .cpp and .hpp files in host/ | Martin Braun | 2020-03-03 | 358 | -22487/+24323 |
* | device: read in preferences file before discovery | Andrew Lynch | 2020-02-26 | 1 | -1/+3 |
* | rfnoc: Reuse the graph object | Andrew Lynch | 2020-02-26 | 1 | -1/+20 |
* | lib: move OSX specific code to where the values are initially set | Michael Dickens | 2020-02-21 | 1 | -0/+11 |
* | lib: tweak prototypes to not be constexpr to allow building on OSX | Michael Dickens | 2020-02-21 | 1 | -5/+5 |
* | 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 |
* | x300: add front-panel GPIO source control | eklai | 2020-02-18 | 5 | -43/+120 |
* | ad9361: Fix formatting | Martin Braun | 2020-02-10 | 2 | -19/+16 |
* | thread: Fix formatting in thread utilities | Martin Braun | 2020-02-10 | 1 | -132/+144 |
* | lib: utils: Don't use hard-coded path constants | Ryan Volz | 2020-02-07 | 1 | -2/+24 |
* | rfnoc: ddc: Make scaling optional, prefer to change decim | Martin Braun | 2020-02-07 | 1 | -28/+53 |
* | octoclock: Change type of EEPROM property to mboard_eeprom_t | Martin Braun | 2020-02-04 | 2 | -5/+8 |
* | octoclock: Avoid usage of uninitialized memory | Martin Braun | 2020-02-04 | 5 | -41/+48 |
* | octoclock: Apply clang-format | Martin Braun | 2020-02-04 | 8 | -659/+753 |
* | multi_usrp: Add get_tree() API call | Martin Braun | 2020-02-04 | 2 | -0/+10 |
* | rfnoc: Create mock factory | Martin Braun | 2020-01-29 | 3 | -3/+58 |
* | log: Remove LOG statement from _get_log_level() | Martin Braun | 2020-01-29 | 1 | -2/+1 |
* | utils: log: Name all threads | Martin Braun | 2020-01-29 | 1 | -5/+16 |
* | thread: Remove log messages for set_thread_name() when not supported | Martin Braun | 2020-01-29 | 1 | -10/+14 |
* | rfnoc_device: Remove spurious comment | Martin Braun | 2020-01-23 | 1 | -2/+1 |
* | multi_usrp: Amend APIs for GPIO source control | Martin Braun | 2020-01-23 | 2 | -1/+12 |
* | mpm/mpmd: Expose APIs to drive GPIO sources | Martin Braun | 2020-01-23 | 2 | -0/+48 |
* | mpmd: Use dpdk_simple for MTU discovery | Alex Williams | 2020-01-22 | 1 | -91/+16 |
* | x300: Remove early x300_device_args usage | Alex Williams | 2020-01-22 | 1 | -7/+6 |
* | cmake: Find DPDK via pkg-config, if available | Alex Williams | 2020-01-22 | 4 | -2/+5 |
* | transport: liberio: correctly release resources on destruction | Joerg Hofrichter | 2020-01-22 | 1 | -6/+8 |
* | nirio: use `realpath` instead of `relpath` | Michael Dickens | 2020-01-15 | 1 | -6/+6 |
* | rfnoc: apply clang-format to block_id | Brent Stapleton | 2020-01-10 | 1 | -1/+1 |
* | uhd: fixing MSVC warnings | Brent Stapleton | 2020-01-09 | 9 | -32/+55 |
* | rpc: Applying clang formatting | Brent Stapleton | 2020-01-09 | 1 | -84/+76 |
* | uhd: Correct rx/tx EEPROM typo | Toni Jones | 2020-01-07 | 1 | -5/+5 |
* | 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 |
* | multi_usrp: unify GPIO access type | Brent Stapleton | 2019-12-30 | 1 | -1/+1 |
* | dpdk: Change client to wait on member variable | Ciro Nishiguchi | 2019-12-20 | 1 | -8/+12 |
* | usrp: Change default number of data frames for X300 | Ciro Nishiguchi | 2019-12-20 | 1 | -16/+20 |
* | transport,usrp: Make available packet-based flow control | Alex Williams | 2019-12-20 | 7 | -46/+61 |
* | rfnoc: Make chdr_ctrl_xport recv_io callbacks have symbols | Alex Williams | 2019-12-20 | 2 | -26/+50 |
* | transport: Fix comment on recv_io_if::fc_callback_t | Alex Williams | 2019-12-20 | 1 | -1/+1 |
* | usrp: Add I/O service manager for DPDK | Ciro Nishiguchi | 2019-12-20 | 3 | -0/+93 |
* | lib: Remove dpdk_zero_copy files | Martin Braun | 2019-12-20 | 14 | -3420/+0 |
* | x300,mpmd: Enable DPDK | Martin Braun | 2019-12-20 | 12 | -465/+216 |
* | dpdk: Add new DPDK stack to integrate with I/O services | Alex Williams | 2019-12-20 | 15 | -343/+2557 |