summaryrefslogtreecommitdiffstats
path: root/host
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | | | | | Merge branch 'timeout' into usrp_e_mmapJosh Blum2010-10-0424-556/+473
| | | |\ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / | | | |/| | | | | | | | | |
| | | * | | | | | | | | | | usrp-e: untested attempt at zero copy iface for mmapJosh Blum2010-09-303-87/+212
| | | * | | | | | | | | | | usrp-e: update to build with the masterJosh Blum2010-09-302-13/+10
| | | * | | | | | | | | | | Merge branch 'master' into usrp_e_nextJosh Blum2010-09-3037-856/+1336
| | | |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | usrp-e: Add example that reads data from uhd and sends it over a udp socket.Philip Balister2010-10-212-0/+171
| | * | | | | | | | | | | | | USRP-E: updated the loopback tester for length checking.root2010-10-131-5/+42
| | * | | | | | | | | | | | | Ignore direction for GPIO 114 since it is always an input.root2010-09-301-9/+11
| * | | | | | | | | | | | | | Ignore direction for GPIO 114 since it is always an input.root2010-09-301-9/+11
| * | | | | | | | | | | | | | Really enable usrp_e support. Previous commit commented out the ansi flagPhilip Balister2010-09-261-0/+2
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Remove BIT macroPhilip Balister2010-09-261-2/+2
| * | | | | | | | | | | | | Add define so uusrp_e support is enabled.Philip Balister2010-09-261-1/+1
| * | | | | | | | | | | | | Add more NEON for type conversion.Philip Balister2010-09-251-0/+20
| * | | | | | | | | | | | | usrp-e: updated dsp for multiple shift propertiesJosh Blum2010-09-241-4/+20
| * | | | | | | | | | | | | Merge branch 'master' into usrp_eJosh Blum2010-09-2446-632/+1215
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Use a dummy write to start DMA transfers when sending data to the FPGA.Philip Balister2010-09-211-1/+1
| * | | | | | | | | | | | | Use the ring buffer sizes read from the kernel.Philip Balister2010-09-211-3/+3
| * | | | | | | | | | | | | Convert write to use the mmap interface.Philip Balister2010-09-211-4/+22
| * | | | | | | | | | | | | Read the ring buffer size from the kernel and use that to set up thePhilip Balister2010-09-213-46/+51
| * | | | | | | | | | | | | Fix ring buffer size calculation.Philip Balister2010-09-211-4/+4
| * | | | | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \