summaryrefslogtreecommitdiffstats
path: root/host
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | Fix really dumb mistake in rad ring buffer code. Add/comment debugroot2010-09-201-4/+6
| * | | | | | | | | | | | | | | | Reverse I and Q on the wire.Philip Balister2010-09-101-1/+2
| * | | | | | | | | | | | | | | | Install main_test so we can test cross compiled uhd.Philip Balister2010-09-101-0/+5
| * | | | | | | | | | | | | | | | Merge branch 'usrp_e' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_ePhilip Balister2010-09-0911-50/+324
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | usrp-e: configure flag option for usrp-e supportJosh Blum2010-09-091-3/+14
| | * | | | | | | | | | | | | | | | usrp-e: typo fix for ad9522 regs sizeJosh Blum2010-09-091-3/+3
| | * | | | | | | | | | | | | | | | Merge branch 'master' into usrp_eJosh Blum2010-09-099-44/+307
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Fix errors.Philip Balister2010-09-091-1/+4
| * | | | | | | | | | | | | | | | | | Allow programs to find usrp_e.h header, even if it is not installed in /usr/i...Philip Balister2010-09-091-0/+88
| * | | | | | | | | | | | | | | | | | Restore tx and rx timed smaple programs to the versions in master. They use f...Philip Balister2010-09-092-9/+6
| |/ / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | Convert fc32_to_item32_nswap to use ARM NEON if available.Philip Balister2010-09-092-0/+30
| * | | | | | | | | | | | | | | | | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_ePhilip Balister2010-09-0956-189/+6143
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Add clkgen-config, usrp-e-i2c and usrp-e-spi to the installed utils.Philip Balister2010-09-094-0/+449
| * | | | | | | | | | | | | | | | | | Add usrp-e-debug-pins to utils. This is the wrong place for the regs headerPhilip Balister2010-08-293-0/+277
| * | | | | | | | | | | | | | | | | | Test if usrp_e kernel module is loaded before trying to load the FPGA. DoPhilip Balister2010-08-281-0/+16
| * | | | | | | | | | | | | | | | | | Move fpga-downloader and usrp-e-loopback into utils so they get packagedPhilip Balister2010-08-283-0/+453
| * | | | | | | | | | | | | | | | | | Add support for building c programs. Remove -pedantic and -ansi flags.Philip Balister2010-08-281-3/+1
| * | | | | | | | | | | | | | | | | | usrp-e: implemented tx policy and handling of async messagesJosh Blum2010-08-252-19/+114
| * | | | | | | | | | | | | | | | | | usrp-e: fixed codec control gain calculation error, added tx policy registers...Josh Blum2010-08-244-8/+22
| * | | | | | | | | | | | | | | | | | usrp-e: added dboard iface set gpio debug callJosh Blum2010-08-241-0/+24
| * | | | | | | | | | | | | | | | | | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_eJosh Blum2010-08-245-4/+45
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_eJosh Blum2010-08-238-47/+146
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | Change TX PGA gain scaling to match gnuradio scalingPhilip Balister2010-08-181-2/+2
| * | | | | | | | | | | | | | | | | | | | Change clock dividers so DBSRX board locks.Philip Balister2010-08-191-3/+3
| * | | | | | | | | | | | | | | | | | | | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_ePhilip Balister2010-08-1913-187/+303
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | Add gain command line parameter.Philip Balister2010-08-191-1/+3
| * | | | | | | | | | | | | | | | | | | | | Add gain setting to tx_timed_samples program.Philip Balister2010-08-191-0/+1
| * | | | | | | | | | | | | | | | | | | | | Add get setting to the rx_to_file program.Philip Balister2010-08-191-0/+4
| * | | | | | | | | | | | | | | | | | | | | Add program to transmit samples from a file.Philip Balister2010-08-192-0/+128
| * | | | | | | | | | | | | | | | | | | | | Build rx_to_file example.Philip Balister2010-08-181-0/+3
| * | | | | | | | | | | | | | | | | | | | | Merge branch 'usrp_e' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_eJosh Blum2010-08-182-2/+141
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | Really fix TX IQ phase offset.Philip Balister2010-08-181-2/+2
| | * | | | | | | | | | | | | | | | | | | | | Fix to create 90 phase shift on TX.Philip Balister2010-08-171-0/+1
| | * | | | | | | | | | | | | | | | | | | | | Merging my work back to usrp_e branch.Philip Balister2010-08-171-0/+138
| * | | | | | | | | | | | | | | | | | | | | | usrp-e: added gain group propertyJosh Blum2010-08-182-1/+21
| |/ / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | usrp-e: building off of next branchJosh Blum2010-08-179-39/+37
| * | | | | | | | | | | | | | | | | | | | | Merge branch 'next' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_e_mergeJosh Blum2010-08-1727-383/+446
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | usrp-e: misc code tweaksJosh Blum2010-08-173-2/+3
| * | | | | | | | | | | | | | | | | | | | | | usrp-e: clock settings, ref doubler, disable test clock, lower cp currentJosh Blum2010-08-131-4/+7
| * | | | | | | | | | | | | | | | | | | | | | usrp-e: codec gain control from properties interfaceJosh Blum2010-08-134-9/+128
| * | | | | | | | | | | | | | | | | | | | | | usrp-e: added codec impl, probe worksJosh Blum2010-08-126-4/+122
| * | | | | | | | | | | | | | | | | | | | | | Merge branch 'split_string' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_e...Josh Blum2010-08-127-44/+39
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | usrp-e: fix typo in verify subdev specJosh Blum2010-08-122-3/+3
| * | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_e_mergeJosh Blum2010-08-121-6/+25
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | uhd: avoid segfaults - use CPP macros for paths and dont split empty stringJosh Blum2010-08-122-9/+10
| * | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'usrp_e_merge' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_e...Josh Blum2010-08-114-27/+270
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'usrp_e' into usrp_e_mergePhilip Balister2010-08-114-27/+270
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | | | | | | Convert to use mmaped rx ring buffer.Philip Balister2010-08-111-13/+50
| | | * | | | | | | | | | | | | | | | | | | | | | | | Convert non-mmaped loopback test program to use new simple read/write api.Philip Balister2010-08-111-43/+33
| | | * | | | | | | | | | | | | | | | | | | | | | | | Add usrp-e-mm-loopback to .gitignore.Philip Balister2010-08-111-0/+1