summaryrefslogtreecommitdiffstats
path: root/lib/usrp/dboard/basic.cpp
Commit message (Collapse)AuthorAgeFilesLines
* moved host code into host directory for clean (unambiguous) top levelJosh Blum2010-02-171-56/+0
|
* Work on the properties framwork with wax::obj.Josh Blum2010-02-011-4/+4
| | | | Now the obj handles all 3 things in 1, properties, polymorphic container, proxy.
* added gpl license v3Josh Blum2010-01-291-0/+13
|
* Switched dboard ctor arguments with a tuple.Josh Blum2010-01-141-4/+2
| | | | | | | | 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-131-4/+4
| | | | | 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-121-0/+45
Made autotools mods so it passes distcheck.