diff options
author | Ben Hilburn <ben.hilburn@ettus.com> | 2014-07-21 14:45:11 -0700 |
---|---|---|
committer | Ben Hilburn <ben.hilburn@ettus.com> | 2014-07-21 14:45:11 -0700 |
commit | e06c3b84a4afd2c8128b5ebb94be283247ec4d1b (patch) | |
tree | 19a9af214123ac8ed4787f07aba0850bf37edbcf | |
parent | d2be9455d61981e465e3bab748f9a9a500c97925 (diff) | |
download | uhd-e06c3b84a4afd2c8128b5ebb94be283247ec4d1b.tar.gz uhd-e06c3b84a4afd2c8128b5ebb94be283247ec4d1b.tar.bz2 uhd-e06c3b84a4afd2c8128b5ebb94be283247ec4d1b.zip |
uhd: updating CHANGELOG for uhd-3.7.2 release
-rw-r--r-- | CHANGELOG | 22 |
1 files changed, 21 insertions, 1 deletions
@@ -1,8 +1,28 @@ Change Log for Releases ============================== -## 003.007.001 +## 003.007.002 +* Properly flushing PCIe chain on device to prevent stale data. +* Adjusted bus clock rate in FPGA to improve timing. +* Fixed issue where FPGA would fail to load FPGA image over PCIe. +* Fixed incompatibility issue with USRP2 FPGA burner utility. +* Fixed issue where ZPU would report empty NMEA strings from GPSDO. +* Updated some functions to no longer use deprecated Boost calls. +* Fixed issue where libusb would declare 'connection refused'. +* Fixed Windows library package naming. +* Updated documentation. +* Fixed reversed TX / RX colors in X300 LED indicators. +* DBSRX2 now works properly with X300 / X310. +* Updated include files to build on older distros of Linux. +* Fixed issue with 'item32' type converter from GNU Radio. +* Fixed issue where channels on B210 would occasionally not be phase-aligned. +* Fixed problem causing channels on B210 to swap between runs. +* Fixed issue in N-Series devices causing scaling error @ 50 MSps. +* The B200 / B210 now generates an internal PPS if none is provided. +* Improved performance on PCIe for X300. +* B200 / B210 properly reports clock rate (issue with float comparison). +## 003.007.001 * Fixed issue with TVRX2 divider calculation. * Fixed issue using calibration utilities on B-Side daughterboard in an X3xx. * Replaced unsafe `sscanf` call in utilities. |