aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/b200/b200_impl.hpp
Commit message (Collapse)AuthorAgeFilesLines
* b2xx,e3xx,x300: Bumped compat numbers for 3.9.1 UHD releaseAshish Chaudhari2015-09-031-2/+2
| | | | | | | - b200: compat 11 - b200mini: compat 2 - e300: compat 11 - x300: compat 15
* b2xx: Removed DCM reset bit (obsolete)Martin Braun2015-09-031-2/+1
|
* B2XX: Added B200mini supportmichael-west2015-08-171-3/+8
|
* b200,e300,x300: Updated compat number for release 3.9.0Ashish Chaudhari2015-08-141-1/+1
| | | | | | - b200: compat 10 - e300: compat 10 - x300: compat 14
* b200: Change init sequence to catch bad USB statesBalint Seeber2015-08-031-1/+11
| | | | | - Fixes USB hang issues on OS X - Uses usb_errors
* ad9361/b200/e300: Refactored AD936x + perifs managementMartin Braun2015-07-291-7/+2
| | | | | | - Created AD936x manager class - Moved functionality from B2x0 and E310 into manager - Separated property tree + perifs initialization in both device classes
* b200: Change default tick rate to 16 MHzMartin Braun2015-07-241-1/+1
|
* Added uhd::image_loader class and uhd_image_loader utilityNicholas Corgan2015-07-151-3/+13
| | | | | | * 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
* Updated compat numbers for B2x0 and X3x0Martin Braun2015-07-141-1/+1
| | | | | - B2x0: FW compat number (goes with previous firmware update) - X3x0: Max HW rev number
* Merge branch 'maint'Martin Braun2015-07-141-1/+1
|\ | | | | | | | | | | | | | | | | | | Conflicts: fpga-src host/CMakeLists.txt host/cmake/Modules/UHDVersion.cmake host/lib/usrp/b200/b200_impl.hpp host/lib/usrp/e300/e300_fpga_defs.hpp host/lib/usrp/x300/x300_fw_common.h
| * b200: Bumped FPGA compat number to 8 for releaseAshish Chaudhari2015-07-141-1/+1
| |
| * b200: Modify initialization sequence to avoid warningsMartin Braun2015-06-291-1/+2
| | | | | | | | | | | | | | | | | | | | This will set the actual default rate to an integer factor of whatever the tick rate is, but leave the property tree value at zero. This avoids warnings if the chosen tick rate is not a multiple of the previous default rate, but also returns a zero value for the rate when it has not been initialized, allowing the user to probe if the value has not yet been set.
* | b200: Modify initialization sequence to avoid warningsMartin Braun2015-06-291-1/+2
| | | | | | | | | | | | | | | | | | | | This will set the actual default rate to an integer factor of whatever the tick rate is, but leave the property tree value at zero. This avoids warnings if the chosen tick rate is not a multiple of the previous default rate, but also returns a zero value for the rate when it has not been initialized, allowing the user to probe if the value has not yet been set.
* | Merge branch 'maint'Martin Braun2015-05-111-2/+1
|\| | | | | | | | | | | | | Conflicts: fpga-src host/CMakeLists.txt host/cmake/Modules/UHDVersion.cmake
| * b200: Changed the max byte rate over USB2Marcus Müller2015-05-061-2/+1
| | | | | | | | | | Max rate is now set to 53248000, allowing for more than 8MS/s, which is closer to the actual value that USB2 can handle.
* | Merge branch 'maint'Martin Braun2015-04-271-0/+2
|\|
| * b200: Added convenience subdev override for consistent subdev experienceMartin Braun2015-04-271-0/+2
| |
* | Merge branch 'maint'Martin Braun2015-04-241-2/+2
|\|
| * b200: Fixed FE swapping registerMartin Braun2015-04-241-2/+2
| |
* | b200: Bumped FPGA compat number to 7.Ashish Chaudhari2015-04-231-1/+1
| |
* | Merge branch 'maint'Ashish Chaudhari2015-04-231-2/+10
|\| | | | | | | | | | | Conflicts: host/lib/usrp/b200/b200_impl.cpp host/lib/usrp/b200/b200_impl.hpp
| * b200: Bumped FPGA compat number to 6Ashish Chaudhari2015-04-231-1/+1
| |
| * B200: Bumped FPGA compat number to 5michael-west2015-04-171-2/+3
| | | | | | | | B200: Added bit to SR_MISC_OUT register to control ATR mapping from radio to frontend
| * b2x0: Cleaned up device lookup (moved all constants to one place)Martin Braun2015-04-161-0/+2
| | | | | | | | | | | | Conflicts: host/lib/usrp/b200/b200_iface.hpp host/lib/usrp/b200/b200_impl.cpp
| * B200: Stricter checking of product and revision for frontend mapping.michael-west2015-04-151-4/+7
| |
| * UHD host code changes for B200 rev 5 support.michael-west2015-04-151-0/+4
| |
| * Merging new UHD_IMAGES_DIR utilities and bug fixes.Ben Hilburn2015-01-271-3/+3
| | | | | | | | Also includes NI-USRP Windows Registry Key fixes.
* | b2x0: Cleaned up device lookup (moved all constants to one place)Martin Braun2015-04-211-0/+2
| |
* | b200: Bumped FPGA compat number to 5Ashish Chaudhari2015-04-021-1/+1
| |
* | B200: UHD support for FPGPIO connector on REV6+ boards.Ian Buckley2015-03-091-1/+6
| | | | | | | | | | | | - GPIO on UART connector all board Revs - Consolidated fpgpio_bitbang into fpgpio example and renamed it gpio - Changed FP_GPIO readback address to match X300
* | Merge branch 'maint'Martin Braun2015-01-141-0/+1
|\|
| * b200: Added lo_locked sensorMartin Braun2015-01-141-0/+1
| |
* | uhd: replaced the `images_error` with a generic utility errorBen Hilburn2014-11-211-3/+3
| | | | | | | | | | | | - Deleted images.*, moved functionality to paths.* - Applies for all devices that check FPGA or FW compat numbers - Adds generic utility search tool
* | Merge branch 'maint'Martin Braun2014-11-211-0/+5
|\| | | | | | | | | Conflicts: host/lib/usrp/b200/b200_impl.hpp
| * b200: serialized access to get_rx/tx_streamJulian Arnold2014-11-211-0/+2
| |
* | b200: Make the master clock rate auto-configurableMartin Braun2014-11-201-5/+53
|/ | | | | | | | | | When no master_clock_rate is defined, the B200 driver will now select a suitable clock rate automatically based on the selected sampling rate. The selected tick rate is a multiple of the LCM of tx and rx rates. Auto-setting is done every time a streamer is generated or the sampling rate is configured.
* b200: Bumped FX3 firmware compat number to 7.Ashish Chaudhari2014-10-011-1/+1
|
* b200: Set sensible defaults for freq, gain and rate at startupMartin Braun2014-09-021-0/+4
|
* b200, ad9361: Cleanup up AD9361 driverAshish Chaudhari2014-08-121-1/+1
| | | | | - Removed transaction interface - Made the driver a C++ class
* b200: Removed all AD9361 related firmwareAshish Chaudhari2014-08-121-1/+1
| | | | | | | - 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: Added variable rate SPI core for AD9361 and ADF4001Ashish Chaudhari2014-08-011-1/+2
| | | | | - Added b200_local_spi core that adjusts the divider when talking to the two chips - AD9361 rate is 1MHz and ADF4001 rate is 10kHz
* b200: Moved AD9361 driver to hostAshish Chaudhari2014-08-011-2/+2
| | | | | | | - 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
* b200: Added max link rate infoMartin Braun2014-04-101-1/+3
|
* Merge branch adding warning regarding MCR on the B2xx.Ben Hilburn2014-03-271-4/+7
|\
| * b200: throw exception when master clock rate (tick rate) is requested to be ↵Balint Seeber2014-02-141-4/+7
| | | | | | | | | | | | > max for certain # of channels (i.e. restrict to 30.72MHz for MIMO) Also includes sscanf type fix in b200_impl and longer timeout for AD9361 read
* | b200: Added channel mapping capabilitiesMartin Braun2014-02-251-4/+7
|/
* Merging USRP X300 and X310 support!!Ben Hilburn2014-02-041-10/+4
|
* Final merge of Balint's 'kitchen_sink' B200 fixes.Ben Hilburn2013-11-271-2/+2
|
* Merge branch 'bug182'Nicholas Corgan2013-11-191-4/+0
|\
| * BUG #182: Cleaned up for proper dynamic linking of libuhd.Michael West2013-11-181-4/+0
| |