| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
* Unreferenced exceptions in try-catch statements
* Incorrect function documentation
* Unlabelled unused variables
|
|
|
|
|
| |
- Implemented IOCTL macro for linux and macosx
- Refactored v1 and v2 proxy code
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
* 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
|
| |
| |
| |
| | |
GCC 4.6; works with all clang.
|
| | |
|
|\|
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| | |
Also includes NI-USRP Windows Registry Key fixes.
|
| |
| |
| |
| |
| |
| | |
* Added CMake toolchain file, compatible with different versions
* No dependency on MinGW runtime, all statically linked
* Misc coding tweaks to allow MinGW to compile
|
|/ |
|
| |
|
|
|
|
| |
- Addressed GCC specific errors and warnings
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
- X3x0 not found over PCIe when only a loopback network interface exists on the host
|
|
|
|
| |
- Added catch for unhandled error
|
| |
|
|
|
|
|
| |
- Fixed synchronization for unclaim
- Removed stray RIO addr space set
|
| |
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
| |
* 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 check for empty data before write
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
|
|