| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Fix minor spelling error | Derek Kozel | 2016-08-09 | 1 | -1/+1 |
* | | Merging RFNoC support for X310 | Martin Braun | 2016-08-09 | 71 | -1482/+11051 |
* | | device_addr: change delimiters from std::string to const char* | Nicholas Corgan | 2016-08-09 | 1 | -4/+4 |
* | | ad936x: Loopback check now takes peeker/poker functors instead of assuming an... | Martin Braun | 2016-08-09 | 4 | -17/+23 |
* | | uhd: Added syntax error exception type | Martin Braun | 2016-08-09 | 1 | -0/+1 |
* | | dboard manager: Allow deferring dboard initialization | Derek Kozel | 2016-08-09 | 1 | -11/+40 |
* | | ad9361: Added option for safe SPI | Jonathon Pendlum | 2016-08-09 | 5 | -10/+68 |
* | | cores: GPIO core gets explicit DDR setting | Jonathon Pendlum | 2016-08-09 | 2 | -0/+7 |
* | | cores: Added shutdown option to SPI core | Jonathon Pendlum | 2016-08-09 | 2 | -3/+23 |
* | | Improve LO APIs for daughterboards without configurable LOs | Derek Kozel | 2016-08-09 | 1 | -5/+10 |
* | | Coerces dsp frequency to 0 if any channel uses an external LO | Derek Kozel | 2016-08-09 | 1 | -1/+19 |
* | | Add sleep function to dboard_iface | Kevin Gilbert | 2016-08-05 | 3 | -4/+35 |
* | | 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 | 2 | -3/+3 |
* | | usb: fix 'submit' to return 'int' since that is what 'libusb_control_transfer... | Michael Dickens | 2016-08-01 | 1 | -7/+7 |
* | | Merge branch 'maint' | Martin Braun | 2016-08-01 | 7 | -43/+60 |
|\| |
|
| * | WBX: Make frequencies <100 MHz work for v2 and v3 boards when reference clock... | michael-west | 2016-08-01 | 2 | -16/+22 |
| * | Octoclock: Fixed issues related to missing strings from GPSDO. | michael-west | 2016-06-28 | 2 | -13/+26 |
| * | Octoclock: Fix firmware version compatibility | michael-west | 2016-06-27 | 7 | -30/+34 |
* | | transport: fixed an issue where the number of conversions were incorrectly ba... | Paul David | 2016-08-01 | 2 | -2/+2 |
* | | common: adf5355: 'Fix' compiler warning | Moritz Fischer | 2016-08-01 | 1 | -2/+2 |
* | | usrp3: Added SW muxer/demuxer for the zero_copy interface | Ashish Chaudhari | 2016-07-29 | 2 | -0/+251 |
* | | B200: Adding separate B200 radio control code | michael-west | 2016-07-22 | 6 | -10/+422 |
* | | UHD: Fixes for super_recv_packet_hadler | michael-west | 2016-07-22 | 1 | -3/+14 |
* | | C API: wrapped multi_usrp functions for interacting with LO's | Nicholas Corgan | 2016-07-19 | 1 | -1/+90 |
* | | multi_usrp: Added LO control API | Derek Kozel | 2016-07-19 | 1 | -0/+161 |
* | | Added TwinRX daughterboard control. | Ashish Chaudhari | 2016-07-19 | 10 | -0/+3845 |
* | | adf_synth: Added muxout config API to 435x controllers | Ashish Chaudhari | 2016-07-19 | 1 | -0/+34 |
* | | twinrx: Added ADF5355 control module | Ashish Chaudhari | 2016-07-19 | 5 | -0/+605 |
* | | x300: Minor: Assert if FPGA image identifier is not long enough | Ashish Chaudhari | 2016-07-12 | 1 | -0/+2 |
* | | x300: UHD is now compatible with FPGA images with Aurora support | Ashish Chaudhari | 2016-07-07 | 2 | -25/+45 |
* | | Merge branch 'maint' | Martin Braun | 2016-06-23 | 5 | -5/+41 |
|\| |
|
| * | converters: Clarifying comment re packing | Martin Braun | 2016-06-22 | 2 | -0/+10 |
| * | b200: Update DSPs after changing tick rate | Martin Braun | 2016-06-22 | 3 | -6/+32 |
* | | Merge branch 'maint' | Martin Braun | 2016-06-22 | 2 | -6/+16 |
|\| |
|
| * | lib: fixed GCC 6 warnings/errors | Nicholas Corgan | 2016-06-21 | 2 | -6/+16 |
* | | Merge branch 'maint' | Martin Braun | 2016-06-17 | 8 | -37/+73 |
|\| |
|
| * | Added the option to disable ADC self-test | Marcus Müller | 2016-06-17 | 1 | -1/+1 |
| * | octoclock: bugfixes, bumped firmware compat number to 4 | Nicholas Corgan | 2016-06-17 | 6 | -32/+62 |
| * | convert: remove duplicate registration of sc12 size | Nicholas Corgan | 2016-06-17 | 1 | -2/+1 |
| * | Octoclock: Fix off by one errors in uart code | michael-west | 2016-06-16 | 1 | -2/+2 |
| * | cmake: allow UHD library and utilities to be in separate lib directories | Nicholas Corgan | 2016-06-16 | 1 | -1/+8 |
* | | Changing UHD's versioning system | Nicholas Corgan | 2016-06-14 | 2 | -3/+4 |
* | | Merge branch 'maint' | Martin Braun | 2016-06-14 | 2 | -8/+8 |
|\| |
|
| * | Spelling fixes | Nicholas Corgan | 2016-06-14 | 2 | -8/+8 |
* | | Merge branch 'maint' | Martin Braun | 2016-06-14 | 1 | -1/+1 |
|\| |
|
| * | Fix off-by-one error | Jonathan Wakely | 2016-06-07 | 1 | -1/+1 |