aboutsummaryrefslogtreecommitdiffstats
path: root/firmware
Commit message (Collapse)AuthorAgeFilesLines
* usrp2: removed unused memory map entriesJosh Blum2012-02-271-5/+1
|
* B100: Firmware reset tweaks.Nick Foster2012-02-092-47/+29
|
* B100: use FPGA external reset on initNick Foster2012-02-061-1/+6
|
* uhd: added/renamed various readme filesJosh Blum2012-02-042-6/+31
|
* B100/B150: firmware disable FIFOs until host enables to keep junk outNick Foster2012-02-032-8/+11
|
* b100: bump compat numbers for slave fifo modeJosh Blum2012-02-011-1/+1
| | | | | | Conflicts: host/lib/usrp/b100/b100_impl.hpp
* B100 firmware changes to allow slave mode TX/RX.Nick Foster2012-02-014-162/+59
|
* usrp2: same change but to fw updaterJosh Blum2012-01-242-11/+3
|
* usrp2: firmware should reset dsp on icmp pktJosh Blum2012-01-242-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 codeJosh Blum2012-01-043-5/+7
|
* uhd: tweaks to calibration utilitiesJosh Blum2011-11-231-981/+0
|
* uhd: useful tweaks from userJosh Blum2011-11-081-0/+1
|
* Fixing VID comment in firmware to reflect ERLLC rather than FSF.Ben Hilburn2011-10-141-1/+1
|
* b100: new eeprom map for special 9 byte serialJosh Blum2011-10-122-4/+5
|
* B100: change B100 PID in usb_descriptors.a51 as wellNick Foster2011-10-111-1/+1
|
* B100: use PA6 for pktendNick Foster2011-10-101-2/+1
|
* 1 Character Patch for USRP1 usrp_eeprom.bin generationJason Abele2011-10-101-1/+1
|
* B100: modify build_eeprom for correct B100 PIDNick Foster2011-10-101-1/+1
|
* B100 firmware fix for FPGA load race condition, plus a little cleanup for ↵Nick Foster2011-10-102-19/+14
| | | | readability
* usrp2: uart/udp work in host and fw, workingJosh Blum2011-09-286-41/+158
|
* ZPU/USRP2: first stab at UDP UART firmwareNick Foster2011-09-283-2/+20
|
* n-series: removed unused bootloader files in fwJosh Blum2011-09-084-647/+0
|
* N2XX: fix bug in firmware updater (don't use local variables for static ↵Nick Foster2011-08-092-3/+6
| | | | data). this fixes the "n210 bricking on update while streaming" bug.
* usrp2: shutoff streaming using the stop bit (fix)Josh Blum2011-07-292-4/+5
|
* usrp2: remove hw config readback, not neededJosh Blum2011-07-281-8/+3
|
* usrp2: comment out poll + print overflow/underflow in fwJosh Blum2011-07-191-0/+2
|
* usrp2: added fw minor and moved ICMP dest error handling to txrx appJosh Blum2011-07-182-28/+36
|
* usrp2: use the err transport for tx/err, and rx xports are recv onlyJosh Blum2011-07-171-7/+7
|
* N2XX: firmware stops device streaming on fw update, and updater script ↵Nick Foster2011-06-152-1/+24
| | | | checks hw rev before proceeding
* b100: added b100 firmware (squashed)Josh Blum2011-06-1418-4/+2127
|
* N2XX: fix UART bug for GPSDONick Foster2011-06-141-0/+1
|
* usrp2: combined peek and poke commands and added virtual firmware registersJosh Blum2011-05-011-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 nextJosh Blum2011-04-301-6/+8
|\ | | | | | | | | Conflicts: host/lib/usrp/usrp2/usrp2_regs.cpp
| * USRP2/N210: firmware UART read no longer drops 20th charNick Foster2011-04-291-6/+8
| |
| * N210: Additional checks on both the host and firmware sides of the firmware ↵Nick Foster2011-04-211-1/+9
| | | | | | | | updater.
* | N210 fw: Move spif_init into bootload_utilsNick Foster2011-04-222-1/+4
| |
* | N210: Minor rearranging of bootloader impl in txrxNick Foster2011-04-221-5/+6
| |
* | N210: TXRX_UHD now has bootloader #ifdef'ed into it. Safe firmware now ↵Nick Foster2011-04-2214-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 Foster2011-04-214-26/+23
| | | | | | | | load safe fw if safe mode button pressed
* | N210: UDP bootloaderNick Foster2011-04-211-2/+3
| |
* | N210: Created UDP bootloader and modified RMI generation to 16KNick Foster2011-04-213-7/+199
| |
* | N210: Additional checks on both the host and firmware sides of the firmware ↵Nick Foster2011-04-211-1/+9
| | | | | | | | updater.
* | Merge branch 'master' into nextJosh Blum2011-04-195-121/+9
|\| | | | | | | | | Conflicts: fpga/usrp2/top/u2plus/Makefile.N200
| * usrp1: reverted spi transaction changes to the usrp1 firmware (broken and ↵Josh Blum2011-03-304-116/+3
| | | | | | | | not needed)
| * usrp2: fixed serial bootloader for N seriesJosh Blum2011-03-261-5/+6
| |
* | usrp2: use new and common slave base map for usrp2/n210Josh Blum2011-03-163-76/+25
| |
* | usrp2: cleanup checksum code and fix precompute checksum bugJosh Blum2011-03-161-14/+9
| |
* | usrp2: use the proper lwip macros to set the ip headerJosh Blum2011-03-151-11/+11
| |
* | usrp2: moved sregs in fw memory map, new framer register tableJosh Blum2011-03-154-233/+162
| |
* | usrp2: common memory map, define slave bases in different headersJosh Blum2011-03-159-809/+154
|/