aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/dboard_manager.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Cleaned up the gain handler (thing that gets and sets wildcard gains)Josh Blum2010-03-111-33/+50
| | | | | | 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-101-28/+12
| | | | | | 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.
* added set nice gpio pins to manager on init and deconstructJosh Blum2010-02-221-9/+18
|
* Made implementation class for the dboard manager.Josh Blum2010-02-221-8/+50
|
* Moved lib and include contents of dboard and mboard one directory up and ↵Josh Blum2010-02-211-0/+231
prefixed them with dboard_ and mboard_. And yes, the code is compiling.