| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
calls.
No longer part of the dude/bro protocol.
Simplified the mac and ip addr read write code in mboard impl.
Modified the mac addr type to take byte_vector_t from serial.hpp types.
|
|
|
|
|
| |
This reloads the last command to handle continuous streaming in hardware.
Moved rx control register setup and stream command issuing to the host.
|
|
|
|
|
| |
Created a eeprom parser for the format in the dboard.
Removed the support from the microblaze code.
|
| |
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
use boost stdint because its missing in visual c++, added a bunch of numeric casts to reduce warnings
|
|
|
|
|
| |
This is used to calculate and set the ddc and duc muxes.
Also, minor fix for burning addrs (wrong pointer....)
|
|
|
|
|
| |
Added setting time capability to the usrp2 impl.
Messing with props and time specs...
|
|
|
|
|
|
| |
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.
|
| |
|
|
prefixed them with dboard_ and mboard_.
And yes, the code is compiling.
|