Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ↵ | Michael Dickens | 2016-08-01 | 2 | -8/+8 |
| | | | | usage of returned values. | ||||
* | usb: add virtual destructors where needed; make virtual destructors ↵ | Michael Dickens | 2016-08-01 | 4 | -20/+73 |
| | | | | out-of-line from class definition to reduce number of vtables emitted (according to clang). | ||||
* | usb: fix interfaces to be type 'int' and endpoints to be type 'unsigned ↵ | Michael Dickens | 2016-08-01 | 2 | -11/+11 |
| | | | | char' to match the libusb API. | ||||
* | usb: fix 'timeout' variables to be unsigned since that is what the ↵ | Michael Dickens | 2016-08-01 | 2 | -3/+3 |
| | | | | 'libusb_control_transfer' API uses. | ||||
* | usb: fix 'submit' to return 'int' since that is what ↵ | Michael Dickens | 2016-08-01 | 1 | -7/+7 |
| | | | | 'libusb_control_transfer' returns; otherwise 'submit' is used with the correct types internally. | ||||
* | Merge branch 'maint' | Martin Braun | 2016-08-01 | 7 | -43/+60 |
|\ | | | | | | | | | | | Conflicts: host/lib/usrp/dboard/db_wbx_version2.cpp host/lib/usrp/dboard/db_wbx_version3.cpp | ||||
| * | WBX: Make frequencies <100 MHz work for v2 and v3 boards when reference ↵ | michael-west | 2016-08-01 | 2 | -16/+22 |
| | | | | | | | | clock <100 MHz (i.e. on X300) | ||||
| * | Octoclock: Fixed issues related to missing strings from GPSDO. | michael-west | 2016-06-28 | 2 | -13/+26 |
| | | | | | | | | | | - Corrected case when num_wraps overflowed - Added limit to cache age | ||||
| * | Octoclock: Fix firmware version compatibility | michael-west | 2016-06-27 | 7 | -30/+34 |
| | | |||||
* | | transport: fixed an issue where the number of conversions were incorrectly ↵ | Paul David | 2016-08-01 | 2 | -2/+2 |
| | | | | | | | | | | | | | | based on the number of buffers - The number of conversions should be based on the number of channels available - This fix corrects a segmentation fault in rx_multi_samples | ||||
* | | common: adf5355: 'Fix' compiler warning | Moritz Fischer | 2016-08-01 | 1 | -2/+2 |
| | | | | | | | | | | | | | | GCC6 doesn't like nested /* /* */ */ comments (rightly so), and complains. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | ||||
* | | usrp3: Added SW muxer/demuxer for the zero_copy interface | Ashish Chaudhari | 2016-07-29 | 2 | -0/+251 |
| | | | | | | | | | | | | | | - Can be used to share a single zero_copy_if object with multiple streams - Allows creating of virtual streams that are indistinguishable from low-level streams | ||||
* | | 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 |
| | | | | | | | | | | - Make recv() return immediately on EOB - In the timeout case, don't call the flow control hander if none exists | ||||
* | | 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 |
| | | | | | | | | | | - Added regmap - Added controller class | ||||
* | | 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 |
| | | | | | | | | | | - UHD and ZPU is now aware of Aurora SFP+ transceivers in the FPGA image - Added script to exercise Aurora BIST features | ||||
* | | Merge branch 'maint' | Martin Braun | 2016-06-23 | 5 | -5/+41 |
|\| | | | | | | | | | Conflicts: host/lib/usrp/b200/b200_impl.cpp | ||||
| * | 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 |
| | | | | | | | | | | Reviewed-By: Andrew Lynch <andrew.lynch@ni.com> Reviewed-By: Michael West <michael.west@ettus.com> | ||||
* | | 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 |
| | | | | | | | | | | * gpsd_iface: fixed ambiguity in boost::assign::list_of usage * b100/clock_ctrl: fixed "misleading indentation" warning | ||||
* | | 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 |
| | | | | | | | | | | | | This proved helpful on devices where the EEPROM is wrong about hardware revision, and the EEPROM writing doesn't work, because the ADC self-test fails due to being run for the wrong board revision. | ||||
| * | octoclock: bugfixes, bumped firmware compat number to 4 | Nicholas Corgan | 2016-06-17 | 6 | -32/+62 |
| | | | | | | | | | | | | | | | | | | * host: consistency in setting packet sequence numbers * firmware: populate packet length field when setting GPSDO cache * both: logic for dealing with mismatching compatibility numbers Reviewed-By: Michael West <michael.west@ettus.com> Reviewed-By: Martin Braun <martin.braun@ettus.com> | ||||
| * | 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 |
| | | | | | | | | * Version numbers now Major.API.ABI.Patch | ||||
* | | 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 |
| | | | | | | | | There's an off-by-one error in base64_decode_value that results in undefined behaviour when it's passed `'\x7b'` | ||||
* | | transport: Removing task barrier for conversion calls in the ↵ | Paul David | 2016-06-08 | 1 | -22/+13 |
| | | | | | | | | super_send_packet_handler | ||||
* | | transport: Removing task barrier for conversion calls in the ↵ | Paul David | 2016-06-08 | 1 | -23/+12 |
| | | | | | | | | super_recv_packet_handler | ||||
* | | Added the option to disable ADC self-test | Marcus Müller | 2016-06-06 | 1 | -1/+1 |
| | | | | | | | | | | | | This proved helpful on devices where the EEPROM is wrong about hardware revision, and the EEPROM writing doesn't work, because the ADC self-test fails due to being run for the wrong board revision. | ||||
* | | Merge branch 'maint' | Martin Braun | 2016-06-06 | 1 | -8/+10 |
|\| | |||||
| * | octoclock: Fix multi-line #define statements | Marcus Müller | 2016-06-06 | 1 | -8/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now, use `do{...} while(0)` to pack multiple statements into a single one that isn't fragile. Currently ``` if(state_just_right) OCTOCLOCK_SEND_AND_RECV(all,the,options); ``` would introduce annoying bugs. Generally, there's no good reason this is a `#define` rather than a C/C++ function. The `OCTOCLOCK_PACKET_MATCHES` should probably be a C function, too, or simply an overloaded `==` operator on to `const octoclock_packet_t&`. | ||||
* | | Merge branch 'maint' | Martin Braun | 2016-05-27 | 1 | -7/+26 |
|\| | |||||
| * | UBX: Force RX LNAs on to reduce RX settling time | michael-west | 2016-05-26 | 1 | -7/+26 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2016-05-26 | 1 | -23/+37 |
|\| | |||||
| * | UBX: Fixed noise issues and reduced power consumption and heat | michael-west | 2016-05-26 | 1 | -23/+37 |
| | | | | | | | | | | - Removed force on of components to reduce noise, power consumption, and heat - Set TX PA force on only when RX antenna set to RX2 to remove long TX transient caused by HW issue on TX path | ||||
* | | Merge branch 'maint' | Ashish Chaudhari | 2016-05-26 | 3 | -15/+4 |
|\| | |||||
| * | bugfix#1102: Prevented X300 DAC FIFO from underflowing | Ashish Chaudhari | 2016-05-25 | 3 | -15/+4 |
| | | | | | | | | | | | | | | - The spectral distortion was begin caused by the DAC FIFO underflowing. The fix was to run through the DAC sync procedure which uses the falling edge clock to sample the RefClk and sync it with the data clk | ||||
* | | x300: Fixed an issue where the wrong XB port was being selected | Paul David | 2016-05-19 | 1 | -18/+43 |
| | | | | | | | | | | | | - If there were duplicate IPs in the mboard eeprom, the last one would be selected instead of the first - The default IP addresses (used for the case where the mboard eeprom can't be read) would overwrite the previous settings - Added a warning for duplicate IP entries in the mboard eeprom |