aboutsummaryrefslogtreecommitdiffstats
path: root/host/utils/b2xx_fx3_utils.cpp
Commit message (Collapse)AuthorAgeFilesLines
* fixup! Remove all boost:: namespace prefix for uint32_t, int32_t etc. ↵Martin Braun2016-11-151-16/+16
| | | | | | (fixed-width types) Now also removes the namespaces in the utils/ directory.
* Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵Martin Braun2016-11-081-1/+1
| | | | | | | | 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).
* B2xx: Added B205mini support.michael-west2015-12-101-2/+3
| | | | | | - Add support to b200_impl - New INF file - Removed references to old 'B205' name
* B2XX: Added B200mini supportmichael-west2015-08-171-1/+2
|
* Merge branch 'maint'Martin Braun2015-03-111-2/+2
|\ | | | | | | | | Conflicts: host/include/uhd/transport/vrt_if_packet.hpp
| * uhd: Fixed multiple compiler warnings (unused variables, missing literal f)Martin Braun2015-03-111-2/+2
| |
| * Merging new UHD_IMAGES_DIR utilities and bug fixes.Ben Hilburn2015-01-271-1/+1
| | | | | | | | Also includes NI-USRP Windows Registry Key fixes.
* | Corrected the function to construct EEPROM vector.vkakade2015-01-121-9/+9
| |
* | Added NI PID and VID to known values for easy enumeration.vkakade2015-01-121-1/+3
| |
* | Adding support for NI VID + PIDs for USRP B2xx devices.Ben Hilburn2014-12-181-25/+55
| |
* | uhd: replaced the `images_error` with a generic utility errorBen Hilburn2014-11-211-1/+1
|/ | | | | | - Deleted images.*, moved functionality to paths.* - Applies for all devices that check FPGA or FW compat numbers - Adds generic utility search tool
* Updated documentationNicholas Corgan2014-07-311-2/+2
| | | | | * Updated UHD documentation-related URL's after manual overhaul * Updated NI-USRP URL to link to NI-USRP 1.3
* Lots of bit-specific type work to fix compilation on older OSes.Ben Hilburn2014-05-211-1/+1
|
* Brought in UHD 3.6.2 MacPorts patches for OS X compatibilityNicholas Corgan2014-01-271-2/+5
| | | | * With OS X, boost::lexical_cast won't accept to_hex<boost::uint16_t> as a type
* Merging mwest's improvements to B2xx utility.Ben Hilburn2013-12-111-90/+156
|
* Squashed merge of Coverity fixes.Ben Hilburn2013-11-271-11/+29
|
* b2xx_fx3_utils: more validation before trying to loadNicholas Corgan2013-11-191-0/+10
|
* More fixes for Win32 compatibility.Michael West2013-11-191-4/+13
|
* Added fixes for Win32 compatibility.Michael West2013-11-191-27/+30
|
* BUG #182: Merged with Corgan's fix for the Win32 error.Michael West2013-11-191-9/+15
|\
| * b2xx_fx3_utils: catch error when WinUSB drivers aren't installedNicholas Corgan2013-11-181-9/+46
| |
* | BUG #182: Addressed comments from code review. Re-factored to reduce ↵Michael West2013-11-191-247/+161
| | | | | | | | repetitive code.
* | More cleanup for dynamic linking.Michael West2013-11-181-2/+2
|/
* BUG #182: Cleaned up for proper dynamic linking of libuhd.Michael West2013-11-181-0/+9
|
* BUG #182: Refactored b2xx_fx3_utils to use files from UHDMichael West2013-11-151-542/+316
|
* utils: fixed b2xx_fx3_utils bug with older versions of BoostNicholas Corgan2013-09-201-1/+1
|
* b200: firmware update changed for FPGA load workBen Hilburn2013-09-101-1/+2
|
* b200: squashed support for b200 onto master branchJosh Blum2013-07-191-0/+746