summaryrefslogtreecommitdiffstats
path: root/lib/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Added gain handler class to manage wildcard gain settings.Josh Blum2010-01-281-0/+1
| | | | | Gets overall gains and sets overall gains when used. Wild card gain will be a gain with an empty string name.
* Added a usrp device abstration that creates usrp mboards.Josh Blum2010-01-211-1/+1
| | | | Added a usrp mboard named test, its empty for now.
* Created device interface for discovery, access, configuration...Josh Blum2010-01-161-0/+1
|
* added interface for usrp dboards to communicate to mboardsJosh Blum2010-01-121-3/+4
|
* Reorganized structure into include, lib, test, firmware, fpga.Josh Blum2010-01-121-0/+21
The fpga and firmware are empty placeholders for now.