Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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. | |||||
* | | 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 | |||||
* | | 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 | |||||
* | | 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 | |||||
* | | 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 | |||||
* | | 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 | |
| | | | | | | | | | | * Removed code referencing now-unsupported versions of Boost * Added <stdint.h> includes where needed | |||||
* | | 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 | |
| | | | | | | | | | | | | * nirio_driver_iface_win: labeled unused variable for MinGW builds * b200_impl: fixed unreferenced variable warning * n200_image_loader: fixed signed vs. unsigned comparison | |||||
* | | Merge branch 'maint' | Ashish Chaudhari | 2016-02-18 | 2 | -5/+5 | |
|\| | | | | | | | | | | | Conflicts: host/lib/usrp/cores/gpio_core_200.cpp host/lib/usrp/dboard/db_ubx.cpp | |||||
| * | 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 | |
| | | | | | | | | | | | | | | | | | | | | All device-specific CMake components are now registered in one place, before the host/lib/ subdirs are sourced. This way, there are no cyclic dependencies. This solves the issue where ENABLE_X300=Off could disable USB, but preserves the fix where ENABLE_X300=Off would still build some X300 codes. | |||||
* | | 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 | |
| | | | | | | * Unreferenced exceptions in try-catch statements * Incorrect function documentation * Unlabelled unused variables | |||||
* | nirio: Changes to kernel proxy to work with RIO 15.0 on linux | Ashish Chaudhari | 2015-08-14 | 3 | -46/+655 | |
| | | | | | - Implemented IOCTL macro for linux and macosx - Refactored v1 and v2 proxy code | |||||
* | Transport: Update flow control on overruns | Johannes Walter | 2015-08-13 | 1 | -0/+5 | |
| | | | | | | X300 stops sending packets when too many overruns occur. This presumably happens due to a lock up in the source flow control. In this patch we force a flow control update every time an overrun occurs. | |||||
* | C API cleanup, feature additions | Nicholas Corgan | 2015-08-12 | 1 | -2/+2 | |
| | | | | | | * Cleaned up usage of handles vs. handle pointers * Store global string for last error thrown * Removed uhd::device_addr_t handle, added std::vector<std::string> handle | |||||
* | 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 ↵ | Michael Dickens | 2015-08-11 | 1 | -3/+3 | |
| | | | | exception handling which uses uhd::usb_error (not uhd::runtime_error). | |||||
* | cmake: added variable to LIBUHD_REGISTER_COMPONENT macro to make required, ↵ | Nicholas Corgan | 2015-08-11 | 1 | -2/+2 | |
| | | | | | | set LibUHD to required * If required component's dependencies aren't met, CMake will throw an error unless user specifically disables it | |||||
* | 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 | |
| | | | | | | - Introduced in b08352f267730ea417ec345cd90833a6746a1114. ERROR is a macro included through some windows specific header. Replaced with STATUS_ERROR. | |||||
* | Fix for BUG 869: UHD: Unhandled exceptions during destruction of multi_usrp ↵ | michael-west | 2015-08-05 | 3 | -22/+60 | |
| | | | | | | | object cause application to terminate - Prevented libusb_zero_copy_single from submitting transfers after libusb reports an error - Made error messages in libusb_zero_copy and udp_zero_copy more descriptive | |||||
* | b200: Change init sequence to catch bad USB states | Balint Seeber | 2015-08-03 | 3 | -2/+21 | |
| | | | | | - Fixes USB hang issues on OS X - Uses usb_errors | |||||
* | 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 | |
|\ | | | | | | | | | | | Conflicts: host/lib/usrp/b200/b200_impl.cpp host/lib/usrp/b200/b200_impl.hpp | |||||
| * | B200: UHD now detects loaded FW on NI-USRP devices | Ben Hilburn | 2015-04-15 | 1 | -0/+1 | |
| | | | | | | | | | | Conflicts: host/lib/transport/libusb1_base.cpp | |||||
* | | 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 | |
| | | | | | | | | | | * MinGW: unused parameter warning, MSVC-specific pragma * MSVC: bool narrowing | |||||
* | | Merge branch 'maint' | Martin Braun | 2015-03-27 | 3 | -25/+27 | |
|\| | ||||||
| * | Warning fixes | Nicholas Corgan | 2015-03-27 | 7 | -43/+51 | |
| | | | | | | | | | | | | | | * CMake now not applying C++ flags to C files * GCC 4.4: anti-aliasing rules * MSVC: narrowing, differences in subclass function parameters * Clang: uninitialized variables | |||||
* | | uhd: Fixed multiple compiler warnings | Michael Dickens | 2015-03-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | - Use ULL and LL etc. so compiler doesn't need to decide constant's types - define the empty 'while' loop to include {} to make older compilers happy - Use explicit type names for BOOST_CHECK_EQUAL | |||||
* | | nirio: hopefully fix #pragma declarations; "push" and "pop" introduced in ↵ | Michael Dickens | 2015-03-11 | 4 | -18/+24 | |
| | | | | | | | | GCC 4.6; works with all clang. | |||||
* | | nirio: when unsupported, comment out unused variables. | Michael Dickens | 2015-03-11 | 1 | -16/+16 | |
| | | ||||||
* | | Merge branch 'maint' into master | Ben Hilburn | 2015-01-28 | 3 | -111/+5 | |
|\| | | | | | | | | | | | | | | | | | Resolved Conflicts: host/docs/usrp_e3x0.dox host/include/uhd/utils/paths.hpp host/lib/transport/nirio/nifpga_lvbitx.cpp host/lib/usrp/b200/b200_impl.cpp host/lib/utils/paths.cpp | |||||
| * | Merging new UHD_IMAGES_DIR utilities and bug fixes. | Ben Hilburn | 2015-01-27 | 3 | -111/+5 | |
| | | | | | | | | Also includes NI-USRP Windows Registry Key fixes. | |||||
* | | Added support for MinGW cross-compile | Nicholas Corgan | 2015-01-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | * Added CMake toolchain file, compatible with different versions * No dependency on MinGW runtime, all statically linked * Misc coding tweaks to allow MinGW to compile | |||||
* | | x300: support new 120 MHz bandwidth versions of the NI-branded X310s | Brooks | 2014-12-22 | 1 | -1/+1 | |
| | | ||||||
* | | Adding support for NI VID + PIDs for USRP B2xx devices. | Ben Hilburn | 2014-12-18 | 1 | -7/+13 | |
| | | ||||||
* | | Merge branch 'maint' | Martin Braun | 2014-12-15 | 1 | -3/+4 | |
|\| | | | | | | | | | Conflicts: host/examples/rx_samples_to_file.cpp | |||||
| * | nirio: Address linking issues on OSX | Martin Braun | 2014-12-15 | 1 | -3/+4 | |
| | |