Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |
| | | ||||||
* | | transport: Made CHDR-related routines separate from VRT | Martin Braun | 2014-12-03 | 2 | -0/+183 | |
|/ | | | | | | Our VRT routines have the option to switch, on the fly, between VRLP and CHDR. This adds new CHDR-specific (un-)packers, which can only work with CHDR. | |||||
* | bugfix: UHD does not build in msvc when USB feature is disabled | Ashish Chaudhari | 2014-10-14 | 1 | -0/+4 | |
| | ||||||
* | nirio: Made new nirio iface code compile with GCC | Ashish Chaudhari | 2014-10-10 | 3 | -14/+13 | |
| | | | | - Addressed GCC specific errors and warnings | |||||
* | x300,nirio: Added support for NI-RIO 14.0 | Ashish Chaudhari | 2014-10-10 | 9 | -320/+1251 | |
| | | | | | | | | | - Split niriok_proxy interfaces to support NI-RIO <=13.0 and >=14.0 kernel interfaces - Fixed multi-session race conditions by synchronizing niriok_proxy access - Fixed bug switching from NI LV-FPGA access to UHD access by changing how devices are hashed into a reservation table - Fixed calculation of FRAC values for CBX and SBX LO tuning by rounding instead of truncating - Fixed bug that was not setting two MSBs for band select configuration of CBX LO - Submitting on behalf of Patrick Sisterhen, Matthew Crymble | |||||
* | x300: Bugfix#602: X3x0 not found over PCIe with no Eth interfaces | Ashish Chaudhari | 2014-10-09 | 1 | -1/+6 | |
| | | | | - X3x0 not found over PCIe when only a loopback network interface exists on the host | |||||
* | Added missing pure virtual destructors to base classes | Nicholas Corgan | 2014-09-01 | 6 | -6/+58 | |
| | ||||||
* | BUG #465: UHD: "Error: Connection refused" for USRP1 and B100 | michael-west | 2014-05-14 | 1 | -0/+5 | |
| | | | | - Added catch for unhandled error | |||||
* | x300: Fixed DMA busy logic after review feedback. | Ashish Chaudhari | 2014-04-28 | 2 | -2/+2 | |
| | ||||||
* | x300: Addressed review feedback | Ashish Chaudhari | 2014-04-25 | 1 | -1/+0 | |
| | | | | | - Fixed synchronization for unclaim - Removed stray RIO addr space set | |||||
* | x300: Cleanup for PCIe flushing | Ashish Chaudhari | 2014-04-24 | 2 | -38/+44 | |
| | ||||||
* | x300: Added hardware flush mechanism to PCIe logic. | Ashish Chaudhari | 2014-04-24 | 3 | -10/+116 | |
| | | | | | - Added DMA enabled states to DMA logic to allow for hardware data flushing during init. - niusrprio_session will now check for FPGA busy before downloading | |||||
* | x300: add UHD_IMAGES_DIR to list of directories searched for LVBITX files | Nicholas Corgan | 2014-04-08 | 1 | -0/+16 | |
| | ||||||
* | Merge branch 'origin/x300/bug386' for flushing buffers smarter. | Ben Hilburn | 2014-03-27 | 1 | -14/+21 | |
|\ | ||||||
| * | Fix for BUG #386: RIO & UHD: Flush buffers smarter | michael-west | 2014-03-07 | 1 | -14/+21 | |
| | | | | | | | | - Updated flush algorithm to acquire and release all elements instead of 1 element at a time | |||||
* | | nirio: improved dealing with unsupported OS's | Nicholas Corgan | 2014-03-27 | 2 | -6/+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 | |||||
* | | Merge branch 'maint' | Nicholas Corgan | 2014-03-17 | 1 | -1/+9 | |
|\ \ |