aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/b100
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'maint'Martin Braun2016-06-221-3/+13
|\
| * lib: fixed GCC 6 warnings/errorsNicholas Corgan2016-06-211-3/+13
| | | | | | | | | | * gpsd_iface: fixed ambiguity in boost::assign::list_of usage * b100/clock_ctrl: fixed "misleading indentation" warning
* | dboard_iface: Added FE name input to set_fe_connectionAshish Chaudhari2016-05-161-3/+3
| | | | | | | | | | - A dboard_base class can have multiple frontends (subdevs) and the set_fe_connection needs to be able to distinguish between them
* | dboard_iface: Added method to configure front connection and settingsAshish Chaudhari2016-03-211-0/+6
| |
* | usrp: Refactored dboard_iface for all productsAshish Chaudhari2016-02-161-20/+38
| | | | | | | | | | | | | | - Made dboard_iface an interface! Removed PIMPL - Added unit "BOTH" to dboard API and expanded GPIO API width to 32 - Removed gpio_debug_mux. No product ever used that - Refactored gpio_atr cores to work with new dboard_iface
* | dboard: Added restricted dboard registration capabilityAshish Chaudhari2016-02-162-4/+2
| | | | | | | | | | | | - Moved dboard iface initialization to dboard_manager - Added a restricted register function. Restricted dboards don't expose their control iface in the property tree
* | prop_tree: Multiple API enhancements to uhd::propertyAshish Chaudhari2016-02-111-47/+47
| | | | | | | | | | | | | | | | | | - Added desired and coerced values and accessors to property - Added support to register desired subscribers - set APIs don't reallocate storage for a property value - Renamed callback method registration APIs - Registering 2 coercers or publishers for a property will throw - Registering a coercer and a publisher for the same property will throw
* | cmake: Register components earlierMartin Braun2015-11-161-2/+0
|/ | | | | | | | | | All device-specific CMake components are now registered in one place, before the host/lib/ subdirs are sourced. This way, there are no cyclic dependencies. This solves the issue where ENABLE_X300=Off could disable USB, but preserves the fix where ENABLE_X300=Off would still build some X300 codes.
* cmake: added variable to LIBUHD_REGISTER_COMPONENT macro to make required, ↵Nicholas Corgan2015-08-111-2/+2
| | | | | | set LibUHD to required * If required component's dependencies aren't met, CMake will throw an error unless user specifically disables it
* uhd: Add ability to get and set command time through dboard_iface.michael-west2015-04-032-4/+16
| | | | | This creates a wb_iface child class called timed_wb_iface, which adds support for timed commands.
* Warning fixesNicholas Corgan2015-03-271-2/+2
| | | | | | | * 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
* Merging new UHD_IMAGES_DIR utilities and bug fixes.Ben Hilburn2015-01-272-6/+6
| | | | Also includes NI-USRP Windows Registry Key fixes.
* Give user the option to ignore daughterboard's calibration file at runtimeNicholas Corgan2014-09-022-3/+9
| | | | | * Add "ignore-cal-file" to the uhd::device_addr_t arguments * Added documentation for new feature
* Added missing pure virtual destructors to base classesNicholas Corgan2014-09-014-7/+18
|
* b100: More RX buffersMartin Braun2014-08-211-1/+2
| | | | | Increases number of recv frames where recv_frame_size is min'd with 2K (B100_MAX_PKT_BYTE_LIMIT), therefore increasing buffer slack.
* OctoClock firmware upgrade, added host driverNicholas Corgan2014-07-231-2/+3
| | | | | | | | | | * OctoClock can communicate with UHD over Ethernet * Can read NMEA strings from GPSDO and send to host * Added multi_usrp_clock class for clock devices * uhd::device can now filter to return only USRP devices or clock devices * New OctoClock bootloader can accept firmware download over Ethernet * Added octoclock_burn_eeprom,octoclock_firmware_burner utilities * Added test_clock_synch example to show clock API
* Merge branch 'origin/b200/issue_418'Ben Hilburn2014-04-101-3/+4
|\ | | | | | | Fixing unsafe sscanf call.
| * b100+b200+usrp1: removed potentially unsafe sscanf callMartin Braun2014-04-101-3/+4
| |
* | uhd: Added max link rate info for usrp1, usrp2 and b100Martin Braun2014-04-102-0/+2
|/
* Merging USRP X300 and X310 support!!Ben Hilburn2014-02-042-10/+3
|
* Squashed merge of Coverity fixes.Ben Hilburn2013-11-271-0/+1
|
* BUG #203: Initialized gain values to 0.0Michael West2013-11-081-2/+4
|
* uhd: wb_iface is now a public interfaceJosh Blum2013-10-041-1/+1
|
* b100: reset fx2 on ctrl xport failJosh Blum2013-08-131-6/+21
|
* uhd: allow for 16 bit i2c and eeprom addrsJosh Blum2013-07-241-4/+4
|
* b100: call demuxer realloc sidJosh Blum2013-07-191-0/+1
|
* b100: moved usb wrapper class into b100 implJosh Blum2013-07-194-4/+262
| | | | * since its only used internally in b100
* uhd: added new calls to streamer object + support workJosh Blum2013-07-151-0/+3
| | | | | | | * The transmit streamer gives access to the async msg queue. * The receive streamer gives access to the issue stream cmd. * Supporting usrp implementation files updated. * Example applications updated to use this API.
* b100: switch to new packet demuxerJosh Blum2013-07-153-9/+5
|
* b100: additional flushing when rx streamer createdJosh Blum2013-02-191-0/+4
|
* b100: added fw version property to queryJosh Blum2013-02-131-0/+1
|
* Merge branch 'maint34' into maintNicholas Corgan2012-11-162-3/+10
|\ | | | | | | | | | | Conflicts: host/lib/usrp/b100/b100_impl.cpp host/lib/usrp/usrp1/usrp1_impl.hpp
| * lib/cmake: CPack source workNicholas Corgan2012-11-163-4/+10
| | | | | | | | | | * Removed all host code dependencies on firmware headers * Put in CMake settings for CPack source
* | lfrx: disable dc offset correction when using LFRXJosh Blum2012-09-281-0/+3
| |
* | b100: removed unused files from mergeJosh Blum2012-08-043-402/+0
| |
* | b100/e100: clock source option for pps phase sync abuseJosh Blum2012-07-191-0/+13
| |
* | b100: squashed host code for fifo control/timed commandsJosh Blum2012-07-026-215/+99
| | | | | | | | | | This uses the new b100/e100 common core and FIFO control modules. Subsequent commit will be the compatible FPGA merge.
* | utils: UHD Image Downloader - downloads firmware/FPGA images compatible with ↵Nicholas Corgan2012-06-071-8/+8
| | | | | | | | the current host code and places them in the images directory
* | Merge branch 'maint'Josh Blum2012-05-161-1/+1
|\| | | | | | | | | Conflicts: host/docs/gpsdo.rst
| * b100: fix use of boost cstdint hereJosh Blum2012-05-161-1/+1
| |
* | usrp: mboard eeprom map use string as keyJosh Blum2012-05-142-3/+4
| |
* | b100/e100: bumped compat number to 10 after fpga mergeJosh Blum2012-04-251-1/+1
| |
* | mboard id's are now more concise (codenames are separated, for example), and ↵Nicholas Corgan2012-04-201-1/+2
|/ | | | dboard subdev names are more descriptive (RFX RX is now RFX1200 RX, etc)
* B100: enable_gpif(0) disables FIFO output clock on FX2. this prevents the ↵Nick Foster2012-03-161-2/+2
| | | | "stuffing zeroes" problem and improves transport reliability.
* usrp: fix from "rev iq correction"Josh Blum2012-03-161-2/+2
| | | | Must zero out the default IQ correction to have zero effect by default.
* usrp: reset cordics on init after tick rate updateJosh Blum2012-02-281-0/+8
|
* uhd: fixed some compile warnings for msvcJosh Blum2012-02-281-1/+1
|
* uhd: added async md user payload and common utilsJosh Blum2012-02-141-15/+11
|
* b100: use frame boundary to calculate frame sizeJosh Blum2012-02-141-2/+2
|
* b100: reset/reenumerate fx2 for bad endpoint stateJosh Blum2012-02-141-0/+19
| | | | | | Determine state of control endpoint, re-enumerate to put in a known state, rerun some initialization code.