aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
...
* created config.hpp to handle export macros, added exports to public api stuffJosh Blum2010-03-181-0/+2
|
* got uhd almost compiling in windowze. figured out special flags. also had to ↵Josh Blum2010-03-171-1/+4
| | | | use boost stdint because its missing in visual c++, added a bunch of numeric casts to reduce warnings
* Filled in dboard code for basics and lf type boards.Josh Blum2010-03-101-1/+0
| | | | | | The dboard is now just a uint16 (dont bother with the enums). The dboard manager now registers subdevs with a name. The basic board code uses a static block to register itself.
* Added simple device to handle wrapping general properties up into simple api.Josh Blum2010-03-101-0/+2
| | | | | Added setting time capability to the usrp2 impl. Messing with props and time specs...
* Split metadata into rx and tx specific metadata.Josh Blum2010-03-031-0/+1
| | | | | | 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.
* Added a vrt library to pack and unpack from metadata.Josh Blum2010-03-021-0/+1
| | | | Added a vrt test app that packs and unpacks the data.
* Expanded the UDP api:Josh Blum2010-03-021-1/+8
| | | | | | | | We can make simple udp transports for discovery and control. We can support a udp zero copy transport (currently just asio). Reworked the io_impl for usrp2 to work with the zero copy api. So far, all of this untested other than compiling. A cut-down vrt library is in the works to simplify the io impl.
* removed empty uhd.hpp and cpp filesJosh Blum2010-02-261-1/+0
|
* Created empty usrp1e cpp file for the case when headers are not found.Josh Blum2010-02-251-1/+13
| | | | | Worked on the device make and discovery to fix certain problems. Added node param to discover usrps for usrp1e, made addr optional.
* Added IF data io handing within the usrp2 impl.Josh Blum2010-02-231-1/+1
| | | | | It packs and unpacks vrt headers/metadata. NOT YET TESTED IN ANY WAY...
* Made the usrp2 impl into a device.Josh Blum2010-02-211-3/+0
| | | | | Removed the usrp device wrapper and usrp2 cpp file outside of the usrp2 lib dir. Also removed the mboard base files since we wont be needing them.
* Moved lib and include contents of dboard and mboard one directory up and ↵Josh Blum2010-02-211-11/+11
| | | | | | prefixed them with dboard_ and mboard_. And yes, the code is compiling.
* Flattened the usrp2 impl properties guts.Josh Blum2010-02-181-2/+6
| | | | | Created init methods for various sub-parts. Added the ddc control (still needs update transaction).
* Worked out spi api for the dboard interface.Josh Blum2010-02-171-1/+0
| | | | Created usrp2 spi transaction control on host and fw
* moved host code into host directory for clean (unambiguous) top levelJosh Blum2010-02-171-0/+43