Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-11 | Update incorrectly checked in Makefile.am | John Orlando | |
2010-03-30 | Including bitshark_rx.h header file for USRP2 build | JohnOrlando | |
2010-03-30 | Fixed issue with with wrong Makefile.am files being copied | JohnOrlando | |
2010-03-30 | Add support for the Bitshark USRP RX (BURX) daughterboard for the USRP2. | JohnOrlando | |
2010-03-01 | set antenna defaults to 0 | Josh Blum | |
2010-02-25 | setting xcvr antennas through api | Josh Blum | |
2010-02-25 | Added call to set antenna. Split XCVR into new thing cuz size. | Josh Blum | |
2010-02-21 | Merge branches 'wbx_usrp2' and 'wbx_usrp1' of git://gnuradio.org/jabele | Johnathan Corgan | |
2010-02-14 | remove reference to nonexistant include | Matt Ettus | |
2010-02-14 | test the ability to read default eeprom values, for D. Symeonidis | Matt Ettus | |
2010-02-10 | First pass WBX USRP2 driver | Jason Abele | |
2009-12-08 | Disable support for tvrx rev 2 on usrp2. There are only a few of these in ↵ | Eric Blossom | |
existence. | |||
2009-12-08 | Fix usrp2 tvrx so that it tunes monotonically. | Eric Blossom | |
Use same (nasty) tactic used on usrp1. Get "free" inversion by lying about real value of 2nd IF. | |||
2009-12-08 | change capitalization | Eric Blossom | |
2009-12-03 | Rebase on master, cleanup for merge | Johnathan Corgan | |
Trailing whitespace removal Copyright updates | |||
2009-12-03 | Updated 'u2_rx_stream_at' to work with new_eth MAC (Douglas Geiger) | Johnathan Corgan | |
2009-12-03 | Applied 'start streaming at' patch from Douglas Geiger | Johnathan Corgan | |
2009-11-26 | Control bits for filter bandwidths had the wrong shifts. Found and fixed by ↵ | Matt Ettus | |
Stephen Lai of UCalgary | |||
2009-11-08 | Fixes usrp2 firmware configure with mb-gcc on ubuntu 9.10/autoconf 2.64. | Josh Blum | |
Disables the regression test for fopen since stdio is non-functional. | |||
2009-11-04 | add new readback entries to memory map. Has irqs, priority encoded buffer ↵ | Matt Ettus | |
status, and performance counter | |||
2009-10-01 | Merge branch 'new_eth' of http://gnuradio.org/git/matt into master | Johnathan Corgan | |
* 'new_eth' of http://gnuradio.org/git/matt: (42 commits) Fix warnings, mostly from implicitly defined wires or unspecified widths fullchip sim now compiles again, after moving eth and models over to new simple_gemac remove unused opencores remove debugging code no idea where this came from, it shouldn't be here Copied wb_1master back from quad radio Remove old mac. Good riddance. remove unused port More xilinx fifos, more clean up of our fifos might as well use a cascade fifo to help timing and give a little more capacity fix a typo which caused tx glitches Untested fixes for getting serdes onto the new fifo system. Compiles, at least Implement Eth flow control using pause frames parameterized fifo sizes, some reformatting remove unused old style fifo allow control of whether or not to honor flow control, adds some debug lines debug the rx side no longer used, replaced by newfifo version remove special last_line adjustment from ethernet port Firmware now inserts mac source address value in each frame. ... | |||
2009-09-30 | remove debugging code | Matt Ettus | |
2009-09-24 | Merge commit 'origin' into new_eth | Matt Ettus | |
Conflicts: .gitignore | |||
2009-09-17 | configure.gnu needs to unset more vars from the environment. | Philip Balister | |
This solves a problem running the usrp2/firmware configure script when the USB_* vars are set in the environment. Long term fix is to have the configure.gnu wrapper make sure the quoting is OK for vars passed on. | |||
2009-09-11 | add u2_flash_tool to EXTRA_DIST | Eric Blossom | |
2009-09-04 | Implement Eth flow control using pause frames | Matt Ettus | |
Not fully tested, but it seems to work without frame errors, sequence number errors or ethernet overruns. Still of course will get tx underruns on a slow machine, and the transmitted signal has some issues though. | |||
2009-09-04 | Merge branch 'new_eth' of http://gnuradio.org/git/eb into new_eth | Matt Ettus | |
2009-09-04 | remove special last_line adjustment from ethernet port | Eric Blossom | |
2009-09-04 | Merge branch 'new_eth' of http://gnuradio.org/git/eb into new_eth | Matt Ettus | |
2009-09-04 | Firmware now inserts mac source address value in each frame. | Eric Blossom | |
The old mac used to do this automatically. | |||
2009-09-04 | properly set the address filter | Matt Ettus | |
2009-09-04 | Merge branch 'master' into new_eth | Matt Ettus | |
2009-09-03 | removed hard-coded link_is_up = true; | Eric Blossom | |
2009-09-02 | ignore .o files | Matt Ettus | |
2009-09-02 | Expand frequency ranges to match hardware capability. | Johnathan Corgan | |
* Corresponds to SVN r11620:11622 * Fixes ticket 405 Reported-by: Dimitris Symeonidis <azimout@gmail.com> Fixed-by: Matt Ettus <matt@ettus.com> | |||
2009-09-01 | tell s/w link is up. additional debugging output | Eric Blossom | |
2009-08-31 | Merged SVN matt/new_eth r10782:11633 into new_eth | Johnathan Corgan | |
* svn diff http://gnuradio.org/svn/branches/developers/matt/new_eth -r10782:11633 * Patch applied with no conflicts or fuzz. | |||
2009-08-14 | Added git ignore files auto created from svn:ignore properties. | git | |
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11592 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2009-08-02 | Made libusrp2 min and max samples even number. | jcorgan | |
This forces an even number of samples in the min or max case, preserving the alignment of interleaved samples in the face of RX overruns or TX underruns. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11526 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2009-06-22 | 1 is for hardware control of leds, 0 is for software | matt | |
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11261 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2009-06-19 | test for clock locking | matt | |
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11241 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2009-06-19 | test for clock lock | matt | |
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11240 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2009-06-19 | allow the choice of automatic (hardware) control of leds | matt | |
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11239 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2009-05-29 | remove dbsm to make room in flash | matt | |
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11164 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2009-05-28 | handle clocks on both version 3 and version 4 boards, cleaned up the api | matt | |
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11160 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2009-05-25 | move i2c init and get_hw_rev before clocks_init because the clock init code ↵ | matt | |
needs to know our rev git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11122 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2009-05-25 | remove unneeded include file | matt | |
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11121 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2009-05-25 | remove printfs to save space. | matt | |
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11120 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2009-05-25 | remove unneeded include | matt | |
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11119 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2009-05-25 | remove EEPROM setting, complete tests even if SD fails | matt | |
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11118 221aa14e-8319-0410-a670-987f0aec2ac5 |