aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/dboard
Commit message (Collapse)AuthorAgeFilesLines
* massaged some of the dboard callsJosh Blum2010-03-221-2/+2
|
* Moved typedefs from props.hpp into new file types.hpp.Josh Blum2010-03-211-0/+1
| | | | | | | Created structs to replace range tuples, and clock config struct. Merged clock config props into one property using config struct. Added templated dict construction to use the assign::map_list_of. Added gcc flag to set visibility to hidden and use the api macro.
* changes to get tuning workingJosh Blum2010-03-161-2/+6
|
* reimplemented dict to preserve order of insertionJosh Blum2010-03-161-2/+2
|
* Added ability to set the subdevices in use for rx and tx dboards.Josh Blum2010-03-161-1/+1
| | | | | This is used to calculate and set the ddc and duc muxes. Also, minor fix for burning addrs (wrong pointer....)
* Replaced uses of wax:cast with the templated as method (like in boost ↵Josh Blum2010-03-151-8/+8
| | | | program options).
* Device sub classes can register themselves. Simplifies device.cpp internals.Josh Blum2010-03-151-4/+4
| | | | Added static instance macro for lazy instantiation of static variables.
* Removed freq min and max and gain min, max, and step...Josh Blum2010-03-121-28/+16
| | | | | replaced it with gain and freq range tuples. This simplifies the api calls and subdev properties.
* Cleaned up the gain handler (thing that gets and sets wildcard gains)Josh Blum2010-03-111-2/+2
| | | | | | and made use of it in the dboard manager so it intercepts the sets and gets. While doing this, fixed something with nested links in wax obj. Added some useful macros and templates to the utils.
* Filled in dboard code for basics and lf type boards.Josh Blum2010-03-102-68/+267
| | | | | | The dboard is now just a uint16 (dont bother with the enums). The dboard manager now registers subdevs with a name. The basic board code uses a static block to register itself.
* Moved lib and include contents of dboard and mboard one directory up and ↵Josh Blum2010-02-216-446/+10
| | | | | | prefixed them with dboard_ and mboard_. And yes, the code is compiling.
* Added special case for empty dboard slot (none id 0xffff)Josh Blum2010-02-183-32/+69
| | | | | | Added error handling in the dboard base classes for mishandling the none id. Added better to string function for the dboard ids. Added get methods for dboard classes to get their ids.
* Worked out spi api for the dboard interface.Josh Blum2010-02-172-0/+38
| | | | Created usrp2 spi transaction control on host and fw
* moved host code into host directory for clean (unambiguous) top levelJosh Blum2010-02-176-0/+470