aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/dboard_id.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Expanded the dboard id API to create dboard id types from strings and ints.Josh Blum2010-05-031-0/+68
| | | | | | 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.
* Filled in dboard code for basics and lf type boards.Josh Blum2010-03-101-34/+0
| | | | | | 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-211-0/+34
prefixed them with dboard_ and mboard_. And yes, the code is compiling.