From d9643b9d9c72d359b238f22d2850a365c3a1c360 Mon Sep 17 00:00:00 2001 From: michael-west Date: Tue, 9 Jan 2018 17:04:51 -0800 Subject: Preparing branch for 3.10.3.0 release - Updated version string - Updated fpga-src submodule - Updated CHANGELOG - Updated images package --- CHANGELOG | 35 +++++++++++++++++++++++++++++++++++ fpga-src | 2 +- host/CMakeLists.txt | 4 ++-- host/cmake/Modules/UHDVersion.cmake | 2 +- 4 files changed, 39 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 3155ff1f1..f1aa0454f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,41 @@ Change Log for Releases ============================== +## 003.010.003.000 + +* X300 +** Fix max rate calculation for 1 GbE +** Fix for DAC synchronization errors (unexpected FIFO depth) +** Reduced CPU usage during TX +* N230 +** Properly initialize request structure before discovery +* B200 +** FX3 firmware performance opitimizations +** Fixed sequence error on second TX burst +* TwinRX +** Added ADF5356 synth and Rev C support +* UBX +** Add implementation of TDD xcvr_mode and for TX PA on in TDD mode (to reduce transient on older revs) +** Add support for UBX-TDD +* C API +** Fixed dboard EEPROM revision error handling +** Make uhd_rx_streamer_last_error use SAFE_C +** Better error handling in uhd_usrp_get_[t/r]x_stream +* RFNoC +** Fix ctrl_iface to pop sequence numbers only after success +** Fix sequence number error message in ctrl_iface +** FPGA fix for sr_read() failure to ack errors +** FPGA fix for repeated sequence number for RX packets with 1 sample +** FPGA fix for axi_serializer edge case +* Docs +** Fixed B200 power LED description +** Update README application links +* UHD +** Utilize poll() instead of select() for UDP transports where possible to avoid descirptor limits +** Fix build with Boost 1.66 +** Add EEPROM info to dboard_base class so daughterboard code can access all EEPROM info + + ## 003.010.002.000 * multi_usrp: Fixed get_normalized_tx_gain. diff --git a/fpga-src b/fpga-src index fa84c09e4..020afbf2a 160000 --- a/fpga-src +++ b/fpga-src @@ -1 +1 @@ -Subproject commit fa84c09e4fc78c3e1f043898600909726f7d0e6a +Subproject commit 020afbf2ac7f9fc535e179207a46995de53eb770 diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt index 282a580fa..6cf102a57 100644 --- a/host/CMakeLists.txt +++ b/host/CMakeLists.txt @@ -341,8 +341,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 "8e6e5edab697fa7e3c63c612ba6f79f5") -SET(UHD_IMAGES_DOWNLOAD_SRC "uhd-images_003.010.002.000-release.zip") +SET(UHD_IMAGES_MD5SUM "c103f79a4e763c205785ce0bf4c02a4e") +SET(UHD_IMAGES_DOWNLOAD_SRC "uhd-images_003.010.003.000-rc1.zip") #}}} ######################################################################## diff --git a/host/cmake/Modules/UHDVersion.cmake b/host/cmake/Modules/UHDVersion.cmake index ac6b69b19..f946f837d 100644 --- a/host/cmake/Modules/UHDVersion.cmake +++ b/host/cmake/Modules/UHDVersion.cmake @@ -29,7 +29,7 @@ FIND_PACKAGE(Git QUIET) ######################################################################## SET(UHD_VERSION_MAJOR 003) SET(UHD_VERSION_API 010) -SET(UHD_VERSION_ABI 002) +SET(UHD_VERSION_ABI 003) SET(UHD_VERSION_PATCH 000) SET(UHD_VERSION_DEVEL FALSE) -- cgit v1.2.3