summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Added more to the mboard test and the usrp device.Josh Blum2010-01-213-11/+172
|
* Added a usrp device abstration that creates usrp mboards.Josh Blum2010-01-218-9/+137
| | | | Added a usrp mboard named test, its empty for now.
* Created device interface for discovery, access, configuration...Josh Blum2010-01-163-2/+45
|
* Dboard base class that is no longer also the xcvr.Josh Blum2010-01-153-65/+68
| | | | | | | | | | | | The xcvr base inherits from this (as does rx and tx base). Added m4 macro to check for compiler flags. The configure checks flags and headers. Merged the register subdev static methods into one method that associates a dboard id with a dboard constructor. The manager code is responsible for checking this association and creating the correct subdev instances.
* Switched dboard ctor arguments with a tuple.Josh Blum2010-01-144-29/+108
| | | | | | | | 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-134-30/+43
| | | | | 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-124-14/+97
| | | | Made autotools mods so it passes distcheck.
* Added base classes for the usrp dboards to inherit.Josh Blum2010-01-123-1/+170
| | | | | 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-124-4/+31
|
* Reorganized structure into include, lib, test, firmware, fpga.Josh Blum2010-01-1213-0/+254
The fpga and firmware are empty placeholders for now.