aboutsummaryrefslogtreecommitdiffstats
path: root/host/test
Commit message (Collapse)AuthorAgeFilesLines
...
* got uhd almost compiling in windowze. figured out special flags. also had to ↵Josh Blum2010-03-172-2/+2
| | | | use boost stdint because its missing in visual c++, added a bunch of numeric casts to reduce warnings
* Replaced uses of wax:cast with the templated as method (like in boost ↵Josh Blum2010-03-152-13/+14
| | | | program options).
* Removed freq min and max and gain min, max, and step...Josh Blum2010-03-121-48/+32
| | | | | replaced it with gain and freq range tuples. This simplifies the api calls and subdev properties.
* Cleaned up the gain handler (thing that gets and sets wildcard gains)Josh Blum2010-03-111-4/+14
| | | | | | and made use of it in the dboard manager so it intercepts the sets and gets. While doing this, fixed something with nested links in wax obj. Added some useful macros and templates to the utils.
* Split metadata into rx and tx specific metadata.Josh Blum2010-03-031-6/+6
| | | | | | The rx metadata has fragment flags and the tx metatdata has burst flags. Made the io impl for usrp2 rx routine fill in the rx metatdata fragment flag. Added device documentation for send and recv in regards to fragmentation.
* Making use of vrt lib in the usrp2 io_impl.Josh Blum2010-03-031-0/+3
| | | | Added a packet size param to the vrt pack and unpack.
* Added a vrt library to pack and unpack from metadata.Josh Blum2010-03-022-0/+98
| | | | Added a vrt test app that packs and unpacks the data.
* Worked out spi api for the dboard interface.Josh Blum2010-02-173-106/+0
| | | | Created usrp2 spi transaction control on host and fw
* moved host code into host directory for clean (unambiguous) top levelJosh Blum2010-02-177-0/+391