diff options
author | Tom Rondeau <trondeau@vt.edu> | 2011-10-19 15:10:58 -0700 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2011-10-19 15:10:58 -0700 |
commit | e30b824e9165bff69f09121631c3d5a706cbbd39 (patch) | |
tree | 62e29ee0f9e7d6139d73174a4bf31559c2db9fab /gruel/README | |
parent | 49a1ad2cd002200a3b37f40117cf69e1a07a9222 (diff) |
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 'gruel/README')
-rw-r--r-- | gruel/README | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gruel/README b/gruel/README index 585cf026ad..647dc843b5 100644 --- a/gruel/README +++ b/gruel/README @@ -22,9 +22,8 @@ The GNU Radio Utility Etcetera Library, a collection of low-level routines to avoid dependencies on the full GNU Radio core or other libraries. -Over time, some code from libgnuradio-core, libpmt, libmblock, libusrp, -and libusrp2 will migrate here, to avoid duplication of code and simplify -dependencies. +Over time, some code from libgnuradio-core and libpmt will migrate +here, to avoid duplication of code and simplify dependencies. By design, this library will not have dependencies on any other part of GNU Radio, but may have external dependencies such as Boost. |