summaryrefslogtreecommitdiffstats
path: root/lib/usrp/dboard/id.cpp
Commit message (Collapse)AuthorAgeFilesLines
* moved host code into host directory for clean (unambiguous) top levelJosh Blum2010-02-171-39/+0
|
* Added usrp2 impl for the guts of the usrp2 handling.Josh Blum2010-02-161-0/+1
| | | | The top level usrp2 will contain an impl and forward calls to it.
* Made use of templated dict to replace used of mapJosh Blum2010-02-121-7/+5
| | | | and to get rid of utility call.
* renamed usrp_uhd to uhdJosh Blum2010-02-091-2/+2
|
* added gpl license v3Josh Blum2010-01-291-0/+13
|
* Added dboard id enum.Josh Blum2010-01-291-0/+27
Moved timespec into its own header.