summaryrefslogtreecommitdiff
path: root/usrp2
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merged SVN matt/new_eth r10782:11633 into new_ethJohnathan Corgan2009-08-3130-1034/+739
* | | | Enable pps interrupts. Not sure why they were disabled in the first place.Matt Ettus2009-09-291-3/+2
| |_|/ |/| |
* | | Merge branch 'rx_mimo_hb_sync' of http://gnuradio.org/git/mattJohnathan Corgan2009-09-243-11/+24
|\ \ \
| * | | Synchronize the internal phase of the halfband filters to theMatt Ettus2009-09-243-11/+24
| | |/ | |/|
* | | configure.gnu needs to unset more vars from the environment.Philip Balister2009-09-171-1/+5
* | | add u2_flash_tool to EXTRA_DISTEric Blossom2009-09-111-2/+2
|/ /
* | stop sending short ethernet command packets.Eric Blossom2009-09-041-1/+12
* | Fix problem with commands timing out (specifically stop_rx_streaming)Eric Blossom2009-09-042-2/+45
* | Fix race condition that caused commands such as stop_rx_streaming to fail.Eric Blossom2009-09-044-46/+62
* | Expand frequency ranges to match hardware capability.Johnathan Corgan2009-09-021-12/+12
|/
* Added git ignore files auto created from svn:ignore properties.git2009-08-1432-0/+556
* Made libusrp2 min and max samples even number.jcorgan2009-08-021-2/+3
* Add custom FPGA build.jcorgan2009-07-3012-3/+1704
* added include <cstdio> statements in several files to make it compatible with...anastas2009-06-239-0/+10
* 1 is for hardware control of leds, 0 is for softwarematt2009-06-221-1/+1
* test for clock lockingmatt2009-06-193-434/+33
* test for clock lockmatt2009-06-192-0/+13
* allow the choice of automatic (hardware) control of ledsmatt2009-06-192-0/+12
* remove dbsm to make room in flashmatt2009-05-291-217/+3
* handle clocks on both version 3 and version 4 boards, cleaned up the apimatt2009-05-282-44/+122
* move i2c init and get_hw_rev before clocks_init because the clock init code n...matt2009-05-251-3/+4
* remove unneeded include filematt2009-05-251-1/+0
* remove printfs to save space. matt2009-05-251-9/+9
* remove unneeded includematt2009-05-251-1/+0
* remove EEPROM setting, complete tests even if SD failsmatt2009-05-251-20/+5
* remove direct calls to ad9510 and use api insteadmatt2009-05-251-12/+3
* Doc fixes.eb2009-05-221-0/+1
* doc fixes! work-in-progresseb2009-05-226-1/+13
* Tweaks for svn-buildpackagejcorgan2009-05-211-0/+1
* Updates to C++ and Python APIs:jcorgan2009-05-193-2/+53
* Merged wip r11012:11022 from jcorgan/deb into trunk.jcorgan2009-05-151-1/+1
* Apply Juha Vierinen patch to allow variable USRP2 rx buffer sizejcorgan2009-05-115-17/+18
* simple images to set revision numbermatt2009-05-104-0/+1104
* Fix swapped signals.jcorgan2009-04-272-2/+3
* somebody commented out the tx mux setting which prevented the xcvr2450 from w...matt2009-04-272-7/+7
* Merged r10770:10887 from jcorgan/iad2 into trunk. Adds alternative USRP2 FPG...jcorgan2009-04-228-0/+776
* mostly formatting and name changes. commented out special purpose pins.matt2009-04-121-180/+180
* from u2p2, autogeneratedmatt2009-04-121-279/+353
* Fixes ticket:357jcorgan2009-04-092-67/+68
* now handles odd length packetsmatt2009-04-061-6/+9
* basic wrapper workingmatt2009-04-043-9/+240
* Fix distcheck error, trunk passes distcheck.jcorgan2009-04-041-0/+1
* Merged r10712:10765 from jcorgan/gpio into trunk. Adds out-of-band and strea...jcorgan2009-04-0413-45/+517
* first cut at a wishbone interface and wrapping the corematt2009-04-044-6/+221
* copied over from other eth corematt2009-04-044-0/+928
* reset synchronizermatt2009-04-041-0/+16
* made pause enabling a pin so we can set itmatt2009-04-032-5/+4
* Properly signals an error and drops the remainder of the packet if there is a...matt2009-04-021-6/+12
* more thorough tests, including overrun, underrun, crc err, etc.matt2009-04-021-34/+42
* simulate a hiccup in the filling of the fifo. If long enough, will cause a t...matt2009-04-021-0/+15