Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | usrp2: added fpga compat number, renamed firmware proto version to compat | Josh Blum | 2010-08-09 | 1 | -0/+1 |
| | |||||
* | usrp2: added tx policy register and changed fw to not handle error in buffer ↵ | Josh Blum | 2010-07-29 | 1 | -0/+5 |
| | | | | pool | ||||
* | usrp2: added registers and handling for tx async reports | Josh Blum | 2010-07-19 | 1 | -1/+8 |
| | |||||
* | uhd: added single rate option to benchmark example | Josh Blum | 2010-07-07 | 1 | -5/+0 |
| | |||||
* | usrp2: bug fix for readback registers | Josh Blum | 2010-07-05 | 1 | -4/+6 |
| | | | | | | added readback for time64 fixed bug for fragment flag in vrt packet handler | ||||
* | usrp2 regs naming convention | Josh Blum | 2010-06-04 | 1 | -66/+66 |
| | |||||
* | Added support to set GPIO pins from dboard interface: | Josh Blum | 2010-05-24 | 1 | -1/+1 |
| | | | | | | write gpio and set pin control (atr or gpio) Added property to get dboard interface from the dboard obj. | ||||
* | Moved some misc setting registers into host. | Josh Blum | 2010-04-28 | 1 | -2/+18 |
| | |||||
* | Added reload flag to the stream cmd. | Josh Blum | 2010-04-28 | 1 | -0/+21 |
| | | | | | This reloads the last command to handle continuous streaming in hardware. Moved rx control register setup and stream command issuing to the host. | ||||
* | added more clock config, takes care of external reference | Josh Blum | 2010-04-13 | 1 | -0/+5 |
| | |||||
* | GPIO tested working on usrp. | Josh Blum | 2010-04-05 | 1 | -12/+10 |
| | | | | | Write gpio regs in 32 bit chunks. ATR regs rx side is high address. | ||||
* | added 16 bit peek and poke, 16 bit register defs for gpios and atrs | Josh Blum | 2010-04-05 | 1 | -10/+18 |
| | |||||
* | use defined constants for the register addresses | Josh Blum | 2010-04-01 | 1 | -69/+43 |
| | |||||
* | added spi slaves to regs, use std copy for buffs | Josh Blum | 2010-03-31 | 1 | -0/+13 |
| | |||||
* | Moved dsp (rx and tx), time config, and clock config (mostly) into the host. | Josh Blum | 2010-03-31 | 1 | -9/+164 |
| | |||||
* | Refactor ATR part of dboard interface (and some constants). | Josh Blum | 2010-03-31 | 1 | -0/+57 |
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. |