[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 112/148: Merge branch 'wip/usrp2' of http:/
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 112/148: Merge branch 'wip/usrp2' of http://vps.gnuradio.org/git/jblum into wip/usrp2 |
Date: |
Mon, 15 Aug 2016 00:47:31 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
nwest pushed a commit to annotated tag old_usrp_devel_udp
in repository gnuradio.
commit f996ba2ad4fc533a20532ae61fd50a3e88cf9f08
Merge: fa92536 0b4e86f
Author: Matt Ettus <address@hidden>
Date: Tue Jan 5 14:35:23 2010 -0800
Merge branch 'wip/usrp2' of http://vps.gnuradio.org/git/jblum into wip/usrp2
gr-pager/grc/.gitignore | 1 +
gr-pager/python/.gitignore | 1 +
gr-usrp2/src/usrp2.i | 2 -
gr-usrp2/src/usrp2_base.cc | 17 +--
gr-usrp2/src/usrp2_base.h | 10 --
gr-wxgui/src/python/plotter/waterfall_plotter.py | 14 +-
usrp2/apps/find_usrps.cc | 15 +-
usrp2/apps/gpio.cc | 4 +-
usrp2/apps/rx_streaming_samples.cc | 7 +-
usrp2/apps/test_mimo_tx.cc | 6 +-
usrp2/apps/tx_samples.cc | 5 +-
usrp2/apps/usrp2_burn_mac_addr.cc | 52 ++-----
usrp2/include/usrp2/Makefile.am | 1 +
usrp2/include/usrp2/props.h | 108 ++++++++++++++
usrp2/include/usrp2/usrp2.h | 51 ++-----
usrp2/lib/Makefile.am | 1 +
usrp2/lib/eth_ctrl_transport.cc | 14 +-
usrp2/lib/eth_ctrl_transport.h | 11 +-
usrp2/lib/eth_data_transport.cc | 12 +-
usrp2/lib/eth_data_transport.h | 7 +-
usrp2/lib/find.cc | 180 ++++++++++++-----------
usrp2/lib/props.cc | 128 ++++++++++++++++
usrp2/lib/usrp2.cc | 127 ++++------------
23 files changed, 448 insertions(+), 326 deletions(-)
- [Commit-gnuradio] [gnuradio] 60/148: fixed typo in u2_core.v resulting in unconnected net. added debug pins, (continued)
- [Commit-gnuradio] [gnuradio] 60/148: fixed typo in u2_core.v resulting in unconnected net. added debug pins, git, 2016/08/14
- [Commit-gnuradio] [gnuradio] 99/148: removed unused copy handler, git, 2016/08/14
- [Commit-gnuradio] [gnuradio] 95/148: added documentation for handling of the expanded headers in the transmit calls, git, 2016/08/14
- [Commit-gnuradio] [gnuradio] 92/148: Added unparse capability to the vrt expanded header. Unparse can fill in a vrt header and trailer from an expanded header., git, 2016/08/14
- [Commit-gnuradio] [gnuradio] 89/148: Replaced tx metadata with vrt expanded header., git, 2016/08/14
- [Commit-gnuradio] [gnuradio] 75/148: dsp_core_tx now has setting reg base settable from u2_core. underrun bug in vrt fixed, git, 2016/08/14
- [Commit-gnuradio] [gnuradio] 98/148: usrp2 impl finds out max frame size from the transport, git, 2016/08/14
- [Commit-gnuradio] [gnuradio] 96/148: Merge branch 'vrt' of address@hidden:jblum into wip/usrp2, git, 2016/08/14
- [Commit-gnuradio] [gnuradio] 128/148: yet more debug lines, git, 2016/08/14
- [Commit-gnuradio] [gnuradio] 118/148: more typo fixes., git, 2016/08/14
- [Commit-gnuradio] [gnuradio] 112/148: Merge branch 'wip/usrp2' of http://vps.gnuradio.org/git/jblum into wip/usrp2,
git <=
- [Commit-gnuradio] [gnuradio] 115/148: place udp core in the memory space, git, 2016/08/14
- [Commit-gnuradio] [gnuradio] 120/148: make it match the 36 bit wide version, git, 2016/08/14
- [Commit-gnuradio] [gnuradio] 108/148: renamed tics to ticks to be more pc, git, 2016/08/14
- [Commit-gnuradio] [gnuradio] 122/148: debug state, git, 2016/08/14
- [Commit-gnuradio] [gnuradio] 124/148: try proper reset, git, 2016/08/14
- [Commit-gnuradio] [gnuradio] 81/148: Removed stream-at changes to make this mergable into wip/usrp2. Stream-at will be re-implemented with the new vita capabilities., git, 2016/08/14
- [Commit-gnuradio] [gnuradio] 140/148: Improved the timed samples example with RTT estimation., git, 2016/08/14
- [Commit-gnuradio] [gnuradio] 123/148: forgot to declare wire, git, 2016/08/14
- [Commit-gnuradio] [gnuradio] 125/148: try a width that works..., git, 2016/08/14
- [Commit-gnuradio] [gnuradio] 80/148: working vrt tx, git, 2016/08/14