Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | utils: introduce new logging API and remove msg API | Andrej Rode | 2017-02-20 | 1 | -1/+1 |
| | |||||
* | dboard: Made dboard class dtors virtual | Ashish Chaudhari | 2016-02-26 | 1 | -2/+2 |
| | | | | | - Interface and all base classes have virtual destructors - Wrapped UBX dtor in UHD_SAFE_CALL | ||||
* | prop_tree: Multiple API enhancements to uhd::property | Ashish Chaudhari | 2016-02-11 | 1 | -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 Corgan | 2012-04-20 | 1 | -9/+21 |
| | | | | dboard subdev names are more descriptive (RFX RX is now RFX1200 RX, etc) | ||||
* | basic: minor fix for copy paste typo | Josh Blum | 2011-12-20 | 1 | -1/+1 |
| | |||||
* | basic: fix basic db center freq to always zero | Josh Blum | 2011-11-20 | 1 | -2/+5 |
| | |||||
* | basic: disable dboard clocks by default | Josh Blum | 2011-11-07 | 1 | -4/+4 |
| | |||||
* | Port of daughterboards from wax to new property trees | Jason Abele | 2011-11-07 | 1 | -207/+75 |
| | | | | | | | | | | | Ported: Basic/LF Unknown XCVR DBSRX DBSRX2 TVRX TVRX2 | ||||
* | basic/lf: keep dboard clocks disabled (should be by default) | Josh Blum | 2011-10-27 | 1 | -2/+2 |
| | |||||
* | usrp: dboard sensors fix, populate for tvrx, and should be empty on ↵ | Josh Blum | 2011-08-18 | 1 | -2/+2 |
| | | | | basics/unknown | ||||
* | usrp: deleted a bunch on obsoleted files in usrp directory | Josh Blum | 2011-06-29 | 1 | -1/+0 |
| | |||||
* | usrp2: restored discovery and most of io_impl | Josh Blum | 2011-06-27 | 1 | -0/+8 |
| | |||||
* | b100: added b100 host (squashed) | Josh Blum | 2011-06-14 | 1 | -0/+2 |
| | |||||
* | uhd: replaced warning post with calls to UHD_MSG(warning) | Josh Blum | 2011-05-04 | 1 | -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 exceptions | Josh Blum | 2011-02-24 | 1 | -2/+2 |
| | |||||
* | uhd: renamed the assert header to assert has | Josh Blum | 2011-02-24 | 1 | -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 Blum | 2011-02-11 | 1 | -8/+0 |
| | | | | locked | ||||
* | uhd: update copyright dates on host code | Josh Blum | 2011-01-13 | 1 | -1/+1 |
| | |||||
* | uhd: replace all the instances of float not pertaining to io types with ↵ | Josh Blum | 2011-01-11 | 1 | -4/+4 |
| | | | | double, simplifies life | ||||
* | uhd: added read-back calls to dboard iface gpio settings, and optional mask | Josh Blum | 2010-11-26 | 1 | -1/+1 |
| | |||||
* | uhd: pulled in some worthwhile changes from flow control branch | Josh Blum | 2010-11-11 | 1 | -0/+5 |
| | |||||
* | Fix Bandwidth for IQ subdevs on Basic/LF | Jason Abele | 2010-10-28 | 1 | -2/+12 |
| | | | | Additional typo cleanup and fix WBX bandwidth | ||||
* | uhd: replaced print warning with a post warning call and registry | Josh Blum | 2010-10-26 | 1 | -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 daughterboards | Jason Abele | 2010-10-25 | 1 | -2/+27 |
| | | | | | Updated existing bandwidth property to reflect double-sided bandwidth rather than lowpass bandwidth | ||||
* | usrp: added subdev enabled property | Josh Blum | 2010-09-30 | 1 | -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 code | Josh Blum | 2010-09-23 | 1 | -0/+1 |
| | |||||
* | basic-tx: mirror the rx subdevices for basic tx boards as well | Josh Blum | 2010-08-26 | 1 | -14/+18 |
| | |||||
* | basic: better errors for invalid antenna selection | Josh Blum | 2010-08-23 | 1 | -4/+4 |
| | |||||
* | uhd: extract named prop returns a named prop (not a tuple) | Josh Blum | 2010-08-15 | 1 | -8/+4 |
| | | | | simplifies the code after the property set/get declaration | ||||
* | uhd: work on tune logic, and subdev connection logic | Josh Blum | 2010-07-16 | 1 | -13/+11 |
| | |||||
* | usrp: removed spectrum inverted property from subdev code and tune helper ↵ | Josh Blum | 2010-07-16 | 1 | -8/+0 |
| | | | | (it wasnt used) | ||||
* | Moved mux calculations into dsp type1 utils. | Josh Blum | 2010-06-10 | 1 | -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 Blum | 2010-05-03 | 1 | -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 Blum | 2010-05-02 | 1 | -8/+8 |
| | |||||
* | Renamed the prop set/get error macros so they make sense for not-implemented ↵ | Josh Blum | 2010-04-26 | 1 | -4/+4 |
| | | | | properties. | ||||
* | added lock detect status to dboards | Josh Blum | 2010-04-26 | 1 | -0/+8 |
| | |||||
* | prefixed the ASSERT_THROW macro with UHD for the sake of namespace | Josh Blum | 2010-04-26 | 1 | -4/+4 |
| | |||||
* | Work on exceptions. | Josh Blum | 2010-04-25 | 1 | -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 Blum | 2010-04-14 | 1 | -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 rfx | Josh Blum | 2010-04-06 | 1 | -28/+16 |
|\ | |||||
| * | GPIO tested working on usrp. | Josh Blum | 2010-04-05 | 1 | -26/+14 |
| | | | | | | | | | | Write gpio regs in 32 bit chunks. ATR regs rx side is high address. | ||||
| * | paradigm shift for the dsp abstraction | Josh Blum | 2010-04-05 | 1 | -4/+4 |
| | | |||||
* | | some work on rfx board code | Josh Blum | 2010-04-02 | 1 | -15/+1 |
|/ | |||||
* | moved props into usrp and multiple hpp files | Josh Blum | 2010-04-01 | 1 | -1/+1 |
| | |||||
* | Refactor ATR part of dboard interface (and some constants). | Josh Blum | 2010-03-31 | 1 | -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 interface | Josh Blum | 2010-03-30 | 1 | -0/+302 |