| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
Conflicts:
host/lib/usrp/usrp2/io_impl.cpp
|
| | |
|
| | |
|
| | |
|
| | |
|
|/
|
|
| |
stuff.
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| | |
Conflicts:
host/lib/usrp/usrp2/usrp2_impl.hpp
|
| | |
|
|/
|
|
|
|
|
|
|
| |
a zero length command (now, no chain) used to stop the streaming.
Now it seems to do the reverse... must investigate.
Made all clock configuration into enums. The strings were painful
and there cant be that many variations that enums cant cover them.
The enums will make more sense to developers than mystery strings.
|
|
|
|
|
| |
Added useful calls to simple device.
Fixed vrt frac time usage (wrong word).
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
use boost stdint because its missing in visual c++, added a bunch of numeric casts to reduce warnings
|
|
|
|
| |
Fixed up fw so the device can reply after new addrs are set.
|
|
|
|
|
|
| |
Simplified the fast path checking in the fw, but it turns out this was not the issue.
Fixed some bad bit operations with the 16sc words (dont forget sign extension).
Added some more documentation to the headers....
|
|
|
|
|
|
| |
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 packet size param to the vrt pack and unpack.
|
|
|
|
| |
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.
|
|
|
|
|
| |
It packs and unpacks vrt headers/metadata.
NOT YET TESTED IN ANY WAY...
|
|
|
|
|
| |
Modified the udp transport to reflect some of these changes.
Got the fw compiling again, and it will not set data to true for small payloads (configuration ones).
|
| |
|
|
|