diff options
author | Martin Braun <martin.braun@ettus.com> | 2017-01-12 14:52:31 -0800 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2017-01-12 15:15:56 -0800 |
commit | d9edfc57a7f52269242e8f21563a4f03115c094d (patch) | |
tree | b1cfc3c0c3142add8a33a42be7db9722a249b96d /CHANGELOG | |
parent | a12fc913a078c6c2cf16787e64f4f24d448ff2f6 (diff) | |
download | uhd-d9edfc57a7f52269242e8f21563a4f03115c094d.tar.gz uhd-d9edfc57a7f52269242e8f21563a4f03115c094d.tar.bz2 uhd-d9edfc57a7f52269242e8f21563a4f03115c094d.zip |
Preparing branch for 3.10.1.1 release.
- Updated version string
- Updated fpga-src submodule
- Updated CHANGELOG
- Updated images package
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,6 +1,29 @@ Change Log for Releases ============================== + +## 003.010.002.000 + +- Docs: The protocol for Gen-3 devices is now consistently referred to as CHDR. +- X300: Fixed EEPROM corruption bug (happened when two processes would access + find routines on the same device at the same time). Improved initialization + time. CE clock is now 214 MHz. Fixed channel list generation. Find routines + now more lenient in case one devices fails (others can still be found then). + Improve PCIe behaviour. Fix timed commands for non-TwinRX dboards. Improve + AXI Interconnect (faster, improved build timing). +- N231: Use second_addr (like X300). +- C API: Added UHD_VERSION macro. Fixed online rate change. +- Utils: Minor fixes to uhd_images_downloader. +- Build/CMake: Fixed some Py3k build issues. Fixed many compiler warnings. Allow + to specify package names. +- RFNoC: Fixed sampling rate mismatch error. Noc-Shell uses a non-cascaded 2-clk + FIFO. Increase default FIFO sizes on DUC and DDC blocks. +- UBX: Force on RX driver to eliminate transient. +- Transport code: Fixed memory leak. +- FPGA repository: Merged usrp3_rfnoc and usrp3 directories again. Cleaned up + superfluous files. Clean separation between Gen-3 and other devices in usrp3. + + ## 003.010.001.000 - Fixed multiple compiler warnings |