aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/b200/b200_iface.hpp
Commit message (Collapse)AuthorAgeFilesLines
* uhd: Move internal headers to uhdlib/Martin Braun2018-03-141-2/+2
| | | | | | | | | | | | | | | | To avoid the proliferation of additional include directories and multiple ways of including project-local headers, we now default to moving all headers that are used across UHD into the uhdlib/ subdirectory. Some #include statements were also reordered as they were modified for closer compliance with the coding guidelines. Internal cpp source files should now include files like this: #include <uhdlib/rfnoc/ctrl_iface.hpp> Reviewed-by: Ashish Chaudhari <ashish.chaudhari@ettus.com>
* uhd: Update license headersMartin Braun2018-02-191-1/+2
| | | | | | | All copyright is now attributed to "Ettus Research, a National Instruments company". SPDX headers were also updated to latest version 3.0.
* Move all license headers to SPDX format.Martin Braun2017-12-221-12/+1
|
* Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵Martin Braun2016-11-081-19/+19
| | | | | | | | 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-19/+26
| | | | | | - Add support to b200_impl - New INF file - Removed references to old 'B205' name
* B2XX: Added B200mini supportmichael-west2015-08-171-7/+22
|
* Added uhd::image_loader class and uhd_image_loader utilityNicholas Corgan2015-07-151-1/+1
| | | | | | * Single class for loading firmware/FPGA images onto devices instead of multiple utilities * Loading functions are registered for each device, corresponding to their --args="type=foo" name * Deprecation warnings added to all product-specific image loading utilities
* b2x0: Cleaned up device lookup (moved all constants to one place)Martin Braun2015-04-211-9/+35
|
* Adding support for NI VID + PIDs for USRP B2xx devices.Ben Hilburn2014-12-181-0/+3
|
* b200: Removed all AD9361 related firmwareAshish Chaudhari2014-08-121-4/+0
| | | | | | | - FX3 does not respond to AD9361 firmware transaction VREQs - FX3 does not respond to AD9361 SPI transaction VREQs - Deleted all AD9361 firmware files - Bumped FW compat to 6
* b200: Moved AD9361 driver to hostAshish Chaudhari2014-08-011-2/+1
| | | | | | | - Switched to FPGA SPI engine - Moved firmware AD9361 driver to UHD - Bumped FW compat to 5, FPGA compat to 4 - Known Issue: AD9361 SPI rate is too slow
* Merging mwest's improvements to B2xx utility.Ben Hilburn2013-12-111-0/+2
|
* More cleanup for dynamic linking.Michael West2013-11-181-1/+1
|
* BUG #182: Cleaned up for proper dynamic linking of libuhd.Michael West2013-11-181-2/+6
|
* BUG #182: Refactored b2xx_fx3_utils to use files from UHDMichael West2013-11-151-0/+10
|
* b200: firmware update changed for FPGA load workBen Hilburn2013-09-101-1/+1
|
* b200: removed header redundancy interfaceJosh Blum2013-07-221-12/+1
|
* b200: squashed support for b200 onto master branchJosh Blum2013-07-191-0/+81