Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | usrp2: same change but to fw updater | Josh Blum | 2012-01-24 | 2 | -11/+3 |
| | |||||
* | usrp2: firmware should reset dsp on icmp pkt | Josh Blum | 2012-01-24 | 2 | -11/+8 |
| | | | | | | | | 1) This should kill any streaming, the previous calls would just stop continuous streaming 2) The breaks were changed to returns to avoid reprogramming the framer. | ||||
* | usrp2: fw fix for hal_uart_getc_noblock return code | Josh Blum | 2012-01-04 | 3 | -5/+7 |
| | |||||
* | uhd: tweaks to calibration utilities | Josh Blum | 2011-11-23 | 1 | -981/+0 |
| | |||||
* | uhd: useful tweaks from user | Josh Blum | 2011-11-08 | 1 | -0/+1 |
| | |||||
* | Fixing VID comment in firmware to reflect ERLLC rather than FSF. | Ben Hilburn | 2011-10-14 | 1 | -1/+1 |
| | |||||
* | b100: new eeprom map for special 9 byte serial | Josh Blum | 2011-10-12 | 2 | -4/+5 |
| | |||||
* | B100: change B100 PID in usb_descriptors.a51 as well | Nick Foster | 2011-10-11 | 1 | -1/+1 |
| | |||||
* | B100: use PA6 for pktend | Nick Foster | 2011-10-10 | 1 | -2/+1 |
| | |||||
* | 1 Character Patch for USRP1 usrp_eeprom.bin generation | Jason Abele | 2011-10-10 | 1 | -1/+1 |
| | |||||
* | B100: modify build_eeprom for correct B100 PID | Nick Foster | 2011-10-10 | 1 | -1/+1 |
| | |||||
* | B100 firmware fix for FPGA load race condition, plus a little cleanup for ↵ | Nick Foster | 2011-10-10 | 2 | -19/+14 |
| | | | | readability | ||||
* | usrp2: uart/udp work in host and fw, working | Josh Blum | 2011-09-28 | 6 | -41/+158 |
| | |||||
* | ZPU/USRP2: first stab at UDP UART firmware | Nick Foster | 2011-09-28 | 3 | -2/+20 |
| | |||||
* | n-series: removed unused bootloader files in fw | Josh Blum | 2011-09-08 | 4 | -647/+0 |
| | |||||
* | N2XX: fix bug in firmware updater (don't use local variables for static ↵ | Nick Foster | 2011-08-09 | 2 | -3/+6 |
| | | | | data). this fixes the "n210 bricking on update while streaming" bug. | ||||
* | usrp2: shutoff streaming using the stop bit (fix) | Josh Blum | 2011-07-29 | 2 | -4/+5 |
| | |||||
* | usrp2: remove hw config readback, not needed | Josh Blum | 2011-07-28 | 1 | -8/+3 |
| | |||||
* | usrp2: comment out poll + print overflow/underflow in fw | Josh Blum | 2011-07-19 | 1 | -0/+2 |
| | |||||
* | usrp2: added fw minor and moved ICMP dest error handling to txrx app | Josh Blum | 2011-07-18 | 2 | -28/+36 |
| | |||||
* | usrp2: use the err transport for tx/err, and rx xports are recv only | Josh Blum | 2011-07-17 | 1 | -7/+7 |
| | |||||
* | N2XX: firmware stops device streaming on fw update, and updater script ↵ | Nick Foster | 2011-06-15 | 2 | -1/+24 |
| | | | | checks hw rev before proceeding | ||||
* | b100: added b100 firmware (squashed) | Josh Blum | 2011-06-14 | 18 | -4/+2127 |
| | |||||
* | N2XX: fix UART bug for GPSDO | Nick Foster | 2011-06-14 | 1 | -0/+1 |
| | |||||
* | usrp2: combined peek and poke commands and added virtual firmware registers | Josh Blum | 2011-05-01 | 1 | -27/+24 |
| | | | | | It would be nice to have persistent registers in the device to do things like device locking. Rather than invent a new communication type, we just repurposed the register manipulation. | ||||
* | Merge branch 'master' into next | Josh Blum | 2011-04-30 | 1 | -6/+8 |
|\ | | | | | | | | | Conflicts: host/lib/usrp/usrp2/usrp2_regs.cpp | ||||
| * | USRP2/N210: firmware UART read no longer drops 20th char | Nick Foster | 2011-04-29 | 1 | -6/+8 |
| | | |||||
| * | N210: Additional checks on both the host and firmware sides of the firmware ↵ | Nick Foster | 2011-04-21 | 1 | -1/+9 |
| | | | | | | | | updater. | ||||
* | | N210 fw: Move spif_init into bootload_utils | Nick Foster | 2011-04-22 | 2 | -1/+4 |
| | | |||||
* | | N210: Minor rearranging of bootloader impl in txrx | Nick Foster | 2011-04-22 | 1 | -5/+6 |
| | | |||||
* | | N210: TXRX_UHD now has bootloader #ifdef'ed into it. Safe firmware now ↵ | Nick Foster | 2011-04-22 | 14 | -664/+74 |
| | | | | | | | | | | | | embedded into FPGA bootloader. Also did some cleanup of unused source files and consolidated bootloader stuff into bootloader_utils. | ||||
* | | N210: Moved u2p_init into main app and changed bootloader behavior to not ↵ | Nick Foster | 2011-04-21 | 4 | -26/+23 |
| | | | | | | | | load safe fw if safe mode button pressed | ||||
* | | N210: UDP bootloader | Nick Foster | 2011-04-21 | 1 | -2/+3 |
| | | |||||
* | | N210: Created UDP bootloader and modified RMI generation to 16K | Nick Foster | 2011-04-21 | 3 | -7/+199 |
| | | |||||
* | | N210: Additional checks on both the host and firmware sides of the firmware ↵ | Nick Foster | 2011-04-21 | 1 | -1/+9 |
| | | | | | | | | updater. | ||||
* | | Merge branch 'master' into next | Josh Blum | 2011-04-19 | 5 | -121/+9 |
|\| | | | | | | | | | Conflicts: fpga/usrp2/top/u2plus/Makefile.N200 | ||||
| * | usrp1: reverted spi transaction changes to the usrp1 firmware (broken and ↵ | Josh Blum | 2011-03-30 | 4 | -116/+3 |
| | | | | | | | | not needed) | ||||
| * | usrp2: fixed serial bootloader for N series | Josh Blum | 2011-03-26 | 1 | -5/+6 |
| | | |||||
* | | usrp2: use new and common slave base map for usrp2/n210 | Josh Blum | 2011-03-16 | 3 | -76/+25 |
| | | |||||
* | | usrp2: cleanup checksum code and fix precompute checksum bug | Josh Blum | 2011-03-16 | 1 | -14/+9 |
| | | |||||
* | | usrp2: use the proper lwip macros to set the ip header | Josh Blum | 2011-03-15 | 1 | -11/+11 |
| | | |||||
* | | usrp2: moved sregs in fw memory map, new framer register table | Josh Blum | 2011-03-15 | 4 | -233/+162 |
| | | |||||
* | | usrp2: common memory map, define slave bases in different headers | Josh Blum | 2011-03-15 | 9 | -809/+154 |
|/ | |||||
* | usrp2: firmware can send jumbo dummy packets (only writes up to 2048) | Josh Blum | 2011-03-04 | 1 | -50/+42 |
| | |||||
* | usrp2: work on mtu discovery | Josh Blum | 2011-03-03 | 1 | -4/+13 |
| | | | | | | added echo routine to the firmware and discovery routine to host the implementation is integrated into the factory function and appears to work on linux | ||||
* | Merge branch 'usrp2_fw_clock_cleanup' into usrp2_dual_dsp | Josh Blum | 2011-02-22 | 3 | -284/+16 |
|\ | |||||
| * | usrp2: cleanup clocks firmware stuff, removed unused code | Josh Blum | 2011-02-21 | 3 | -284/+16 |
| | | |||||
* | | usrp2: added 2nd dsp support to firmware for 2 and N series | Josh Blum | 2011-02-17 | 3 | -18/+46 |
| | | |||||
* | | uspr2: memory map tweak for dual dsp | Josh Blum | 2011-02-17 | 3 | -255/+15 |
|/ | |||||
* | usrp2: fix for icmp echo reply checksum (data was not included in checksum) | Josh Blum | 2011-02-06 | 1 | -7/+15 |
| |