aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/microblaze/apps/txrx_uhd.c
Commit message (Collapse)AuthorAgeFilesLines
* IRQ-based SPI works. Don't try to do multiple transactions without waiting ↵Nick Foster2010-08-161-5/+2
| | | | | | for results first. In fact, don't try to do an I2C transaction while an SPI transaction is pending.
* syntaxNick Foster2010-08-161-2/+2
|
* first stab at irq'ed spiNick Foster2010-08-161-6/+24
|
* Bring in changes since last week.Nick Foster2010-08-101-18/+10
|
* Interrupt-driven I2C. txrx_uhd uses async i2c for comms.Nick Foster2010-08-101-14/+53
|
* usrp2: added fpga compat number, renamed firmware proto version to compatJosh Blum2010-08-091-5/+6
|
* usrp2: reorganized firmware directoryJosh Blum2010-07-301-2/+1
|
* usrp2: added tx policy register and changed fw to not handle error in buffer ↵Josh Blum2010-07-291-1/+1
| | | | pool
* usrp2: installed a simple dbsm_rx_inspector, it wont work without it...Josh Blum2010-07-161-4/+7
|
* usrp2: remove mb intervention on outgoing packetsJosh Blum2010-07-151-28/+6
|
* usrp2: Added a peek64 to read pairs of 32 bit numbers such as time64Josh Blum2010-07-051-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 warningJosh Blum2010-07-051-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 offsetJosh Blum2010-06-181-2/+2
|
* Moved usrp2 eeprom addr read/write to host control over i2c/eeprom interface ↵Josh Blum2010-05-111-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 codeJosh Blum2010-04-281-25/+0
|
* Added reload flag to the stream cmd.Josh Blum2010-04-281-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/uhdprivJosh Blum2010-04-261-16/+0
|
* renamed the firmware main image to txrx_uhd.binJosh Blum2010-04-251-0/+691