summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Switched dboard ctor arguments with a tuple.Josh Blum2010-01-142-5/+45
| | | | | | | | Sub-classes only need to pass the single argument, makes implementation cleaner. Added a dboard registry and api for the manager. This way, one could externally register custom dboard from the api.
* Added strict compiler flags.Josh Blum2010-01-132-3/+3
| | | | | Made changes to meet compilation. Added test to verify ip and mac addr code.
* Added the basic rx and tx skeleton wrapper.Josh Blum2010-01-123-9/+9
| | | | Made autotools mods so it passes distcheck.
* Added base classes for the usrp dboards to inherit.Josh Blum2010-01-123-1/+130
| | | | | Added a manager class for the subdevs that will create devices, and give out proxies to handle them.
* added interface for usrp dboards to communicate to mboardsJosh Blum2010-01-122-0/+151
|
* Reorganized structure into include, lib, test, firmware, fpga.Josh Blum2010-01-1215-0/+325
The fpga and firmware are empty placeholders for now.