| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'new_eth' of http://gnuradio.org/git/matt into master | Johnathan Corgan | 2009-10-01 | 17 | -110/+89 |
|\ |
|
| * | remove debugging code | Matt Ettus | 2009-09-30 | 2 | -4/+0 |
| * | Merge commit 'origin' into new_eth | Matt Ettus | 2009-09-24 | 2 | -3/+7 |
| |\
| |/
|/| |
|
| * | Implement Eth flow control using pause frames | Matt Ettus | 2009-09-04 | 2 | -1/+7 |
| * | Merge branch 'new_eth' of http://gnuradio.org/git/eb into new_eth | Matt Ettus | 2009-09-04 | 2 | -2/+3 |
| |\ |
|
| | * | remove special last_line adjustment from ethernet port | Eric Blossom | 2009-09-04 | 2 | -2/+3 |
| * | | Merge branch 'new_eth' of http://gnuradio.org/git/eb into new_eth | Matt Ettus | 2009-09-04 | 12 | -7/+13 |
| |\| |
|
| | * | Firmware now inserts mac source address value in each frame. | Eric Blossom | 2009-09-04 | 12 | -5/+13 |
| | * | removed hard-coded link_is_up = true; | Eric Blossom | 2009-09-03 | 1 | -2/+0 |
| * | | properly set the address filter | Matt Ettus | 2009-09-04 | 2 | -34/+21 |
| * | | Merge branch 'master' into new_eth | Matt Ettus | 2009-09-04 | 1 | -12/+12 |
| |\ \
| | |/
| |/| |
|
| * | | ignore .o files | Matt Ettus | 2009-09-02 | 2 | -0/+3 |
| * | | tell s/w link is up. additional debugging output | Eric Blossom | 2009-09-01 | 3 | -5/+18 |
| * | | Merged SVN matt/new_eth r10782:11633 into new_eth | Johnathan Corgan | 2009-08-31 | 5 | -77/+46 |
* | | | configure.gnu needs to unset more vars from the environment. | Philip Balister | 2009-09-17 | 1 | -1/+5 |
* | | | add u2_flash_tool to EXTRA_DIST | Eric Blossom | 2009-09-11 | 1 | -2/+2 |
| |/
|/| |
|
* | | Expand frequency ranges to match hardware capability. | Johnathan Corgan | 2009-09-02 | 1 | -12/+12 |
|/ |
|
* | Added git ignore files auto created from svn:ignore properties. | git | 2009-08-14 | 5 | -0/+178 |
* | Made libusrp2 min and max samples even number. | jcorgan | 2009-08-02 | 1 | -2/+3 |
* | 1 is for hardware control of leds, 0 is for software | matt | 2009-06-22 | 1 | -1/+1 |
* | test for clock locking | matt | 2009-06-19 | 3 | -434/+33 |
* | test for clock lock | matt | 2009-06-19 | 2 | -0/+13 |
* | allow the choice of automatic (hardware) control of leds | matt | 2009-06-19 | 2 | -0/+12 |
* | remove dbsm to make room in flash | matt | 2009-05-29 | 1 | -217/+3 |
* | handle clocks on both version 3 and version 4 boards, cleaned up the api | matt | 2009-05-28 | 2 | -44/+122 |
* | move i2c init and get_hw_rev before clocks_init because the clock init code n... | matt | 2009-05-25 | 1 | -3/+4 |
* | remove unneeded include file | matt | 2009-05-25 | 1 | -1/+0 |
* | remove printfs to save space. | matt | 2009-05-25 | 1 | -9/+9 |
* | remove unneeded include | matt | 2009-05-25 | 1 | -1/+0 |
* | remove EEPROM setting, complete tests even if SD fails | matt | 2009-05-25 | 1 | -20/+5 |
* | remove direct calls to ad9510 and use api instead | matt | 2009-05-25 | 1 | -12/+3 |
* | Tweaks for svn-buildpackage | jcorgan | 2009-05-21 | 1 | -0/+1 |
* | simple images to set revision number | matt | 2009-05-10 | 4 | -0/+1104 |
* | somebody commented out the tx mux setting which prevented the xcvr2450 from w... | matt | 2009-04-27 | 2 | -7/+7 |
* | Merged r10712:10765 from jcorgan/gpio into trunk. Adds out-of-band and strea... | jcorgan | 2009-04-04 | 4 | -41/+153 |
* | new regs for re-pause fix | matt | 2009-04-02 | 2 | -0/+3 |
* | Partial fix for ticket:378. Merged eb/t378 -r10682:10688 to trunk. | eb | 2009-03-26 | 1 | -0/+1 |
* | Fixed ticket:339 (ethernet capability advertisement). We now | eb | 2009-03-18 | 2 | -2/+68 |
* | Bumped up minimum divider to 131 for xcvr. | jblum | 2009-03-10 | 1 | -1/+1 |
* | New standalone firmware, burn_dbsrx_eeprom, that burns new dbid into | eb | 2009-03-05 | 4 | -7/+108 |
* | Actually enable/disable tx via gpio (...when tx enable is supported). | jblum | 2009-03-03 | 1 | -0/+1 |
* | remove support for unmodified dbsrx because there is way too much phase noise... | matt | 2009-02-26 | 1 | -6/+3 |
* | support for unmodified dbsrx boards | matt | 2009-02-23 | 1 | -3/+8 |
* | minor renaming | eb | 2009-02-17 | 2 | -7/+10 |
* | Use defined bit positions | jcorgan | 2009-02-17 | 2 | -5/+9 |
* | Merged r10418:10423 from jcorgan/pps into trunk. Adds usrp2::sync_every_pps | jcorgan | 2009-02-10 | 3 | -0/+38 |
* | Merged r10383:10390 from jcorgan/u2-wip into trunk. | jcorgan | 2009-02-04 | 10 | -58/+109 |
* | usrp2-xcvr cleanup, working gains, freqs | jblum | 2009-02-04 | 1 | -158/+154 |
* | usrp2: xcvr working | jblum | 2009-02-04 | 2 | -134/+109 |
* | work in progress: xcvr running, needs work with divisors | matt | 2009-02-03 | 2 | -103/+83 |