| Commit message (Expand) | Author | Age | Files | Lines |
* | uhd: Update license headers | Martin Braun | 2018-02-19 | 1 | -1/+2 |
* | Move all license headers to SPDX format. | Martin Braun | 2017-12-22 | 1 | -12/+1 |
* | USRP2: Separate FPGA compat numbers for USRP2 and N200. | michael-west | 2015-04-23 | 1 | -1/+2 |
* | Increase command FIFO depth of N2x0 and X3x0 to 64. | michael-west | 2015-04-10 | 1 | -1/+1 |
* | usrp2: fix firmware rx clear register offset | Josh Blum | 2013-08-23 | 1 | -1/+1 |
* | n2x0: only check for the GPSDO once after power up | Josh Blum | 2012-06-18 | 1 | -0/+1 |
* | usrp2: fix fw bug for spi transact (order of operations) | Josh Blum | 2012-06-07 | 1 | -1/+1 |
* | fifo ctrl: various tweaks | Josh Blum | 2012-03-23 | 1 | -2/+2 |
* | usrp2: host and fw implementation for fifo control | Josh Blum | 2012-03-23 | 1 | -1/+2 |
* | usrp2: work on alternative stream destination | Josh Blum | 2012-03-23 | 1 | -0/+9 |
* | dsp rework: implemented new scalefactor in rx dsp core | Josh Blum | 2012-01-31 | 1 | -2/+2 |
* | usrp2: fw fix for hal_uart_getc_noblock return code | Josh Blum | 2012-01-04 | 1 | -1/+1 |
* | usrp2: use the socket to determine the device addr | Josh Blum | 2011-12-20 | 1 | -3/+0 |
* | usrp2: reg map change for GPIO core | Josh Blum | 2011-11-03 | 1 | -1/+1 |
* | usrp2: uart/udp work in host and fw, working | Josh Blum | 2011-09-28 | 1 | -10/+3 |
* | ZPU/USRP2: first stab at UDP UART firmware | Nick Foster | 2011-09-28 | 1 | -0/+1 |
* | usrp2: bump usrp2 fw minor to 4 for upcoming patch release | Josh Blum | 2011-08-15 | 1 | -1/+1 |
* | usrp2: shutoff streaming using the stop bit (fix) | Josh Blum | 2011-07-29 | 1 | -1/+1 |
* | usrp2: remove hw config readback, not needed | Josh Blum | 2011-07-28 | 1 | -1/+1 |
* | usrp2: added fw minor and moved ICMP dest error handling to txrx app | Josh Blum | 2011-07-18 | 1 | -0/+6 |
* | usrp2: use the err transport for tx/err, and rx xports are recv only | Josh Blum | 2011-07-17 | 1 | -3/+3 |
* | uhd: changed compat numbers to reflect dsp work in fpga | Josh Blum | 2011-06-15 | 1 | -1/+1 |
* | usrp2: combined peek and poke commands and added virtual firmware registers | Josh Blum | 2011-05-01 | 1 | -8/+13 |
* | usrp2: increment fpga and fw compat numbers | Josh Blum | 2011-03-17 | 1 | -2/+2 |
* | usrp2: work on mtu discovery | Josh Blum | 2011-03-03 | 1 | -0/+6 |
* | usrp2: code working again in a completed form but did not test dual dsp | Josh Blum | 2011-02-20 | 1 | -1/+1 |
* | usrp2: added 2nd dsp support to firmware for 2 and N series | Josh Blum | 2011-02-17 | 1 | -2/+3 |
* | uhd: add msvc stdint.h so we can use stdints typedefs normally like, fix in f... | Josh Blum | 2011-01-11 | 1 | -26/+22 |
* | uhd: update copyright dates | Josh Blum | 2011-01-05 | 1 | -1/+1 |
* | Merge branch 'cordic_policy' into next | Josh Blum | 2011-01-04 | 1 | -3/+2 |
|\ |
|
| * | usrp2: what the hell, why does that make a difference | Josh Blum | 2010-12-30 | 1 | -1/+1 |
| * | usrp2: implemented get time last pps | Josh Blum | 2010-12-30 | 1 | -3/+2 |
* | | Merge branch 'udp_ports' into next | Josh Blum | 2010-12-22 | 1 | -1/+3 |
|\ \ |
|
| * | | udp_ports: host code tweaks, seems to be closer to working | Josh Blum | 2010-12-17 | 1 | -2/+3 |
| * | | usrp2: added support in fw for setting dsp0 and err0 ports with protocol fram... | Josh Blum | 2010-12-15 | 1 | -0/+1 |
| |/ |
|
* / | packet_router: incremented fpga and fw compat numbers | Josh Blum | 2010-12-11 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into flow_ctrl | Nick Foster | 2010-11-17 | 1 | -0/+19 |
|\ |
|
| * | USRP2P: This is surprisingly involved. Adding a consistent interface to deal ... | Nick Foster | 2010-10-12 | 1 | -2/+1 |
| * | USRP2P: Little bit of commonality in the include files. No functional change. | Nick Foster | 2010-10-08 | 1 | -1/+0 |
| * | U2P: Bootloader works, successfully loads production image. | Nick Foster | 2010-10-08 | 1 | -0/+2 |
| * | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2p | Nick Foster | 2010-09-15 | 1 | -1/+1 |
| |\ |
|
| * \ | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2p | Nick Foster | 2010-08-18 | 1 | -1/+1 |
| |\ \ |
|
| * | | | Added UART transactions to the DUDE/BRO protocol. | Nick Foster | 2010-08-12 | 1 | -0/+11 |
| * | | | Merge branch 'master' into usrp2p | Nick Foster | 2010-08-10 | 1 | -3/+3 |
| |\ \ \ |
|
| * | | | | Widened SPI slave select bus to 16 bits in host and firmware. | Nick Foster | 2010-07-28 | 1 | -3/+3 |
| * | | | | Firmware compiles. | Nick Foster | 2010-07-26 | 1 | -0/+16 |
* | | | | | Merge branch 'master' into flow_ctrl | Josh Blum | 2010-11-05 | 1 | -8/+0 |
|\ \ \ \ \ |
|
| * | | | | | usrp2: move mboard eeprom instance into iface to the clock control can access it | Josh Blum | 2010-11-04 | 1 | -8/+0 |
| * | | | | | usrp2: implemented mboard eeprom into usrp2 mboard | Josh Blum | 2010-11-04 | 1 | -2/+2 |
| | |_|_|/
| |/| | | |
|
* | | | | | usrp2: use 32-bit flow control sequence numbers | Josh Blum | 2010-10-11 | 1 | -1/+1 |