summaryrefslogtreecommitdiff
path: root/usrp2/firmware/lib/db_init.c
Commit message (Collapse)AuthorAgeFilesLines
* -Updated to allow BURX support to be built into standard txrx.binJohnOrlando2010-05-171-0/+2
| | | | | | image -Also corrected db_bitshark_rx.c to the current version (previous git push error) that includes the needed delays after I2C commands
* set antenna defaults to 0Josh Blum2010-03-011-0/+1
|
* Added call to set antenna. Split XCVR into new thing cuz size.Josh Blum2010-02-251-5/+6
|
* First pass WBX USRP2 driverJason Abele2010-02-101-0/+2
|
* Disable support for tvrx rev 2 on usrp2. There are only a few of these in ↵Eric Blossom2009-12-081-0/+2
| | | | existence.
* somebody commented out the tx mux setting which prevented the xcvr2450 from ↵matt2009-04-271-2/+2
| | | | | | 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
* New standalone firmware, burn_dbsrx_eeprom, that burns new dbid intoeb2009-03-051-1/+1
| | | | | | | | modified DBS Rx daughterboard. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10560 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r10383:10390 from jcorgan/u2-wip into trunk.jcorgan2009-02-041-3/+11
| | | | | | | | | | | | | | | | | | | * 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: xcvr running, needs work with divisorsmatt2009-02-031-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10377 221aa14e-8319-0410-a670-987f0aec2ac5
* xcvr dboard supportjblum2009-01-301-0/+5
| | | | | | | | | gain setting coded, not tested set freq not implemented git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10338 221aa14e-8319-0410-a670-987f0aec2ac5
* dbsrx daughterboard support, gain works, not freqmatt2009-01-281-0/+2
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10331 221aa14e-8319-0410-a670-987f0aec2ac5
* enable all rfx boardsmatt2008-10-311-0/+16
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9901 221aa14e-8319-0410-a670-987f0aec2ac5
* Deadly printfs turned off... Specified gain ranges for TV Rx and RFX boards.eb2008-10-261-1/+5
| | | | | | | | 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
* Added firmware support for adc_mux to handle swapping I/Q, etc.eb2008-10-151-5/+5
| | | | | | | | | | | | | Modified dsp_core_rx.v to swap A and B mapping so that the software thinks that the TVRX is connected to A/D A. ISE 10.1 SP3 is required to compile the FPGA successfully. SP2 is insufficient. It compiles with SP2, but the firmware doesn't load. Only the F led is one in that case. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9795 221aa14e-8319-0410-a670-987f0aec2ac5
* fixed problem with negative offsets in calc_dxc_freqeb2008-10-141-9/+8
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9792 221aa14e-8319-0410-a670-987f0aec2ac5
* s/w support for tx and rx muxeb2008-10-141-0/+58
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9790 221aa14e-8319-0410-a670-987f0aec2ac5
* fix diagnostic outputeb2008-10-131-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9786 221aa14e-8319-0410-a670-987f0aec2ac5
* USRP2 firmware fixes for EDK 10.1 microblaze toolchain. Firmware now buildseb2008-10-041-12/+6
| | | | | | | and runs correctly using these tools. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9708 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r9433:9527 from features/gr-usrp2 into trunk. Adds usrp2 and ↵jcorgan2008-09-081-0/+340
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