summaryrefslogtreecommitdiffstats
path: root/Makefile.common
Commit message (Collapse)AuthorAgeFilesLines
* added transport directory and udp transportJosh Blum2010-02-091-4/+2
|
* renamed usrp_uhd to uhdJosh Blum2010-02-091-4/+4
|
* Minimal framework in place to handle udp discovery.Josh Blum2010-01-291-0/+2
| | | | | 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 boost system (needed with asio) and date time (will need for ↵Josh Blum2010-01-271-1/+4
| | | | | | | | threading/sleeping). Added to dboard interface to get clock rates. Added OTHERS properties and some documentation type notes. Added more TODOs to the utils.
* Added a usrp device abstration that creates usrp mboards.Josh Blum2010-01-211-0/+3
| | | | Added a usrp mboard named test, its empty for now.
* Dboard base class that is no longer also the xcvr.Josh Blum2010-01-151-1/+0
| | | | | | | | | | | | 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.
* Added strict compiler flags.Josh Blum2010-01-131-0/+1
| | | | | 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-2/+2
| | | | Made autotools mods so it passes distcheck.
* added interface for usrp dboards to communicate to mboardsJosh Blum2010-01-121-0/+2
|
* Reorganized structure into include, lib, test, firmware, fpga.Josh Blum2010-01-121-15/+7
| | | | The fpga and firmware are empty placeholders for now.
* Created subcomponent for usrp dboards.Josh Blum2010-01-081-0/+12
| | | | Only populated the interface though.
* Added stuff for usrp addresses, wax framework, build structure.Josh Blum2010-01-081-0/+5
|
* skeleton autotools system for uhdJosh Blum2010-01-071-0/+4