Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | IRQ-based SPI works. Don't try to do multiple transactions without waiting ↵ | Nick Foster | 2010-08-16 | 1 | -5/+2 |
| | | | | | | for results first. In fact, don't try to do an I2C transaction while an SPI transaction is pending. | ||||
* | syntax | Nick Foster | 2010-08-16 | 1 | -2/+2 |
| | |||||
* | first stab at irq'ed spi | Nick Foster | 2010-08-16 | 1 | -6/+24 |
| | |||||
* | Bring in changes since last week. | Nick Foster | 2010-08-10 | 1 | -18/+10 |
| | |||||
* | Interrupt-driven I2C. txrx_uhd uses async i2c for comms. | Nick Foster | 2010-08-10 | 1 | -14/+53 |
| | |||||
* | usrp2: added fpga compat number, renamed firmware proto version to compat | Josh Blum | 2010-08-09 | 1 | -5/+6 |
| | |||||
* | usrp2: reorganized firmware directory | Josh Blum | 2010-07-30 | 1 | -2/+1 |
| | |||||
* | usrp2: added tx policy register and changed fw to not handle error in buffer ↵ | Josh Blum | 2010-07-29 | 1 | -1/+1 |
| | | | | pool | ||||
* | usrp2: installed a simple dbsm_rx_inspector, it wont work without it... | Josh Blum | 2010-07-16 | 1 | -4/+7 |
| | |||||
* | usrp2: remove mb intervention on outgoing packets | Josh Blum | 2010-07-15 | 1 | -28/+6 |
| | |||||
* | usrp2: Added a peek64 to read pairs of 32 bit numbers such as time64 | Josh Blum | 2010-07-05 | 1 | -0/+8 |
| | | | | also added a templated host to/from network conversion in byteswap.hpp (didnt use it though) | ||||
* | usrp2: increased transport buffer minimum size, and added warning | Josh Blum | 2010-07-05 | 1 | -4/+4 |
| | | | | | | added more notes on buffer size to the manual pulled in some firmware fixes from the mimo work, just to have them in here | ||||
* | usrp2 mb: replace hard coded constants with macros for rx offset | Josh Blum | 2010-06-18 | 1 | -2/+2 |
| | |||||
* | Moved usrp2 eeprom addr read/write to host control over i2c/eeprom interface ↵ | Josh Blum | 2010-05-11 | 1 | -20/+3 |
| | | | | | | | | | | 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. | ||||
* | removed some unused things like gpio from microblaze code | Josh Blum | 2010-04-28 | 1 | -25/+0 |
| | |||||
* | Added reload flag to the stream cmd. | Josh Blum | 2010-04-28 | 1 | -120/+0 |
| | | | | | This reloads the last command to handle continuous streaming in hardware. Moved rx control register setup and stream command issuing to the host. | ||||
* | Merge branch 'eeprom' of git@ettus.sourcerepo.com:ettus/uhdpriv | Josh Blum | 2010-04-26 | 1 | -16/+0 |
| | |||||
* | renamed the firmware main image to txrx_uhd.bin | Josh Blum | 2010-04-25 | 1 | -0/+691 |