summaryrefslogtreecommitdiffstats
path: root/test/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* renamed usrp_uhd to uhdJosh Blum2010-02-091-1/+1
|
* Minimal framework in place to handle udp discovery.Josh Blum2010-01-291-3/+1
| | | | | Added usrp2 stuff, udp wrapper, discovery function. Added app called discover usrps (usrp2 only for now).
* added gpl license v3Josh Blum2010-01-291-0/+13
|
* 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.
* Various tweaks, switched to boost unit testing.Josh Blum2010-01-251-6/+6
|
* Added a usrp device abstration that creates usrp mboards.Josh Blum2010-01-211-1/+2
| | | | Added a usrp mboard named test, its empty for now.
* Integrated cppunit into the build system.Josh Blum2010-01-151-7/+15
| | | | Added new test for the usrp dboard stuff.
* Added strict compiler flags.Josh Blum2010-01-131-0/+2
| | | | | Made changes to meet compilation. Added test to verify ip and mac addr code.
* added interface for usrp dboards to communicate to mboardsJosh Blum2010-01-121-1/+1
|
* Reorganized structure into include, lib, test, firmware, fpga.Josh Blum2010-01-121-0/+20
The fpga and firmware are empty placeholders for now.