Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | utils: introduce new logging API and remove msg API | Andrej Rode | 2017-02-20 | 1 | -11/+11 |
| | |||||
* | transport: Removed some superfluous variables | Martin Braun | 2016-11-28 | 1 | -5/+5 |
| | |||||
* | Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵ | Martin Braun | 2016-11-08 | 3 | -17/+17 |
| | | | | | | | | types) - Also removes all references to boost/cstdint.hpp and replaces it with stdint.h (The 'correct' replacement would be <cstdint>, but not all of our compilers support that). | ||||
* | CMake: fix the lvbitx path on windows | Paul David | 2016-10-26 | 1 | -6/+6 |
| | |||||
* | 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 | ||||
* | 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 | ||||
* | | cmake: Proper selection of files for ENABLE_X300 | Martin Braun | 2015-10-26 | 1 | -2/+3 |
|/ | |||||
* | 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 | ||||
* | 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 |
| | |||||
* | Merge branch 'maint' | Martin Braun | 2015-03-27 | 1 | -17/+17 |
|\ | |||||
| * | Warning fixes | Nicholas Corgan | 2015-03-27 | 5 | -35/+41 |
| | | | | | | | | | | | | | | * 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 | ||||
* | | 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 |
|/ | |||||
* | nirio: Address linking issues on OSX | Martin Braun | 2014-12-15 | 1 | -3/+4 |
| | |||||
* | nirio: Made new nirio iface code compile with GCC | Ashish Chaudhari | 2014-10-10 | 2 | -13/+12 |
| | | | | - Addressed GCC specific errors and warnings | ||||
* | x300,nirio: Added support for NI-RIO 14.0 | Ashish Chaudhari | 2014-10-10 | 8 | -305/+1236 |
| | | | | | | | | | - 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 | ||||
* | 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 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -14/+14 |
| | |||||
* | x300: Added hardware flush mechanism to PCIe logic. | Ashish Chaudhari | 2014-04-24 | 2 | -0/+68 |
| | | | | | - 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 |
| | |||||
* | 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 | ||||
* | Added handling for responses that do not have data. | michael-west | 2014-03-13 | 1 | -11/+14 |
| | |||||
* | Added assertion to make sure we are resizing buffer to a value >0. | michael-west | 2014-03-11 | 1 | -0/+2 |
| | |||||
* | Fix for Bug #378: rpc_client::call() dereferences NULL pointers | michael-west | 2014-03-07 | 1 | -3/+6 |
| | | | | - Added check for empty data before write | ||||
* | rpc: Make usrp3 compile again on RHEL6. | Moritz | 2014-02-26 | 1 | -9/+27 |
| | | | | | | | | | | * boost::asio::connect appears in boost 1.47 added conditional for older machines * boost::system::get_system_category() instead of boost::system::system_category. Signed-off-by: Moritz <moritz@ettus.com> | ||||
* | Merging USRP X300 and X310 support!! | Ben Hilburn | 2014-02-04 | 18 | -0/+2963 |