Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed Autotools stuff and the git ignore files. | Josh Blum | 2010-02-15 | 1 | -84/+0 |
| | | | | | Feeding cpack a readme and license file. Added readme contents. | ||||
* | Dboard base class that is no longer also the xcvr. | Josh Blum | 2010-01-15 | 1 | -0/+84 |
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. |