summaryrefslogtreecommitdiff
path: root/usrp2/firmware
AgeCommit message (Expand)Author
2010-11-24Major Makefile.am housecleaning. Passes distcheck.Eric Blossom
2010-06-21Copy paste for RFX2200 in USRP2Jason Abele
2010-05-25Refactor Makefile.am to move common files from 3 libraries into a single vari...Eric Blossom
2010-05-25usrp2-firmware: fix missing files in tarballJohnathan Corgan
2010-05-17-Updated to allow BURX support to be built into standard txrx.binJohnOrlando
2010-05-14Merge remote branch 'bitshark/burx_support' into wip/burx_supportJohnathan Corgan
2010-05-13Once and for all, here is the properly updated Makefile.am for the appsJohnOrlando
2010-05-13Updated db_bitshark_rx.c to the proper version that includes theJohnOrlando
2010-05-11Merge branch 'master' into wip/burx_supportJohnathan Corgan
2010-05-11Change default bandwidth to 25 MHz to match maximum USRP2 bandwidthJohnathan Corgan
2010-05-11Update incorrectly checked in Makefile.amJohn Orlando
2010-04-16Fix WBX tuning to allow DDC use in reaching 50MHzJason Abele
2010-03-30Including bitshark_rx.h header file for USRP2 buildJohnOrlando
2010-03-30Fixed issue with with wrong Makefile.am files being copiedJohnOrlando
2010-03-30Add support for the Bitshark USRP RX (BURX) daughterboard for the USRP2.JohnOrlando
2010-03-01set antenna defaults to 0Josh Blum
2010-02-25setting xcvr antennas through apiJosh Blum
2010-02-25Added call to set antenna. Split XCVR into new thing cuz size.Josh Blum
2010-02-21Merge branches 'wbx_usrp2' and 'wbx_usrp1' of git://gnuradio.org/jabeleJohnathan Corgan
2010-02-14remove reference to nonexistant includeMatt Ettus
2010-02-14test the ability to read default eeprom values, for D. SymeonidisMatt Ettus
2010-02-10First pass WBX USRP2 driverJason Abele
2009-12-08Disable support for tvrx rev 2 on usrp2. There are only a few of these in ex...Eric Blossom
2009-12-08Fix usrp2 tvrx so that it tunes monotonically.Eric Blossom
2009-12-08change capitalizationEric Blossom
2009-12-03Rebase on master, cleanup for mergeJohnathan Corgan
2009-12-03Updated 'u2_rx_stream_at' to work with new_eth MAC (Douglas Geiger)Johnathan Corgan
2009-12-03Applied 'start streaming at' patch from Douglas GeigerJohnathan Corgan
2009-11-26Control bits for filter bandwidths had the wrong shifts. Found and fixed by ...Matt Ettus
2009-11-08Fixes usrp2 firmware configure with mb-gcc on ubuntu 9.10/autoconf 2.64.Josh Blum
2009-11-04add new readback entries to memory map. Has irqs, priority encoded buffer st...Matt Ettus
2009-10-01Merge branch 'new_eth' of http://gnuradio.org/git/matt into masterJohnathan Corgan
2009-09-30remove debugging codeMatt Ettus
2009-09-24Merge commit 'origin' into new_ethMatt Ettus
2009-09-17configure.gnu needs to unset more vars from the environment.Philip Balister
2009-09-11add u2_flash_tool to EXTRA_DISTEric Blossom
2009-09-04Implement Eth flow control using pause framesMatt Ettus
2009-09-04Merge branch 'new_eth' of http://gnuradio.org/git/eb into new_ethMatt Ettus
2009-09-04remove special last_line adjustment from ethernet portEric Blossom
2009-09-04Merge branch 'new_eth' of http://gnuradio.org/git/eb into new_ethMatt Ettus
2009-09-04Firmware now inserts mac source address value in each frame.Eric Blossom
2009-09-04properly set the address filterMatt Ettus
2009-09-04Merge branch 'master' into new_ethMatt Ettus
2009-09-03removed hard-coded link_is_up = true;Eric Blossom
2009-09-02ignore .o filesMatt Ettus
2009-09-02Expand frequency ranges to match hardware capability.Johnathan Corgan
2009-09-01tell s/w link is up. additional debugging outputEric Blossom
2009-08-31Merged SVN matt/new_eth r10782:11633 into new_ethJohnathan Corgan
2009-08-14Added git ignore files auto created from svn:ignore properties.git
2009-08-02Made libusrp2 min and max samples even number.jcorgan