summaryrefslogtreecommitdiffstats
path: root/lib/usrp/mboard
Commit message (Collapse)AuthorAgeFilesLines
* moved host code into host directory for clean (unambiguous) top levelJosh Blum2010-02-1710-1109/+0
|
* Added control code in the txrx.c and dboard interface for usrp2 to handle ↵Josh Blum2010-02-163-21/+144
| | | | gpio and atr
* Setting the clock config over controlJosh Blum2010-02-161-2/+5
|
* Moved the usrp2 implementation files into a usrp2 dir within mboard.Josh Blum2010-02-167-118/+344
| | | | Filled in many of the properties for the mboard (including clock config).
* Created dboard wrapper in the usrp2 implJosh Blum2010-02-164-13/+156
|
* Added usrp2 impl for the guts of the usrp2 handling.Josh Blum2010-02-164-42/+217
| | | | The top level usrp2 will contain an impl and forward calls to it.
* CMake does not have convenience libraries like automake.Josh Blum2010-02-151-23/+0
| | | | | Removed the nested lib CMakeLists.txt in favor of a single top level lib/CMakeLists.txt for building the shared library.
* Removed Autotools stuff and the git ignore files.Josh Blum2010-02-152-35/+0
| | | | | Feeding cpack a readme and license file. Added readme contents.
* Created CMakeLists.txt for a CMake build.Josh Blum2010-02-151-0/+23
| | | | Only created the files for building, install part missing.
* Compiling under old fedora8 with boost 1.37.Josh Blum2010-02-131-1/+0
| | | | | Fixed somethings that caused errors and warnings. Cannot get rid of all warnings on this system.
* Reading the dboard ids from the usrp2.Josh Blum2010-02-122-3/+48
|
* Made use of templated dict to replace used of mapJosh Blum2010-02-121-5/+4
| | | | and to get rid of utility call.
* Added a templated dictionary class because its more useful than map.Josh Blum2010-02-123-20/+76
| | | | | | | Made the device addrs into a string:string dict. If its all strings we dont have to change the top level caller for new product. Created shared_iovec class to manage memory for device recvs. Work on the bro/dude control protocol for usrp2.
* Getting hello packets from the usrp2 with ip and mac addrs.Josh Blum2010-02-112-4/+26
| | | | Cleaned up the mb build system a bit.
* net_common working in this state with control udp packetsJosh Blum2010-02-101-4/+4
|
* added transport directory and udp transportJosh Blum2010-02-091-72/+5
|
* renamed usrp_uhd to uhdJosh Blum2010-02-093-13/+13
|
* Made get_link the only way to create nested props.Josh Blum2010-02-051-6/+10
| | | | | Removed the obj::ptr and sptr typedefs. The dboard manager now must store not the subdevs, but their proxies.
* Work on the properties framwork with wax::obj.Josh Blum2010-02-011-8/+8
| | | | Now the obj handles all 3 things in 1, properties, polymorphic container, proxy.
* Minimal framework in place to handle udp discovery.Josh Blum2010-01-293-1/+172
| | | | | Added usrp2 stuff, udp wrapper, discovery function. Added app called discover usrps (usrp2 only for now).
* added gpl license v3Josh Blum2010-01-293-0/+39
|
* Added dboard id enum.Josh Blum2010-01-291-1/+1
| | | | Moved timespec into its own header.
* Added gain handler class to manage wildcard gain settings.Josh Blum2010-01-281-10/+4
| | | | | Gets overall gains and sets overall gains when used. Wild card gain will be a gain with an empty string name.
* Added boost system (needed with asio) and date time (will need for ↵Josh Blum2010-01-271-0/+6
| | | | | | | | threading/sleeping). Added to dboard interface to get clock rates. Added OTHERS properties and some documentation type notes. Added more TODOs to the utils.
* Switched from indexed properties to named properties.Josh Blum2010-01-261-23/+34
| | | | | Added some new properties for getting a list of antenna names, pps sources, ref sources...
* Added more to the mboard test and the usrp device.Josh Blum2010-01-211-6/+142
|
* Added a usrp device abstration that creates usrp mboards.Josh Blum2010-01-213-0/+50
| | | | Added a usrp mboard named test, its empty for now.
* Reorganized structure into include, lib, test, firmware, fpga.Josh Blum2010-01-122-0/+9
The fpga and firmware are empty placeholders for now.