summaryrefslogtreecommitdiff
path: root/usrp2
Commit message (Expand)AuthorAgeFilesLines
* 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
* new regs for re-pause fixmatt2009-04-022-0/+3
* debug ports for fifo level testing. Normally I wouldn't check this in, but a...matt2009-04-021-3/+3
* Fix for fifo overruns on eth rx in full duplex. Now send re-pause long befor...matt2009-04-023-6/+14
* test multiple error typesmatt2009-04-021-6/+30
* added a state to ensure the error signal propagates, and now we assert src_rd...matt2009-04-021-9/+13
* only write one error into fifomatt2009-04-021-1/+1
* generate error signalmatt2009-04-021-3/+3
* added error output line, alternative to simultaneous sof/eofmatt2009-04-021-6/+8
* logic to interface locallink fifos to our macmatt2009-04-025-77/+264
* add fifos to interface to the macsmatt2009-04-011-8/+46
* rx seems to work. haven't test error framesmatt2009-04-012-40/+192