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 /README.hacking | |
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 'README.hacking')
-rw-r--r-- | README.hacking | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/README.hacking b/README.hacking index ff01a0a53..de6358abf 100644 --- a/README.hacking +++ b/README.hacking @@ -92,8 +92,6 @@ These are the current package prefixes: atsc_ Code related to the Advanced Television Standards Committee HDTV implementation - usrp_ Universal Software Radio Peripheral - qa_ Quality Assurance. Test code. @@ -220,32 +218,6 @@ into the help string using the "... [default=%default]" syntax. ** Mandatory options by gr_block -*** USRP source - -Any program using a USRP source (usrp.source_*) shall include: - - add_option("", "--which-usrp", type="intx", default=0, - help="select which USRP to use [default=%default]") - - add_option("-R", "--rx-subdev-spec", type="subdev", default=(0, 0), - help="select USRP Rx side A or B [default=A]") - -You are free to change the default if it makes sense in your application. - - -*** USRP sink - -Any program using a USRP sink (usrp.sink_*) shall include: - - add_option("", "--which-usrp", type="intx", default=0, - help="select which USRP to use [default=%default]") - - add_option("-T", "--tx-subdev-spec", type="subdev", default=(0, 0), - help="select USRP Tx side A or B [default=A]") - -You are free to change the default if it makes sense in your application. - - *** Audio source Any program using an audio source shall include: |