summaryrefslogtreecommitdiff
path: root/usrp2/firmware/lib/db_rfx.c
Commit message (Collapse)AuthorAgeFilesLines
* Removed usrp(2) directories.Tom Rondeau2011-10-191-674/+0
|
* Copy paste for RFX2200 in USRP2Jason Abele2010-06-211-0/+74
|
* set antenna defaults to 0Josh Blum2010-03-011-0/+10
|
* Expand frequency ranges to match hardware capability.Johnathan Corgan2009-09-021-12/+12
| | | | | | | | * Corresponds to SVN r11620:11622 * Fixes ticket 405 Reported-by: Dimitris Symeonidis <azimout@gmail.com> Fixed-by: Matt Ettus <matt@ettus.com>
* remove unneeded include filematt2009-05-251-1/+0
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11121 221aa14e-8319-0410-a670-987f0aec2ac5
* somebody commented out the tx mux setting which prevented the xcvr2450 from ↵matt2009-04-271-5/+5
| | | | | | working. wrong values for rfx boards were not seen because of the above error. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10925 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r10383:10390 from jcorgan/u2-wip into trunk.jcorgan2009-02-041-33/+22
| | | | | | | | | | | | | | | | | | | * Implements daughterboard independent LO offset tuning * Removes RFX specific LO offset code * Adds 'set_lo_offset' to libusrp2 and Python API * Adds --lo-offset to usrp2_fft.py and usrp2_rx_cfile.py * Ensures daughterboards are reset to default values at startup. Trunk passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10392 221aa14e-8319-0410-a670-987f0aec2ac5
* work in progress: setting gpio on xcvrjblum2009-02-021-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10375 221aa14e-8319-0410-a670-987f0aec2ac5
* added frequency offset capability. Set to 12.5e6 on TX, 0 on RX for nowmatt2008-12-171-14/+23
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10125 221aa14e-8319-0410-a670-987f0aec2ac5
* removed old python commentsmatt2008-11-161-29/+0
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9999 221aa14e-8319-0410-a670-987f0aec2ac5
* fixed gain calculations rfx900-2400matt2008-11-161-3/+3
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9998 221aa14e-8319-0410-a670-987f0aec2ac5
* Minor cleanup. eb2008-10-271-1/+15
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9873 221aa14e-8319-0410-a670-987f0aec2ac5
* Deadly printfs turned off... Specified gain ranges for TV Rx and RFX boards.eb2008-10-261-18/+17
| | | | | | | | Still a problem setting the gain; Firmware takes too long to get back to service ethernet. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9860 221aa14e-8319-0410-a670-987f0aec2ac5
* mark RFX boards as i_and_q_swappedeb2008-10-141-10/+10
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9791 221aa14e-8319-0410-a670-987f0aec2ac5
* initialized freq_min/max valueseb2008-10-141-20/+20
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9788 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r9433:9527 from features/gr-usrp2 into trunk. Adds usrp2 and ↵jcorgan2008-09-081-0/+609
gr-usrp2 top-level components. Trunk passes distcheck with mb-gcc installed, but currently not without them. The key issue is that when mb-gcc is not installed, the build system skips over the usrp2/firmware directory, and the firmware include files don't get put into the dist tarball. But we can't do the usual DIST_SUBDIRS method as the firmware is a subpackage. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9528 221aa14e-8319-0410-a670-987f0aec2ac5