Age | Commit message (Collapse) | Author |
|
|
|
* svn diff http://gnuradio.org/svn/branches/developers/matt/new_eth
-r10782:11633
* Patch applied with no conflicts or fuzz.
|
|
advertise that we only handle 1000BASE-T, and that we want to send
PAUSE frames, but not receive them. The flow control resolution is
currently printed out on the serial port when the link comes up. When
we get what we want, it says "ethernet flow control: WE_TX". If it
says "ethernet flow control: NONE" unthrottled transmission (e.g.,
usrp2_siggen.py) will be hosed.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10634 221aa14e-8319-0410-a670-987f0aec2ac5
|
|
gr-usrp2 top-level components. Trunk passes distcheck with mb-gcc installed, but currently not without them. The key issue is that when mb-gcc is not installed, the build system skips over the usrp2/firmware directory, and the firmware include files don't get put into the dist tarball. But we can't do the usual DIST_SUBDIRS method as the firmware is a subpackage.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9528 221aa14e-8319-0410-a670-987f0aec2ac5
|