| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Its used in all the implementation level code
|
| |
|
|
|
|
| |
removed the dict structure for each, we are just going to have one.
|
| |
|
| |
|
|
|
|
|
|
| |
Added peek and poke to the dude/bro protocol.
Started moving more control code through peek and poke.
Added usrp_regs.hpp to be like memory map for slave perifs.
|
| |
|
|
|
|
|
|
|
| |
static for static block and static instance (singleton)
assert for assertion and throwing related stuff
algorithm for my addons to std::algorithm (has)
and a new one, safe main, for having a main catch-all
|
| |
|
| |
|
| |
|
|
|
|
| |
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
|
|
|
|
| |
program options).
|
|
|
|
| |
Added static instance macro for lazy instantiation of static variables.
|
|
|
|
|
|
| |
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....
|
|
|
|
| |
Added a packet size param to the vrt pack and unpack.
|
|
|
|
|
|
|
|
| |
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 io impl for usrp2 (added loop unrolls and 32 bit buffers).
Added some vrt rx constants to the fw common used by host and fw.
Removed the MTU prop and added a general device prop for num samples.
|
|
|
|
|
| |
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...
|
|
|
|
|
| |
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).
|
| |
|
| |
|
|
|
|
|
| |
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.
|