diff options
author | Tom Rondeau | 2011-10-19 15:10:58 -0700 |
---|---|---|
committer | Tom Rondeau | 2011-10-19 15:10:58 -0700 |
commit | e30b824e9165bff69f09121631c3d5a706cbbd39 (patch) | |
tree | 62e29ee0f9e7d6139d73174a4bf31559c2db9fab /grc/grc_gnuradio | |
parent | 49a1ad2cd002200a3b37f40117cf69e1a07a9222 (diff) | |
download | gnuradio-e30b824e9165bff69f09121631c3d5a706cbbd39.tar.gz gnuradio-e30b824e9165bff69f09121631c3d5a706cbbd39.tar.bz2 gnuradio-e30b824e9165bff69f09121631c3d5a706cbbd39.zip |
Removing usrp, usrp2, gr-usrp, gr-usrp2. Everything is moving to using UHD. Also removes related M4 and dependency requirements for USRP-related libs.
Diffstat (limited to 'grc/grc_gnuradio')
-rw-r--r-- | grc/grc_gnuradio/README | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/grc/grc_gnuradio/README b/grc/grc_gnuradio/README index 5a89da54a..897eed65c 100644 --- a/grc/grc_gnuradio/README +++ b/grc/grc_gnuradio/README @@ -7,8 +7,5 @@ The blk2s module wraps many blocks in blks2 and gives them streaming outputs. Will be phased-out by new message passing implementations. Other blks2 blocks will hopefully make their way into blks2impl. -The usrp module contains the simple and dual usrp wrappers. -Will be phased-out by generic usrp and/or new usrp api. - The wxgui module contains a top_block + wxgui frame. Will be phased-out by gui.py in wxgui and a new top block template. |