summaryrefslogtreecommitdiffstats
path: root/firmware/zpu/apps
Commit message (Collapse)AuthorAgeFilesLines
* usrp2: fw unlocks when ICMP dest unreachableJosh Blum2012-03-211-1/+4
|
* usrp2: firmware should reset dsp on icmp pktJosh Blum2012-01-241-11/+7
| | | | | | | | 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: uart/udp work in host and fw, workingJosh Blum2011-09-281-40/+4
|
* ZPU/USRP2: first stab at UDP UART firmwareNick Foster2011-09-281-1/+18
|
* usrp2: shutoff streaming using the stop bit (fix)Josh Blum2011-07-291-2/+2
|
* 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-181-8/+31
|
* usrp2: use the err transport for tx/err, and rx xports are recv onlyJosh Blum2011-07-171-7/+7
|
* 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.
* N210 fw: Move spif_init into bootload_utilsNick Foster2011-04-221-1/+1
|
* 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-225-318/+14
| | | | | | 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-211-0/+7
| | | | load safe fw if safe mode button pressed
* usrp2: moved sregs in fw memory map, new framer register tableJosh Blum2011-03-151-111/+39
|
* usrp2: work on mtu discoveryJosh Blum2011-03-031-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
* usrp2: added 2nd dsp support to firmware for 2 and N seriesJosh Blum2011-02-171-5/+21
|
* next: fngets() fixed for GPS driver. polling/timeout moved to host side. ↵Nick Foster2011-01-171-1/+1
| | | | small changes to GPS output text.
* usrp2: restart read before mode switch, added commentsJosh Blum2011-01-111-1/+1
| | | | | use cmake compiler force macro (to simplify things), added copyright updates dates to some files
* usrp2: fw print addrs fast path fixJosh Blum2011-01-101-2/+2
|
* usrp2: removed cruft and bitrot apps from fwJosh Blum2011-01-1042-7155/+0
|
* usrp-n210: firmware changes related to init and bootloaderJosh Blum2011-01-091-10/+0
| | | | | | added u2p init file that is called by u2init added spi flash init and added to u2pinit implemented mdelay usage in bootloader
* usrp2: tweaking firmwareJosh Blum2011-01-071-11/+8
| | | | | | | | added delay to the link up/down code to space out calls removed the pkt_ctrl init and just do it when the mode changes tweaked the addr printing
* Merge branch 'cordic_policy' into nextJosh Blum2011-01-041-8/+0
| | | | | | Conflicts: host/lib/usrp/usrp2/usrp2_regs.cpp host/lib/usrp/usrp2/usrp2_regs.hpp
* usrp2: remove ram macros from memory map, conditionally load fw updateJosh Blum2010-12-291-0/+2
|
* packet_router: change router control for buffer_int2Josh Blum2010-12-281-0/+1
|
* packet_router: code tweaks, renamed instances of buffer pool, removed unused ↵Josh Blum2010-12-271-1/+1
| | | | ctrl reg
* fw: edit readme, removed old filesJosh Blum2010-12-221-82/+0
|
* zpu: renamed the directory for the usrp2 fw to zpu to reflect the cpu typeJosh Blum2010-12-2248-0/+7950