summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | uhd: potential fix for explicit template + llvmJosh Blum2011-01-022-6/+12
| | |/ / /
| * | | | Merge branch 'cordic_policy' into nextJosh Blum2011-01-0421-116/+79
| |\ \ \ \
| | * | | | uhd: removed SOB always from tx examples,Josh Blum2010-12-305-34/+11
| | * | | | usrp2: what the hell, why does that make a differenceJosh Blum2010-12-301-1/+1
| | * | | | usrp2: implemented get time last ppsJosh Blum2010-12-3013-69/+67
| | * | | | usrp2: remove temp power up state hack, it seems to be fixedJosh Blum2010-12-301-10/+0
| * | | | | usrp2: fixed mdelay (used ticks rb register), cool led blink in u2init, remov...Josh Blum2010-12-317-693/+25
| * | | | | usrp-n2xx: use init non zero constant (see fixme), also simplified spi flash ...Josh Blum2010-12-311-26/+14
| * | | | | usrp2: zpu compile flags use -phi, -abel is obsoleteJosh Blum2010-12-301-1/+1
| * | | | | ZPU: bootloader only checks first 4 bytes of program flash image for validityNick Foster2010-12-301-3/+3
| * | | | | udp: tweak warning on socket resizeJosh Blum2010-12-291-2/+3
| * | | | | Merge branch 'fpga_next' into nextJosh Blum2010-12-294-165/+198
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | usrp2: removed unused changed signal for mode selectionJosh Blum2010-12-291-2/+1
| | * | | | packet_router: replace buffers interfaced in packet router with buffer_int2Josh Blum2010-12-283-163/+25
| | * | | | now uses 2 rams, one for read, one for writeMatt Ettus2010-12-281-89/+97
| | * | | | reformattingMatt Ettus2010-12-281-5/+1
| | * | | | first cut at new buffer interface for CPU. Like old buffer_int plusMatt Ettus2010-12-281-0/+169
| | * | | | unused lineMatt Ettus2010-12-281-1/+0
| * | | | | usrp2: removed extra print ip functionsJosh Blum2010-12-291-21/+2
| * | | | | usrp2: remove ram macros from memory map, conditionally load fw updateJosh Blum2010-12-296-49/+4
| * | | | | packet_router: change router control for buffer_int2Josh Blum2010-12-285-19/+66
| * | | | | Merge branch 'master' into nextJosh Blum2010-12-271-1/+1
| |\ \ \ \ \
| * | | | | | image: make the build rules depend on deps so they ensure the directory existsJosh Blum2010-12-271-12/+14
| * | | | | | Merge branch 'uhd_master' into uhd_nextJosh Blum2010-12-2713-36/+68
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'fpga_next' into uhd_nextJosh Blum2010-12-271-22/+13
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | * | | | | | packet_router: use the mode register to reset hs control and cpu smsJosh Blum2010-12-271-22/+13
| * | | | | | | packet_router: code tweaks, renamed instances of buffer pool, removed unused ...Josh Blum2010-12-275-71/+58
| * | | | | | | usrp2: print mimo master/slave mode on initJosh Blum2010-12-221-0/+2
| * | | | | | | Merge branch 'fpga_next' into uhd_nextJosh Blum2010-12-2232-481/+3012
| |\| | | | | |
| | * | | | | | Merge branch 'udp_ports' into nextJosh Blum2010-12-226-37/+66
| | |\ \ \ \ \ \
| | | * | | | | | udp_ports: fixed address comparison B+14 is comparisonJosh Blum2010-12-211-1/+1
| | | * | | | | | don't overwrite checksum valuesMatt Ettus2010-12-211-7/+8
| | | * | | | | | udp_ports: set the source port and destination port from tableJosh Blum2010-12-171-12/+16
| | | * | | | | | generate port number headers in the dsp error unitsMatt Ettus2010-12-154-8/+12
| | | * | | | | | now supports up to 4 different udp portsMatt Ettus2010-12-152-23/+43
| | | | |_|_|_|/ | | | |/| | | |
| | * | | | | | usrp-n210: add missing wires, incr compat, use boot ram as stack spaceJosh Blum2010-12-221-16/+14
| | * | | | | | usrp-n210: delay reset for boot loader stack pointer to init, copied bl.rmi w...Josh Blum2010-12-182-187/+173
| | * | | | | | usrp-n210: almost working w/ packet router + zpuJosh Blum2010-12-179-301/+313
| | * | | | | | usrp-n210: integrate zpu and packet router, builds but untestedJosh Blum2010-12-141-72/+77
| | * | | | | | Merge branch 'zpu' into nextJosh Blum2010-12-1411-22/+1567
| | |\ \ \ \ \ \
| | | * | | | | | zpu: working, modified top level sizes, disable interruptJosh Blum2010-12-142-8/+5
| | | * | | | | | Merge branch 'packet_router' into zpuJosh Blum2010-12-1215-303/+383
| | | |\ \ \ \ \ \
| | | * | | | | | | zpu: moved top level file in hopes for easy mergeJosh Blum2010-12-122-1014/+229
| | | * | | | | | | zpu: set all the address widths to 16, grumbleJosh Blum2010-12-084-5/+5
| | | * | | | | | | zpu: moved stack pointer and made connection for statusJosh Blum2010-12-062-2/+3
| | | * | | | | | | zpu: brought status signal out to top levelJosh Blum2010-12-061-1/+3
| | | * | | | | | | zpu: shrank the ram size and address bus to 16kJosh Blum2010-12-061-5/+5
| | | * | | | | | | zpu: added a zpu + wishbone opencore and integrated into top levelJosh Blum2010-12-0610-10/+1554
| | * | | | | | | | packet_router: all non ip/udp should also go to bothJosh Blum2010-12-131-7/+5
| | | |/ / / / / / | | |/| | | | | |
| | * | | | | | | packet_router: harmless logic tweaksJosh Blum2010-12-122-11/+8