aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/device.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Created empty usrp1e cpp file for the case when headers are not found.Josh Blum2010-02-251-16/+84
| | | | | Worked on the device make and discovery to fix certain problems. Added node param to discover usrps for usrp1e, made addr optional.
* use a single addr param for the usrp2Josh Blum2010-02-251-5/+2
|
* Made the usrp2 impl into a device.Josh Blum2010-02-211-11/+5
| | | | | Removed the usrp device wrapper and usrp2 cpp file outside of the usrp2 lib dir. Also removed the mboard base files since we wont be needing them.
* Moved lib and include contents of dboard and mboard one directory up and ↵Josh Blum2010-02-211-2/+2
| | | | | | prefixed them with dboard_ and mboard_. And yes, the code is compiling.
* moved host code into host directory for clean (unambiguous) top levelJosh Blum2010-02-171-0/+74