From ede87b71d33a722e87857765ac381b2be2c66def Mon Sep 17 00:00:00 2001 From: Nicholas Corgan Date: Tue, 22 Dec 2015 09:09:22 -0800 Subject: Updated URLs --- README.md | 5 ----- host/uhd.pc.in | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 2b7f5d3f4..76d34d0ca 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,6 @@ daughterboards, and the combinations thereof. ## Documentation -The [UHD Homepage](http://code.ettus.com/redmine/ettus/projects/uhd/wiki), -through which you can find installation instructions, documentation, and further -information, is the primary source of UHD documentation and "Getting -Started"-type guides. - For technical documentation related to USRP™ hardware or UHD system design, check out the [UHD and USRP Manual](http://files.ettus.com/manual/). That is where you can find diff --git a/host/uhd.pc.in b/host/uhd.pc.in index b27edfd07..7ef3b7ebd 100644 --- a/host/uhd.pc.in +++ b/host/uhd.pc.in @@ -5,7 +5,7 @@ includedir=${prefix}/@INCLUDE_DIR@ Name: @CPACK_PACKAGE_NAME@ Description: @CPACK_PACKAGE_DESCRIPTION_SUMMARY@ -URL: http://code.ettus.com/redmine/ettus/projects/uhd/wiki +URL: https://github.com/EttusResearch/uhd Version: @CPACK_PACKAGE_VERSION@ Requires: Requires.private: @UHD_PC_REQUIRES@ -- cgit v1.2.3 From 13f1e05f5866272ee165650dc311e71c42bb1ac7 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 22 Dec 2015 11:30:19 -0800 Subject: Updated repo for 3.9.2 release - Updated Changelog - Updated fpga submodule pointer - Updated version strings - Updated images package --- CHANGELOG | 13 +++++++++++++ fpga-src | 2 +- host/CMakeLists.txt | 4 ++-- host/cmake/Modules/UHDVersion.cmake | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 6a84a0d72..0fc142d4e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,19 @@ Change Log for Releases ============================== +## 003.009.002 +* E310: Added support for Speedgrade 3 +* B205mini: Added support +* E310: Fixed reference counting bug +* B210: Fixed external clock reference bug for devices using ADF4002 PLLs +* B210: Fixed codec loopback test +* OctoClock: Fixed firmware burning on Windows +* B2XX, E3XX, X3XX: Easier time-syncing features. Fixes bug where B210s would + only run after issuing set_time_unknown_pps(). +* X3XX: Fixed bug for IQ imbalance correction +* E310: DRAM testbenching +* Docs/Manual: Many updates and fixes + ## 003.009.001 * B200mini: Updated udev rules, removed DCM * B200: Better USB error messages diff --git a/fpga-src b/fpga-src index 7a9f3396e..b91465a5c 160000 --- a/fpga-src +++ b/fpga-src @@ -1 +1 @@ -Subproject commit 7a9f3396eb9057e36c713adf1ad398c0766c19f9 +Subproject commit b91465a5cef377d94e9d1a37c7ff2540b594ff6a diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt index 7f7d58658..d678b520d 100644 --- a/host/CMakeLists.txt +++ b/host/CMakeLists.txt @@ -269,8 +269,8 @@ UHD_INSTALL(FILES #{{{IMG_SECTION # This section is written automatically by /images/create_imgs_package.py # Any manual changes in here will be overwritten. -SET(UHD_IMAGES_MD5SUM "2ff397927220f591f377a04c9e9e8b7e") -SET(UHD_IMAGES_DOWNLOAD_SRC "uhd-images_003.009.001-release.zip") +SET(UHD_IMAGES_MD5SUM "a7dcdcbc2dc032dbd1532636f9adb87a") +SET(UHD_IMAGES_DOWNLOAD_SRC "uhd-images_003.009.002-rc1.zip") #}}} ######################################################################## diff --git a/host/cmake/Modules/UHDVersion.cmake b/host/cmake/Modules/UHDVersion.cmake index 93687a334..58a9c7076 100644 --- a/host/cmake/Modules/UHDVersion.cmake +++ b/host/cmake/Modules/UHDVersion.cmake @@ -28,7 +28,7 @@ FIND_PACKAGE(Git QUIET) ######################################################################## SET(UHD_VERSION_MAJOR 003) SET(UHD_VERSION_MINOR 009) -SET(UHD_VERSION_PATCH 001) +SET(UHD_VERSION_PATCH 002) SET(UHD_VERSION_DEVEL FALSE) ######################################################################## -- cgit v1.2.3