Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'maint' | Martin Braun | 2016-08-01 | 12 | -52/+83 |
|\ | | | | | | | | | | | Conflicts: host/lib/usrp/dboard/db_wbx_version2.cpp host/lib/usrp/dboard/db_wbx_version3.cpp | ||||
| * | cmake: "make uninstall" now removes symlinks (CMake 2.8.1 and above) | Nicholas Corgan | 2016-08-01 | 1 | -0/+11 |
| | | |||||
| * | 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) | ||||
| * | usrp_e3x0.dox: Example cmake line should enable GPSD for E310. (#1170) | Philip Balister | 2016-07-27 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Philip Balister <philip@opensdr.com> | ||||
| * | docs: added UBX to list of calibratable daughterboards | Marcus Müller | 2016-07-18 | 1 | -0/+1 |
| | | |||||
| * | 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 | 9 | -38/+44 |
| | | |||||
* | | utils: Added querying a sensor to uhd_usrp_probe | Derek Kozel | 2016-08-01 | 1 | -0/+7 |
| | | |||||
* | | cmake: Fix compatibility with new versioning scheme | Nicolas Cuervo | 2016-08-01 | 3 | -4/+5 |
| | | | | | | | | - Fixes init_usrp | ||||
* | | 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> | ||||
* | | uhd: minor prop tree formatting | Martin Braun | 2016-07-29 | 1 | -1/+3 |
| | | |||||
* | | usrp3: Added SW muxer/demuxer for the zero_copy interface | Ashish Chaudhari | 2016-07-29 | 3 | -0/+323 |
| | | | | | | | | | | | | | | - 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 | ||||
* | | examples: Fixed unconditional wait for SISO case in benchmark_rate | Martin Braun | 2016-07-22 | 1 | -1/+1 |
| | | |||||
* | | examples: Added late command counter to benchmark_rate | Martin Braun | 2016-07-22 | 1 | -4/+17 |
| | | |||||
* | | 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 | ||||
* | | examples: Fix RX thread in benchmark_rate example so it exits when EOB is seen | michael-west | 2016-07-22 | 1 | -2/+8 |
| | | |||||
* | | C API: wrapped multi_usrp functions for interacting with LO's | Nicholas Corgan | 2016-07-19 | 3 | -3/+169 |
| | | |||||
* | | multi_usrp: Added LO control API | Derek Kozel | 2016-07-19 | 2 | -0/+241 |
| | | |||||
* | | 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 | 7 | -6/+47 |
|\| | | | | | | | | | Conflicts: host/lib/usrp/b200/b200_impl.cpp | ||||
| * | converters: Clarifying comment re packing | Martin Braun | 2016-06-22 | 2 | -0/+10 |
| | | |||||
| * | docs: Clarified available clock rates for X310 (should not list 120 MHz) | Derek Kozel | 2016-06-22 | 1 | -1/+1 |
| | | | | | | | | Reviewed-By: Martin Braun <martin.braun@ettus.com> | ||||
| * | Added subdev argument to rx_samples_to_udp example | Derek Kozel | 2016-06-22 | 1 | -0/+5 |
| | | |||||
| * | 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 | 14 | -49/+125 |
|\| | |||||
| * | 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 |
| | | |||||
| * | query_gpsdo_sensors: added OctoClock-G support | Nicholas Corgan | 2016-06-16 | 1 | -0/+39 |
| | | |||||
| * | Fixed minor warnings | Nicholas Corgan | 2016-06-16 | 6 | -12/+13 |
| | | | | | | | | | | | | * Mismatched printf format strings * Number truncation * Unreferenced variables | ||||
* | | uhd_config_info: added missing --boost-version option | Nicholas Corgan | 2016-06-17 | 1 | -1/+2 |
| | | |||||
* | | docs: added information on recovering X3x0 EEPROM | Nicholas Corgan | 2016-06-17 | 1 | -0/+12 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2016-06-15 | 1 | -14/+25 |
|\| | |||||
| * | octoclock: uhd_usrp_probe works for clocks now | Martin Braun | 2016-06-15 | 1 | -14/+25 |
| | | |||||
* | | Changing UHD's versioning system | Nicholas Corgan | 2016-06-14 | 5 | -17/+22 |
| | | | | | | | | * Version numbers now Major.API.ABI.Patch | ||||
* | | Merge branch 'maint' | Martin Braun | 2016-06-14 | 5 | -15/+15 |
|\| | |||||
| * | docs: no HTML timestamp for Doxygen | Nicholas Corgan | 2016-06-14 | 1 | -1/+1 |
| | | |||||
| * | Spelling fixes | Nicholas Corgan | 2016-06-14 | 2 | -8/+8 |
| | | |||||
| * | config: better platform detection | Nicholas Corgan | 2016-06-14 | 2 | -6/+6 |
| | | |||||
* | | cmake: added IGNORE_BUILD_DATE option for reproducibility | Nicholas Corgan | 2016-06-14 | 1 | -5/+9 |
| | |