aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/transport/nirio
Commit message (Collapse)AuthorAgeFilesLines
* Merging new UHD_IMAGES_DIR utilities and bug fixes.Ben Hilburn2015-01-273-111/+5
| | | | Also includes NI-USRP Windows Registry Key fixes.
* nirio: Address linking issues on OSXMartin Braun2014-12-151-3/+4
|
* nirio: Made new nirio iface code compile with GCCAshish Chaudhari2014-10-102-13/+12
| | | | - Addressed GCC specific errors and warnings
* x300,nirio: Added support for NI-RIO 14.0Ashish Chaudhari2014-10-108-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 interfacesAshish Chaudhari2014-10-091-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 B100michael-west2014-05-141-0/+5
| | | | - Added catch for unhandled error
* x300: Fixed DMA busy logic after review feedback.Ashish Chaudhari2014-04-281-1/+1
|
* x300: Addressed review feedbackAshish Chaudhari2014-04-251-1/+0
| | | | | - Fixed synchronization for unclaim - Removed stray RIO addr space set
* x300: Cleanup for PCIe flushingAshish Chaudhari2014-04-241-14/+14
|
* x300: Added hardware flush mechanism to PCIe logic.Ashish Chaudhari2014-04-242-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 filesNicholas Corgan2014-04-081-0/+16
|
* nirio: improved dealing with unsupported OS'sNicholas Corgan2014-03-272-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-west2014-03-131-11/+14
|
* Added assertion to make sure we are resizing buffer to a value >0.michael-west2014-03-111-0/+2
|
* Fix for Bug #378: rpc_client::call() dereferences NULL pointersmichael-west2014-03-071-3/+6
| | | | - Added check for empty data before write
* rpc: Make usrp3 compile again on RHEL6.Moritz2014-02-261-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 Hilburn2014-02-0418-0/+2963