Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | usrp: db manager tweak for contructor throwing | Josh Blum | 2012-01-11 | 1 | -2/+2 |
| | |||||
* | uhd: typo fix for the error print | Josh Blum | 2011-12-15 | 1 | -1/+1 |
| | |||||
* | usrp: better error message when dboard fails in init | Josh Blum | 2011-12-15 | 1 | -1/+8 |
| | |||||
* | usrp: work on dboard code to use subtrees to populate frontend props | Josh Blum | 2011-11-07 | 1 | -238/+35 |
| | |||||
* | usrp: dboard sensors fix, populate for tvrx, and should be empty on ↵ | Josh Blum | 2011-08-18 | 1 | -0/+1 |
| | | | | basics/unknown | ||||
* | uhd: added subtree capability to property tree | Josh Blum | 2011-07-08 | 1 | -16/+14 |
| | |||||
* | usrp: deleted a bunch on obsoleted files in usrp directory | Josh Blum | 2011-06-29 | 1 | -1/+0 |
| | |||||
* | uhd: make sure things are initialized | Josh Blum | 2011-06-29 | 1 | -8/+24 |
| | |||||
* | uhd: properties tweaks and docs | Josh Blum | 2011-06-29 | 1 | -5/+5 |
| | |||||
* | usrp: got probe working w/ the new property tree | Josh Blum | 2011-06-28 | 1 | -4/+5 |
| | |||||
* | uhd: re-work to make the properties easier to use | Josh Blum | 2011-06-28 | 1 | -34/+23 |
| | |||||
* | usrp: populate a tree from a subdev | Josh Blum | 2011-06-27 | 1 | -0/+118 |
| | |||||
* | uhd: added more SAFE_CALL macros to hardware wrapper dtors | Josh Blum | 2011-06-10 | 1 | -3/+3 |
| | | | | And removed the calls on the sptr resets (not needed now). | ||||
* | uhd: added safe call on a few dboard related deconstructors | Josh Blum | 2011-06-10 | 1 | -1/+2 |
| | |||||
* | uhd: replaced warning post with calls to UHD_MSG(warning) | Josh Blum | 2011-05-04 | 1 | -4/+4 |
| | | | | | The message api can support warnings, error, and status messages. The default handler is to stdio, but the user can change this. | ||||
* | uhd: replaced many conditional prints with UHD_LOG usage | Josh Blum | 2011-05-04 | 1 | -2/+2 |
| | |||||
* | usrp: work on dboard_manager to register an ID for multiple xcvr combinations | Josh Blum | 2011-04-26 | 1 | -75/+123 |
| | |||||
* | uhd: replaced instanced of std::exception with the uhd exceptions | Josh Blum | 2011-02-24 | 1 | -3/+3 |
| | |||||
* | 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 | ||||
* | uhd: switch dboard id prop to whole eeprom struct | Josh Blum | 2011-02-22 | 1 | -4/+17 |
| | | | | | | modified implementation code and burner app also made dboard manager use safe constructor that will use none ids if construction fails | ||||
* | uhd: added read-back calls to dboard iface gpio settings, and optional mask | Josh Blum | 2010-11-26 | 1 | -1/+1 |
| | |||||
* | 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 | ||||
* | usrp: use a dash as the gain name prefix separator, removed RX/TX auto ↵ | Josh Blum | 2010-10-20 | 1 | -2/+2 |
| | | | | suffix for XCVR board cnames | ||||
* | usrp: use the dboard id to prefix the subdev gain group names | Josh Blum | 2010-10-20 | 1 | -5/+6 |
| | |||||
* | usrp: added subdev enabled property | Josh Blum | 2010-09-30 | 1 | -1/+11 |
| | | | | | | | | | | 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 | ||||
* | dboard: better warnings for invalid IDs and invalid ID combinations | Josh Blum | 2010-09-28 | 1 | -6/+19 |
| | |||||
* | usrp: removed gain handler code (replaced by gain group) | Josh Blum | 2010-07-27 | 1 | -20/+3 |
| | |||||
* | usrp: changed opaque pointer implementation for dboard contructor args | Josh Blum | 2010-07-22 | 1 | -1/+1 |
| | |||||
* | uhd: added checking for xcvr dbids, added unknown dboard rx and tx ↵ | Josh Blum | 2010-06-18 | 1 | -14/+35 |
| | | | | constructors (for bad dbids or combinations) | ||||
* | uhd: added dboard manager call to register xcvr board, implemented in xcvr ↵ | Josh Blum | 2010-06-18 | 1 | -1/+12 |
| | | | | dboard code | ||||
* | replaced the assert falses with an invalid code path exception | Josh Blum | 2010-06-02 | 1 | -1/+1 |
| | |||||
* | Added support to set GPIO pins from dboard interface: | Josh Blum | 2010-05-24 | 1 | -1/+2 |
| | | | | | | write gpio and set pin control (atr or gpio) Added property to get dboard interface from the dboard obj. | ||||
* | minor fix to pass dboard ctor args with correct dbids | Josh Blum | 2010-05-03 | 1 | -2/+4 |
| | |||||
* | Expanded the dboard id API to create dboard id types from strings and ints. | Josh Blum | 2010-05-03 | 1 | -10/+13 |
| | | | | | | 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 | -9/+15 |
| | |||||
* | Cleaned up some dboard manager construction logic. | Josh Blum | 2010-05-02 | 1 | -17/+19 |
| | | | | Moved the dboard base private stuff into a forward declaration. | ||||
* | prefixed the ASSERT_THROW macro with UHD for the sake of namespace | Josh Blum | 2010-04-26 | 1 | -1/+1 |
| | |||||
* | Got eeprom read/write dboard ids working. | Josh Blum | 2010-04-26 | 1 | -2/+3 |
| | | | | | Moved named prop implementation into cpp, and made named prop a struct (tuples are trouble). | ||||
* | renamed dboard interface to dboard iface, the lengthy name was getting to be ↵ | Josh Blum | 2010-04-14 | 1 | -17/+17 |
| | | | | a burden | ||||
* | controlling dboard clock enables from host | Josh Blum | 2010-04-12 | 1 | -11/+17 |
| | |||||
* | merged unit type and gpio bank for dboard interface into one type, expanded ↵ | Josh Blum | 2010-04-12 | 1 | -4/+4 |
| | | | | dboard clock config api | ||||
* | renamed dict get key and value methods | Josh Blum | 2010-04-05 | 1 | -2/+2 |
| | |||||
* | moved props into usrp and multiple hpp files | Josh Blum | 2010-04-01 | 1 | -0/+1 |
| | |||||
* | Refactor ATR part of dboard interface (and some constants). | Josh Blum | 2010-03-31 | 1 | -7/+4 |
| | | | | | | 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 | -4/+4 |
| | |||||
* | Added utility methods to device addr and mac addr to make them more usable. | Josh Blum | 2010-03-29 | 1 | -3/+3 |
| | |||||
* | Added tune helper to utils. | Josh Blum | 2010-03-29 | 1 | -1/+1 |
| | | | | | | | Takes a subdevice and dxc properties object and tunes them. Made use of tune helper in simple device. Moved gain handler into utils header dir. | ||||
* | refactored types.hpp into types directory | Josh Blum | 2010-03-27 | 1 | -1/+1 |
| | |||||
* | Split utils.hpp into subdir with multiple files. | Josh Blum | 2010-03-27 | 1 | -2/+3 |
| | | | | | | | static for static block and static instance (singleton) assert for assertion and throwing related stuff algorithm for my addons to std::algorithm (has) and a new one, safe main, for having a main catch-all | ||||
* | massaged some of the dboard calls | Josh Blum | 2010-03-22 | 1 | -4/+4 |
| |