aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/dboard/db_basic_and_lf.cpp
Commit message (Collapse)AuthorAgeFilesLines
* utils: introduce new logging API and remove msg APIAndrej Rode2017-02-201-1/+1
|
* dboard: Made dboard class dtors virtualAshish Chaudhari2016-02-261-2/+2
| | | | | - Interface and all base classes have virtual destructors - Wrapped UBX dtor in UHD_SAFE_CALL
* prop_tree: Multiple API enhancements to uhd::propertyAshish Chaudhari2016-02-111-2/+2
| | | | | | | | | - 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
* mboard id's are now more concise (codenames are separated, for example), and ↵Nicholas Corgan2012-04-201-9/+21
| | | | dboard subdev names are more descriptive (RFX RX is now RFX1200 RX, etc)
* basic: minor fix for copy paste typoJosh Blum2011-12-201-1/+1
|
* basic: fix basic db center freq to always zeroJosh Blum2011-11-201-2/+5
|
* basic: disable dboard clocks by defaultJosh Blum2011-11-071-4/+4
|
* Port of daughterboards from wax to new property treesJason Abele2011-11-071-207/+75
| | | | | | | | | | | Ported: Basic/LF Unknown XCVR DBSRX DBSRX2 TVRX TVRX2
* basic/lf: keep dboard clocks disabled (should be by default)Josh Blum2011-10-271-2/+2
|
* usrp: dboard sensors fix, populate for tvrx, and should be empty on ↵Josh Blum2011-08-181-2/+2
| | | | basics/unknown
* usrp: deleted a bunch on obsoleted files in usrp directoryJosh Blum2011-06-291-1/+0
|
* usrp2: restored discovery and most of io_implJosh Blum2011-06-271-0/+8
|
* b100: added b100 host (squashed)Josh Blum2011-06-141-0/+2
|
* uhd: replaced warning post with calls to UHD_MSG(warning)Josh Blum2011-05-041-11/+7
| | | | | The message api can support warnings, error, and status messages. The default handler is to stdio, but the user can change this.
* uhd: replaced instanced of std::exception with the uhd exceptionsJosh Blum2011-02-241-2/+2
|
* uhd: renamed the assert header to assert hasJosh Blum2011-02-241-1/+1
| | | | | | | | only the assert has implementation is in this header uhd assert throw moved to the exception header updated code base includes to match
* usrp: implement sensors in all the dboards, deprecated read rssi and get lo ↵Josh Blum2011-02-111-8/+0
| | | | locked
* uhd: update copyright dates on host codeJosh Blum2011-01-131-1/+1
|
* uhd: replace all the instances of float not pertaining to io types with ↵Josh Blum2011-01-111-4/+4
| | | | double, simplifies life
* uhd: added read-back calls to dboard iface gpio settings, and optional maskJosh Blum2010-11-261-1/+1
|
* uhd: pulled in some worthwhile changes from flow control branchJosh Blum2010-11-111-0/+5
|
* Fix Bandwidth for IQ subdevs on Basic/LFJason Abele2010-10-281-2/+12
| | | | Additional typo cleanup and fix WBX bandwidth
* uhd: replaced print warning with a post warning call and registryJosh Blum2010-10-261-2/+2
| | | | | | renamed print warning calls in the implementation fixed issue with dict::pop so it now works even if the value is not comparable
* Added bandwidth property to all daughterboardsJason Abele2010-10-251-2/+27
| | | | | Updated existing bandwidth property to reflect double-sided bandwidth rather than lowpass bandwidth
* usrp: added subdev enabled propertyJosh Blum2010-09-301-0/+14
| | | | | | | | | | the dboard manager will disable all subdevs at startup and shutdown setting the subdev spec will enable only the subdevs in use all dboards are currently implemented as always enabled nothing tested
* basic: added the 4th BA subdevice to basic and lf dboard codeJosh Blum2010-09-231-0/+1
|
* basic-tx: mirror the rx subdevices for basic tx boards as wellJosh Blum2010-08-261-14/+18
|
* basic: better errors for invalid antenna selectionJosh Blum2010-08-231-4/+4
|
* uhd: extract named prop returns a named prop (not a tuple)Josh Blum2010-08-151-8/+4
| | | | simplifies the code after the property set/get declaration
* uhd: work on tune logic, and subdev connection logicJosh Blum2010-07-161-13/+11
|
* usrp: removed spectrum inverted property from subdev code and tune helper ↵Josh Blum2010-07-161-8/+0
| | | | (it wasnt used)
* Moved mux calculations into dsp type1 utils.Josh Blum2010-06-101-2/+2
| | | | Fixed error in db basic freq range switcheroo.
* Expanded the dboard id API to create dboard id types from strings and ints.Josh Blum2010-05-031-2/+2
| | | | | | And created utility functions to go between representations. Created to_pp_string for pretty print strings for dboard ids and device addrs. Minor changes to the various classes that call these utilities.
* Replaced the dboard base constructor args with an opaque type.Josh Blum2010-05-021-8/+8
|
* Renamed the prop set/get error macros so they make sense for not-implemented ↵Josh Blum2010-04-261-4/+4
| | | | properties.
* added lock detect status to dboardsJosh Blum2010-04-261-0/+8
|
* prefixed the ASSERT_THROW macro with UHD for the sake of namespaceJosh Blum2010-04-261-4/+4
|
* Work on exceptions.Josh Blum2010-04-251-6/+6
| | | | | Added props exception macro to make the set/get prop switch statements easier. Made use of boost throw exception macro for throw-site information in throw assert.
* Added gain control to rfx. Switched string constants to caps (gains, ↵Josh Blum2010-04-141-3/+3
| | | | | | antennas, subdevs). Made dboard interface for aux dac and adc use volts.
* Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhd into rfxJosh Blum2010-04-061-28/+16
|\
| * GPIO tested working on usrp.Josh Blum2010-04-051-26/+14
| | | | | | | | | | Write gpio regs in 32 bit chunks. ATR regs rx side is high address.
| * paradigm shift for the dsp abstractionJosh Blum2010-04-051-4/+4
| |
* | some work on rfx board codeJosh Blum2010-04-021-15/+1
|/
* moved props into usrp and multiple hpp filesJosh Blum2010-04-011-1/+1
|
* Refactor ATR part of dboard interface (and some constants).Josh Blum2010-03-311-2/+2
| | | | | | Added peek and poke to the dude/bro protocol. Started moving more control code through peek and poke. Added usrp_regs.hpp to be like memory map for slave perifs.
* removed masks for ddr and gpio write in dboard interfaceJosh Blum2010-03-301-0/+302