Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs: Clarified there can only be one streamer per device | Martin Braun | 2014-04-07 | 2 | -4/+12 |
| | |||||
* | nirio: improved dealing with unsupported OS's | Nicholas Corgan | 2014-03-27 | 1 | -8/+4 |
| | | | | | * Instead of specifically checking for Apple, default to unsupported iface file if unsupported OS is detected * Don't error out if we can't catch a specific unsupported OS, just use barebones "unsupported" structs | ||||
* | uhd: prelim fix for windows-based UDP transport | Martin Braun | 2014-03-16 | 1 | -0/+2 |
| | |||||
* | Pushing the bulk of UHD-3.7.0 code. | Ben Hilburn | 2014-02-14 | 2 | -0/+27 |
| | |||||
* | Merging USRP X300 and X310 support!! | Ben Hilburn | 2014-02-04 | 27 | -8/+2443 |
| | |||||
* | cleaning up gpsdo docs | Ben Hilburn | 2013-12-19 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'origin/mergeme/fix_237' | Ben Hilburn | 2013-12-12 | 1 | -4/+5 |
|\ | |||||
| * | msg_task: Fixed build on Ubuntu 10.04 LTS. | Moritz Fischer | 2013-12-12 | 1 | -4/+5 |
| | | | | | | | | | | | | | | | | | | | | * Includes for 'uint32_t/uint8_t' were missing. Compilers that care don't like if we just use uint32_t like this. * For portability boost::uint32_t and boost::uint8_t should preferrably be used. Signed-off-by: Moritz Fischer <moritz@ettus.com> | ||||
* | | Squashed merge of Coverity fixes. | Ben Hilburn | 2013-11-27 | 3 | -1/+10 |
|/ | |||||
* | Merge branch 'bug182' | Nicholas Corgan | 2013-11-19 | 1 | -0/+6 |
|\ | |||||
| * | BUG #182: Refactored b2xx_fx3_utils to use files from UHD | Michael West | 2013-11-15 | 1 | -0/+6 |
| | | |||||
* | | b200/dtor-stall: fixed bug that stalled b200 on shutdown. | Johannes Demel | 2013-11-19 | 4 | -1/+76 |
|/ | |||||
* | uhd: wb_iface is now a public interface | Josh Blum | 2013-10-04 | 2 | -0/+83 |
| | |||||
* | Merge branch 'maint' | Josh Blum | 2013-08-23 | 1 | -0/+8 |
|\ | |||||
| * | uhd: fix get_xx_freq_range to use analog bw/2 | Josh Blum | 2013-08-23 | 1 | -0/+8 |
| | | | | | | | | | | | | The proper equation should be: max_freq = max_lo + min(adc/2, bw/2) - sr/2 | ||||
* | | uhd: added UHD_HEX helpful print macro | Josh Blum | 2013-08-23 | 1 | -1/+6 |
| | | |||||
* | | uhd: allow for 16 bit i2c and eeprom addrs | Josh Blum | 2013-07-24 | 1 | -6/+9 |
| | | |||||
* | | b100: moved usb wrapper class into b100 impl | Josh Blum | 2013-07-19 | 1 | -19/+1 |
| | | | | | | | | * since its only used internally in b100 | ||||
* | | uhd: bump abi string for previous changes | Josh Blum | 2013-07-15 | 1 | -1/+1 |
| | | |||||
* | | usb: added timeout param and additional queries | Josh Blum | 2013-07-15 | 2 | -5/+19 |
| | | |||||
* | | uhd: added new calls to streamer object + support work | Josh Blum | 2013-07-15 | 6 | -22/+77 |
| | | | | | | | | | | | | | | * The transmit streamer gives access to the async msg queue. * The receive streamer gives access to the issue stream cmd. * Supporting usrp implementation files updated. * Example applications updated to use this API. | ||||
* | | uhd: added virtual destructors for several interface classes | Josh Blum | 2013-07-15 | 3 | -2/+14 |
| | | |||||
* | | Merge branch 'maint' | Nicholas Corgan | 2013-05-10 | 5 | -7/+7 |
|\| | | | | | | | | | Conflicts: host/tests/CMakeLists.txt | ||||
| * | Added CMake variables to customize builds to match Debian package configurations | Nicholas Corgan | 2013-05-10 | 5 | -7/+7 |
| | | | | | | | | | | | | * -DLIBUHD_PKG=ON installs with libuhd003 configuration * -DLIBUHDDEV_PKG=ON installs with libuhd-dev configuration * -DUHDHOST_PKG=ON installs with uhd-host configuration | ||||
* | | Merge branch 'maint' | Josh Blum | 2013-04-12 | 1 | -12/+41 |
|\| | | | | | | | | | Conflicts: host/tests/time_spec_test.cpp | ||||
| * | uhd: switch the reusable barrier to condition variables | Josh Blum | 2013-04-12 | 1 | -12/+41 |
| | | | | | | | | | | | | This allows the converter threads in a multi-threaded streamer to wait quietly. In addition, the use of two barriers in the packet handlers was reduced to one, by adding a simple exit barrier inside the reusable barrier's wait method. | ||||
* | | uhd: increment UHD_VERSION_ABI_STRING "3.6.0-0" | Josh Blum | 2013-01-23 | 1 | -2/+2 |
| | | | | | | | | | | | | | | Added tune args to tune request. Thefore the API of the master branch does not match 3.5.* release, by this system, the compat string should be the unrelease 3.6 - w/ compat -0. The -0 may increase w/ future ABI/API changes before 3.6 release. | ||||
* | | Merge branch 'next' | Josh Blum | 2013-01-23 | 1 | -1/+14 |
|\ \ | |||||
| * | | uhd: added args member to tune_request object | Josh Blum | 2012-11-21 | 1 | -1/+14 |
| |/ | |||||
* | | Merge branch 'fhs_work' | Josh Blum | 2013-01-23 | 1 | -2/+2 |
|\ \ | |/ |/| | |||||
| * | uhd: work on moving binaries to lib/uhd | Josh Blum | 2012-11-08 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'maint34' into maint | Josh Blum | 2012-11-10 | 1 | -5/+5 |
|\ \ | |/ |/| | |||||
| * | uhd: make stream cmd enums easier on SWIG | Josh Blum | 2012-11-10 | 1 | -5/+5 |
| | | |||||
* | | uhd: added barrier interrupt to work around thread issue | Josh Blum | 2012-10-29 | 1 | -0/+11 |
| | | | | | | | | | | Force the barrier wait to throw a boost::thread_interrupted The threads were not getting the interruption_point on windows. | ||||
* | | uhd: added boost version header to define BOOST_VERSION | Josh Blum | 2012-08-30 | 1 | -0/+1 |
| | | |||||
* | | uhd: special case boost versions for ipc namespace | Josh Blum | 2012-08-08 | 1 | -5/+11 |
| | | |||||
* | | Merge branch 'master' into next | Josh Blum | 2012-07-16 | 1 | -1/+1 |
|\ \ | |||||
| * | | Merge branch 'maint' | Josh Blum | 2012-07-06 | 1 | -1/+1 |
| |\| | |||||
| | * | uhd: docstring typo fix version.hpp | Josh Blum | 2012-07-04 | 1 | -1/+1 |
| | | | |||||
* | | | uhd: make range_t a lightweight object | Josh Blum | 2012-07-04 | 2 | -4/+3 |
| | | | |||||
* | | | uhd: added header with misc atomic wrappers | Josh Blum | 2012-07-02 | 2 | -1/+145 |
|/ / | |||||
* | | uhd: docstring - sc8 is a possible cpu type | Josh Blum | 2012-06-28 | 1 | -1/+1 |
| | | |||||
* | | utils: UHD Image Downloader - downloads firmware/FPGA images compatible with ↵ | Nicholas Corgan | 2012-06-07 | 1 | -1/+16 |
| | | | | | | | | the current host code and places them in the images directory | ||||
* | | uhd: added uhd::get_pkg_data_path | Josh Blum | 2012-06-05 | 1 | -1/+4 |
| | | |||||
* | | usrp: mboard eeprom map use string as key | Josh Blum | 2012-05-14 | 1 | -13/+5 |
| | | |||||
* | | uhd: bump ABI compat for multi_usrp change | Josh Blum | 2012-05-10 | 1 | -1/+1 |
| | | |||||
* | | Examples - Test Daughterboard Coercion: moves across the frequency and gain ↵ | Nicholas Corgan | 2012-05-10 | 1 | -0/+14 |
| | | | | | | | | ranges of a daughterboard and tests whether or not it can tune/lock at all advertised frequencies and gains | ||||
* | | convert: added prio param to get converter | Josh Blum | 2012-04-27 | 1 | -2/+6 |
| | | | | | | | | We can now test generic conversion implementations against SIMD (for example) | ||||
* | | include: updated multi_usrp's help descriptions for USRP info functions | Nicholas Corgan | 2012-04-25 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'maint' | Josh Blum | 2012-04-23 | 1 | -2/+2 |
|\| |