| Commit message (Expand) | Author | Age | Files | Lines |
* | uhd_image_loader: Consume .lvbitx files | Lane Kolbly | 2021-01-11 | 1 | -117/+237 |
* | utils: check config file before finding devices for image loader | Andrew Lynch | 2021-01-11 | 1 | -1/+2 |
* | mpmd: Add support to delay and trigger fpga/dts load after update | Virendra Kakade | 2021-01-11 | 2 | -80/+130 |
* | uhd: Split radio_control into rf_control interfaces | Lane Kolbly | 2021-01-11 | 4 | -56/+7 |
* | Create C++ wrappers for MPM RPC calls | Lane Kolbly | 2021-01-11 | 2 | -32/+25 |
* | uhd: throw error if edge list is empty | Grant Meyerhoff | 2020-12-21 | 1 | -0/+8 |
* | RFNoC: Demoted zero sample error to warning | michael-west | 2020-12-10 | 1 | -5/+11 |
* | fixup! N310: Low band IF adjustments | michael-west | 2020-12-09 | 1 | -1/+1 |
* | mpmd: Export RPC token and mb_args to the property tree | Martin Braun | 2020-12-04 | 3 | -0/+13 |
* | multi_usrp_rfnoc: Serialize make_rfnoc_device | Aaron Rossetto | 2020-12-04 | 1 | -1/+24 |
* | python: multi_usrp: Let get_tree() return a raw pointer | Martin Braun | 2020-12-01 | 1 | -1/+1 |
* | python: multi_usrp: Fix get_radio_control() | Martin Braun | 2020-11-23 | 1 | -1/+1 |
* | N310: Low band IF adjustments | michael-west | 2020-11-16 | 1 | -18/+10 |
* | MPMD: Reduce max frame size for 10 GbE | michael-west | 2020-11-06 | 1 | -1/+1 |
* | multi_usrp: Fix typos in streamer destruction callback | michael-west | 2020-11-05 | 1 | -4/+4 |
* | sim: Integrate simulator into UHD | Samuel O'Brien | 2020-10-28 | 4 | -3/+197 |
* | multi_usrp: Fix streamer destruction callback | michael-west | 2020-10-22 | 1 | -91/+74 |
* | python: Add access to the property_tree from Python | Martin Braun | 2020-10-16 | 1 | -0/+4 |
* | python: Move multi_usrp_python to its own module | Martin Braun | 2020-10-12 | 2 | -191/+200 |
* | n310/n300: Allow gain coercion | Martin Braun | 2020-10-09 | 1 | -2/+14 |
* | b200: handle overruns during continuous streaming | mattprost | 2020-10-09 | 1 | -0/+3 |
* | lib: disable non pcie types in find with resource | Steven Koo | 2020-10-05 | 6 | -7/+36 |
* | uhd: clang format device impl | Steven Koo | 2020-10-05 | 4 | -17/+18 |
* | multi_usrp: Add get_mb_controller() API call | Cristina Fuentes | 2020-09-24 | 3 | -27/+39 |
* | E3xx: Add retry to loopback_self_test | michael-west | 2020-09-11 | 1 | -27/+46 |
* | lib: Remove recursive locks in apply_corrections | michael-west | 2020-09-04 | 1 | -3/+0 |
* | x300,mpmd: Increase recv frames for dpdk streaming | Steven Koo | 2020-09-03 | 2 | -1/+16 |
* | uhd: Add APIs for getting the available power range | Martin Braun | 2020-08-17 | 3 | -0/+35 |
* | X300: Adjusting 10GbE frame sizes for HW limits | michael-west | 2020-08-17 | 1 | -2/+2 |
* | multi_usrp: Use multi_usrp::sptrs in graph disconnect lambdas | Aaron Rossetto | 2020-08-17 | 1 | -9/+12 |
* | uhd: Disable optimizations for Mac for build speed | Steven Koo | 2020-08-12 | 1 | -0/+9 |
* | rfnoc: Resolves streamer/link segfaults on python | Steven Koo | 2020-08-11 | 2 | -21/+28 |
* | X300: Update frame sizes for 10GbE | michael-west | 2020-08-07 | 1 | -7/+5 |
* | mpmd: Clean out link_if_mgr | Martin Braun | 2020-08-07 | 2 | -7/+4 |
* | mpmd: Assume mgmt interface can route CHDR packets | Steven Koo | 2020-08-04 | 1 | -1/+15 |
* | X300: fix for incorrect PCIe buffer size values | Matthew Crymble | 2020-08-04 | 1 | -1/+1 |
* | x300: change default dboard clock rate from 50 to 100 MHz | mattprost | 2020-08-04 | 5 | -42/+153 |
* | MPMD: Fix typo | michael-west | 2020-08-04 | 1 | -1/+1 |
* | multi_usrp: Fix connect/disconnect of RFNoC chains | michael-west | 2020-08-04 | 1 | -80/+202 |
* | RFNoC: Add xport disconnect callbacks | michael-west | 2020-08-04 | 2 | -14/+40 |
* | mpm: Default virtual NIC CHDR IP selection | Steven Koo | 2020-07-30 | 2 | -12/+28 |
* | x300: Update maximum bitstream size | Wade Fife | 2020-07-28 | 1 | -1/+1 |
* | mpm, mpmd: Bump MPM compat number | Aaron Rossetto | 2020-07-24 | 1 | -1/+1 |
* | uhd: remove liberio | RobertWalstab | 2020-07-20 | 1 | -1/+1 |
* | mpmd: remove liberio | RobertWalstab | 2020-07-20 | 4 | -213/+0 |
* | filter API: Fix multi_usrp tx calls | Steven Koo | 2020-07-17 | 1 | -4/+2 |
* | multi_usrp: Add get_radio_control() API call | Martin Braun | 2020-07-16 | 3 | -0/+12 |
* | mpm,mpmd: Add iface type and mtu info for UDP links | Alex Williams | 2020-07-16 | 2 | -2/+15 |
* | utils: Expose CHDR Types in Public API | robot-rover | 2020-07-13 | 1 | -1/+1 |
* | rfnoc: Rename chdr_packet to chdr_packet_writer | Samuel O'Brien | 2020-07-13 | 2 | -2/+2 |