Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | usrp2: removed unused memory map entries | Josh Blum | 2012-02-27 | 1 | -5/+1 |
| | |||||
* | usrp2: same change but to fw updater | Josh Blum | 2012-01-24 | 1 | -5/+1 |
| | |||||
* | usrp2: firmware should reset dsp on icmp pkt | Josh Blum | 2012-01-24 | 1 | -0/+1 |
| | | | | | | | | 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 |
| | |||||
* | usrp2: uart/udp work in host and fw, working | Josh Blum | 2011-09-28 | 3 | -1/+152 |
| | |||||
* | ZPU/USRP2: first stab at UDP UART firmware | Nick Foster | 2011-09-28 | 2 | -1/+2 |
| | |||||
* | usrp2: remove hw config readback, not needed | Josh Blum | 2011-07-28 | 1 | -8/+3 |
| | |||||
* | usrp2: added fw minor and moved ICMP dest error handling to txrx app | Josh Blum | 2011-07-18 | 1 | -20/+5 |
| | |||||
* | N2XX: firmware stops device streaming on fw update, and updater script ↵ | Nick Foster | 2011-06-15 | 1 | -1/+5 |
| | | | | checks hw rev before proceeding | ||||
* | N2XX: fix UART bug for GPSDO | Nick Foster | 2011-06-14 | 1 | -0/+1 |
| | |||||
* | 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: Moved u2p_init into main app and changed bootloader behavior to not ↵ | Nick Foster | 2011-04-21 | 1 | -7/+0 |
| | | | | | | | | load safe fw if safe mode button pressed | ||||
* | | usrp2: use new and common slave base map for usrp2/n210 | Josh Blum | 2011-03-16 | 1 | -4/+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 | 3 | -122/+123 |
| | | |||||
* | | usrp2: common memory map, define slave bases in different headers | Josh Blum | 2011-03-15 | 2 | -62/+496 |
|/ | |||||
* | usrp2: firmware can send jumbo dummy packets (only writes up to 2048) | Josh Blum | 2011-03-04 | 1 | -50/+42 |
| | |||||
* | 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 | 1 | -10/+19 |
| | | |||||
* | | uspr2: memory map tweak for dual dsp | Josh Blum | 2011-02-17 | 1 | -5/+4 |
|/ | |||||
* | usrp2: fix for icmp echo reply checksum (data was not included in checksum) | Josh Blum | 2011-02-06 | 1 | -7/+15 |
| | |||||
* | next: fngets() fixed for GPS driver. polling/timeout moved to host side. ↵ | Nick Foster | 2011-01-17 | 4 | -12/+11 |
| | | | | small changes to GPS output text. | ||||
* | usrp2: update copyright dates on firmware code | Josh Blum | 2011-01-13 | 8 | -8/+8 |
| | |||||
* | uhd: add msvc stdint.h so we can use stdints typedefs normally like, fix in ↵ | Josh Blum | 2011-01-11 | 1 | -6/+0 |
| | | | | fw_common.h | ||||
* | usrp2: restart read before mode switch, added comments | Josh Blum | 2011-01-11 | 2 | -12/+10 |
| | | | | | use cmake compiler force macro (to simplify things), added copyright updates dates to some files | ||||
* | usrp2: eth addrs, wrong type, should be bool | Josh Blum | 2011-01-09 | 1 | -2/+2 |
| | |||||
* | usrp-n210: firmware changes related to init and bootloader | Josh Blum | 2011-01-09 | 1 | -0/+7 |
| | | | | | | added u2p init file that is called by u2init added spi flash init and added to u2pinit implemented mdelay usage in bootloader | ||||
* | usrp2: tweaking firmware | Josh Blum | 2011-01-07 | 4 | -41/+29 |
| | | | | | | | | 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 | ||||
* | usrp2: fixed mdelay (used ticks rb register), cool led blink in u2init, ↵ | Josh Blum | 2010-12-31 | 5 | -687/+19 |
| | | | | removed unused files | ||||
* | usrp2: removed extra print ip functions | Josh Blum | 2010-12-29 | 1 | -21/+2 |
| | |||||
* | usrp2: remove ram macros from memory map, conditionally load fw update | Josh Blum | 2010-12-29 | 1 | -2/+2 |
| | |||||
* | packet_router: change router control for buffer_int2 | Josh Blum | 2010-12-28 | 2 | -15/+63 |
| | |||||
* | packet_router: code tweaks, renamed instances of buffer pool, removed unused ↵ | Josh Blum | 2010-12-27 | 2 | -21/+14 |
| | | | | ctrl reg | ||||
* | zpu: renamed the directory for the usrp2 fw to zpu to reflect the cpu type | Josh Blum | 2010-12-22 | 65 | -0/+5443 |