| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\ \
| | |
| | |
| | |
| | | |
Conflicts:
host/lib/usrp/usrp2/io_impl.cpp
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
It turns out to be more complicated.
The integer type is better for holding the bits.
The edges can be different, so the spi config hold 2 edge setting for mosi and miso.
|
| |/ |
|
|/ |
|
|
|
|
|
| |
Renamed simple device to simple usrp (it was usrp specific).
Moved tune helper to usrp dir for same reason.
|
| |
|
|
|
|
|
|
|
| |
Takes a subdevice and dxc properties object and tunes them.
Made use of tune helper in simple device.
Moved gain handler into utils header dir.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
(specified by environment variable path).
Added a demo test module as well.
|
|
|
|
|
|
|
| |
Created structs to replace range tuples, and clock config struct.
Merged clock config props into one property using config struct.
Added templated dict construction to use the assign::map_list_of.
Added gcc flag to set visibility to hidden and use the api macro.
|
|
|
|
| |
with proxies crashes the app, seems to be ok with the sptr fix, in other good news, discover usrps works in my vm for the usrp2
|
| |
|
|
|
|
| |
use boost stdint because its missing in visual c++, added a bunch of numeric casts to reduce warnings
|
|
|
|
|
|
| |
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 setting time capability to the usrp2 impl.
Messing with props and time specs...
|
|
|
|
|
|
| |
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 test app that packs and unpacks the data.
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
Worked on the device make and discovery to fix certain problems.
Added node param to discover usrps for usrp1e, made addr optional.
|
|
|
|
|
| |
It packs and unpacks vrt headers/metadata.
NOT YET TESTED IN ANY WAY...
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
prefixed them with dboard_ and mboard_.
And yes, the code is compiling.
|
|
|
|
|
| |
Created init methods for various sub-parts.
Added the ddc control (still needs update transaction).
|
|
|
|
| |
Created usrp2 spi transaction control on host and fw
|
|
|