diff options
| m--------- | fpga-src | 0 | ||||
| -rw-r--r-- | host/cmake/debian/changelog | 23 | ||||
| -rw-r--r-- | host/cmake/debian/copyright | 4 | 
3 files changed, 27 insertions, 0 deletions
diff --git a/fpga-src b/fpga-src -Subproject 17918472e8fbdbf2cb2805581caaffa31492026 +Subproject 7c6bf35ce8f14ff6f1f9ae966edd531dc4b611d diff --git a/host/cmake/debian/changelog b/host/cmake/debian/changelog index af91fe4d1..11488afc7 100644 --- a/host/cmake/debian/changelog +++ b/host/cmake/debian/changelog @@ -1,3 +1,26 @@ +uhd (3.11.0.0-0ubuntu1) trusty; urgency=low + +  * N310: Added driver +  * UBX: Add support for CAL antenna for Rev E +  * Added the module peripheral manager (MPM) with all subcomponents (N310 +    drivers, mpm_shell, RPC server, BIST, etc.) +  * UHD: Added rpclib as a internally tracked dependency +  * UHD: Reduced the usage of Boost +  * UHD: Updated uhd_images_downloader: Now uses more elaborate manifest to +    optimize downloads +  * UHD: Introduced uhdlib internal include paths +  * UHD: Add support for configuration files. USRP settings can now be set using +    a uhd.conf file in addition to device args +  * UHD: Add narrow and narrow_cast +  * gr-usrptest: Various bugfixes +  * Updated required Vivado version to 2017.4 +  * Updated all license headers to use SPDX identifiers and correctly identify +    Ettus Research as part of National Instruments +  * This release includes all bugfixes and features from previous releases, in +    particular, the 3.10.* release cycle + + -- Ettus Research <packages@ettus.com>  Mon, 05 Mar 2018 10:48:10 -0800 +  uhd (3.10.3.0-0ubuntu1) trusty; urgency=low    * X300 diff --git a/host/cmake/debian/copyright b/host/cmake/debian/copyright index 071f6337f..cb0932443 100644 --- a/host/cmake/debian/copyright +++ b/host/cmake/debian/copyright @@ -12,6 +12,10 @@ Files: *  Copyright: Copyright 2010-2018 Ettus Research, A National Instruments Company  License: GPL-3+ +Files: host/lib/rpclib/* +Copyright: Copyright (c) 2015-2017, Tamás Szelei +License: MIT +  Files:  images/*          firmware/fx2/b100/CMakeLists.txt          firmware/fx2/CMakeLists.txt  | 
