aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/dboard
Commit message (Collapse)AuthorAgeFilesLines
* 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