| Commit message (Expand) | Author | Age | Files | Lines |
* | transport: Removed conditional compiles for terminator APIs | Martin Braun | 2016-09-05 | 2 | -14/+2 |
* | Merge branch 'UHD-3.9.LTS' into maint | Martin Braun | 2016-09-02 | 1 | -3/+8 |
|\ |
|
| * | N200: Simplify GPSDO UART so it does not strip or add characters | michael-west | 2016-09-02 | 1 | -4/+1 |
| * | GPSDO: Make sure read_uart() returns only complete strings for all devices. | michael-west | 2016-09-02 | 1 | -3/+11 |
| * | transport: Also send flow control ACKs on sequence errors | Martin Braun | 2016-03-16 | 1 | -0/+6 |
* | | Merging RFNoC support for X310 | Martin Braun | 2016-08-09 | 2 | -13/+90 |
* | | usb: usb_dummy made to match usb_control and usb_zero_copy | Martin Braun | 2016-08-02 | 1 | -2/+10 |
* | | usb: tweak types for consistency between LIBUSB API calls and internal UHD us... | Michael Dickens | 2016-08-01 | 2 | -8/+8 |
* | | usb: add virtual destructors where needed; make virtual destructors out-of-li... | Michael Dickens | 2016-08-01 | 4 | -20/+73 |
* | | usb: fix interfaces to be type 'int' and endpoints to be type 'unsigned char'... | Michael Dickens | 2016-08-01 | 2 | -11/+11 |
* | | usb: fix 'timeout' variables to be unsigned since that is what the 'libusb_co... | Michael Dickens | 2016-08-01 | 1 | -1/+1 |
* | | usb: fix 'submit' to return 'int' since that is what 'libusb_control_transfer... | Michael Dickens | 2016-08-01 | 1 | -7/+7 |
* | | transport: fixed an issue where the number of conversions were incorrectly ba... | Paul David | 2016-08-01 | 2 | -2/+2 |
* | | usrp3: Added SW muxer/demuxer for the zero_copy interface | Ashish Chaudhari | 2016-07-29 | 2 | -0/+251 |
* | | UHD: Fixes for super_recv_packet_hadler | michael-west | 2016-07-22 | 1 | -3/+14 |
* | | transport: Removing task barrier for conversion calls in the super_send_packe... | Paul David | 2016-06-08 | 1 | -22/+13 |
* | | transport: Removing task barrier for conversion calls in the super_recv_packe... | Paul David | 2016-06-08 | 1 | -23/+12 |
* | | transport optimize: Added a thread transport offload to share the workload | Paul David | 2016-04-18 | 2 | -0/+159 |
* | | Updated code to work for new minimum dependencies | Nicholas Corgan | 2016-03-21 | 1 | -22/+2 |
* | | transport: Also send flow control ACKs on sequence errors | Martin Braun | 2016-03-21 | 1 | -0/+6 |
* | | Merge branch 'maint' | Martin Braun | 2016-03-11 | 1 | -2/+2 |
|\| |
|
| * | Fixed minor warnings: | Nicholas Corgan | 2016-03-04 | 1 | -2/+2 |
* | | Merge branch 'maint' | Ashish Chaudhari | 2016-02-18 | 2 | -5/+5 |
|\| |
|
| * | Corrected the UHD behavior in the event of a USB disconnect | DaulPavid | 2016-02-12 | 2 | -5/+5 |
* | | fixed a orthography typo; funnier if you're German. | Marcus Müller | 2015-12-31 | 1 | -3/+3 |
* | | cmake: Cleaned up output, removed duplicate OctoClock component registration | Martin Braun | 2015-11-17 | 1 | -0/+1 |
* | | cmake: Register components earlier | Martin Braun | 2015-11-16 | 1 | -5/+0 |
* | | cmake: Proper selection of files for ENABLE_X300 | Martin Braun | 2015-10-26 | 2 | -4/+12 |
* | | transport: Fix bug where stop commands could erroneously throw | Martin Braun | 2015-09-10 | 1 | -1/+3 |
* | | transport: Fail for multi-chan-rx + stream_now | Martin Braun | 2015-09-08 | 1 | -0/+4 |
|/ |
|
* | Fixed minor warnings | Nicholas Corgan | 2015-09-01 | 1 | -3/+2 |
* | nirio: Changes to kernel proxy to work with RIO 15.0 on linux | Ashish Chaudhari | 2015-08-14 | 3 | -46/+655 |
* | Transport: Update flow control on overruns | Johannes Walter | 2015-08-13 | 1 | -0/+5 |
* | C API cleanup, feature additions | Nicholas Corgan | 2015-08-12 | 1 | -2/+2 |
* | UHD: Change libusb_error_name() to libusb_strerror() to improve error output | michael-west | 2015-08-12 | 1 | -2/+2 |
* | b200: fix libusb exceptions to work with that expected by b200 impl exception... | Michael Dickens | 2015-08-11 | 1 | -3/+3 |
* | cmake: added variable to LIBUHD_REGISTER_COMPONENT macro to make required, se... | Nicholas Corgan | 2015-08-11 | 1 | -2/+2 |
* | UHD: libusb_strerror compatibility with older versions of libusb | michael-west | 2015-08-06 | 2 | -17/+23 |
* | libusb: Fixed Windows build issue | Ashish Chaudhari | 2015-08-06 | 1 | -5/+5 |
* | Fix for BUG 869: UHD: Unhandled exceptions during destruction of multi_usrp ... | michael-west | 2015-08-05 | 3 | -22/+60 |
* | b200: Change init sequence to catch bad USB states | Balint Seeber | 2015-08-03 | 3 | -2/+21 |
* | Fixed minor warnings | Nicholas Corgan | 2015-07-24 | 1 | -1/+1 |
* | build: Python 3 compatibility for build scripts | Nicholas Corgan | 2015-07-14 | 1 | -8/+8 |
* | uhd: Replacing Cheetah w/ Mako 0.4.2 (allows Python 3 compat) | Martin Braun | 2015-07-14 | 1 | -149/+120 |
* | Merge branch 'maint' | Ashish Chaudhari | 2015-04-23 | 1 | -0/+1 |
|\ |
|
| * | B200: UHD now detects loaded FW on NI-USRP devices | Ben Hilburn | 2015-04-15 | 1 | -0/+1 |
* | | Merge branch 'maint' | Martin Braun | 2015-03-27 | 1 | -2/+3 |
|\| |
|
| * | usrp1: fixed check for loaded firmware | Nicholas Corgan | 2015-03-27 | 1 | -2/+3 |
* | | Fixed master-specific warnings | Nicholas Corgan | 2015-03-27 | 1 | -3/+3 |
* | | Merge branch 'maint' | Martin Braun | 2015-03-27 | 3 | -25/+27 |
|\| |
|