summaryrefslogtreecommitdiff
path: root/gr-usrp
AgeCommit message (Collapse)Author
2007-08-15link in file for wbxmatt
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6136 221aa14e-8319-0410-a670-987f0aec2ac5
2007-08-15progressmatt
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6135 221aa14e-8319-0410-a670-987f0aec2ac5
2007-08-09work-in-progress on db_wbxeb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6132 221aa14e-8319-0410-a670-987f0aec2ac5
2007-08-09get_lo_offset -> lo_offseteb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6131 221aa14e-8319-0410-a670-987f0aec2ac5
2007-08-09prelim wbx filesmatt
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6130 221aa14e-8319-0410-a670-987f0aec2ac5
2007-08-09minor fixesmatt
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6129 221aa14e-8319-0410-a670-987f0aec2ac5
2007-07-21Updated license from GPL version 2 or later to GPL version 3 or later.eb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6044 221aa14e-8319-0410-a670-987f0aec2ac5
2007-07-20Reworked LO offset handling.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6038 221aa14e-8319-0410-a670-987f0aec2ac5
2007-07-19Merged r6015:6026 from jcorgan/radar.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6027 221aa14e-8319-0410-a670-987f0aec2ac5
2007-07-16Merged r5950:5978 from features/pager into trunk. Trunk passes distcheck.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5979 221aa14e-8319-0410-a670-987f0aec2ac5
2007-05-28minor cleanupeb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5549 221aa14e-8319-0410-a670-987f0aec2ac5
2007-04-16Adds capability to independently delay the Auto T/R switching signaljcorgan
by a configurable number of clock ticks, to allow users to precisely align their T/R output with the pipeline delays in the transmitter. There are two new registers: FR_ATR_TX_DELAY (7'd2) FR_ATR_RX_DELAY (7'd3) ...and the corresponding db_base.py methods to set them: db_base.set_atr_tx_delay(clock_ticks) db_base.set_atr_rx_delay(clock_ticks) These methods are inherited by all the daughterboard objects so you can call them from your scripts as: subdev.set_atr_tx_delay(...) ...where 'subdev' represents the daughtercard object you're working with. The FPGA synthesis for the 2 RXHB, 2 TX case expands from 95% to 96%, with no additional synthesis messages or impact on timing. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5022 221aa14e-8319-0410-a670-987f0aec2ac5
2007-03-07Merged eb/usrp-install r4723:4727 into trunk.eb
This moves usrp related .py files from the top-level of site-packages into site-packages/usrpm. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4728 221aa14e-8319-0410-a670-987f0aec2ac5
2007-02-26Merged r4632:4645 on jcorgan/linking into trunk. Cleans up linking issues ↵jcorgan
with libtool and already installed libraries. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4646 221aa14e-8319-0410-a670-987f0aec2ac5
2007-02-22True fix for ticket:140.michaelld
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4597 221aa14e-8319-0410-a670-987f0aec2ac5
2007-02-22Better fix for ticket:140.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4596 221aa14e-8319-0410-a670-987f0aec2ac5
2006-09-13Updated FSF address in all files. Fixes ticket:51eb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3534 221aa14e-8319-0410-a670-987f0aec2ac5
2006-09-13Better fix for ticket:64 that will work with VPATH builds.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3528 221aa14e-8319-0410-a670-987f0aec2ac5
2006-09-13Trial fix for ticket:64.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3527 221aa14e-8319-0410-a670-987f0aec2ac5
2006-08-27Implements ticket:3 and fixes ticket:42. The common functionality of jcorgan
run_tests.in for Python QA has been extracted into run_tests.sh in the top-level and the individual run_tests just invoke that with the right path parameters. Also fixed Cygwin 'make check' bug by adding fix by Don Ward. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3440 221aa14e-8319-0410-a670-987f0aec2ac5
2006-08-15Fixes for ticket:35, allowing use of BSD make instead of GNU make.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3286 221aa14e-8319-0410-a670-987f0aec2ac5
2006-08-12Fixes ticket:26, ticket:27, and ticket:32.jcorgan
Merged -r3250:3255 from jcorgan/ticket-26. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3259 221aa14e-8319-0410-a670-987f0aec2ac5
2006-08-07Fixes for ticket:10, ticket:18, and ticket:19. Merged r3194:3215 fromjcorgan
/gnuradio/branches/developers/jcorgan/ticket-10. 'make distcheck' now successfully completes on a machine that has never had gnuradio installed before. In addition, several cleanups and refactoring of build system code have been applied. NOTE: gr-audio-portaudio, gr-audio-osx, and gr-audio-windows have not been fully tested and will need verification by the maintainers of these components. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3216 221aa14e-8319-0410-a670-987f0aec2ac5
2006-08-06Partial fix for ticket 10 merged into trunk fromjcorgan
branches/developers/jcorgan/ticket-10 As of this merge the trunk and the above branch are identical. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3182 221aa14e-8319-0410-a670-987f0aec2ac5
2006-08-06better (read: real) fix for ticket:15eb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3179 221aa14e-8319-0410-a670-987f0aec2ac5
2006-08-05Fixed ticket #11. Merged r3165:3167 from jcorgan
branches/developers/jcorgan/ticket-11 git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3172 221aa14e-8319-0410-a670-987f0aec2ac5
2006-08-03Houston, we have a trunk.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3122 221aa14e-8319-0410-a670-987f0aec2ac5