diff options
author | Martin Braun <martin.braun@ettus.com> | 2016-08-11 17:02:54 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2016-08-11 17:02:54 -0700 |
commit | 6e1ac3fc9433642d02d7963ecfdd9aef3ca6d35e (patch) | |
tree | 7cb9f111405f67f6dcb1df3ba0f8385a0fa680df /CHANGELOG | |
parent | 00c70d7155e40e59c7635b5aecc2993ca3f4ae5e (diff) | |
download | uhd-6e1ac3fc9433642d02d7963ecfdd9aef3ca6d35e.tar.gz uhd-6e1ac3fc9433642d02d7963ecfdd9aef3ca6d35e.tar.bz2 uhd-6e1ac3fc9433642d02d7963ecfdd9aef3ca6d35e.zip |
Updated repository for 3.10.0.0 Release
- Updated CHANGELOG
- Updated fpga-src submodule
- Updated version string
- Updated ABI string
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,6 +1,27 @@ Change Log for Releases ============================== +## 003.010.000.000 +- Changed version string to quadruplets (Major.API.ABI.Patch) +- Minimum dependencies bumped for gcc, Boost, CMake, clang and Python. +- TwinRX: Added support. Includes LO API for multi_usrp. +- N230: Added support +- Added expert framework +- X300: Completely restructured to use RFNoC +- X300: FPGA builds include git hash, dual 10GigE receive is now supported + (allows 2x200 Msps receive over 2x10GigE connections), DMA FIFO (over DRAM) + now part of builds, added Aurora support +- WBX: Fixed bug that prevented LO locking with 50 MHz ref clock +- pkg-config: Added boost_system +- Utils: uhd_usrp_probe can query sensors, query_gpsdo_sensors: minor fixes, + and cleanup +- Examples: Bugfixes in tx_waveforms, benchmark_rate measures timeouts, +- USB subsystem: Cleanups and minor bugfixes +- Added devtest infrastructure +- Converters: Added s8 and s16 data types +- Added more aggressive optimization strategies for FPGA builds +- Xilinx IP tool upgrade scripts cleaned up + ## 003.009.004 - GPIO control: Fix address mismatch for RX and full duplex. This fixes full-duplex mode for most devices. |