diff options
| author | michael-west <michael.west@ettus.com> | 2019-06-28 09:06:07 -0700 | 
|---|---|---|
| committer | michael-west <michael.west@ettus.com> | 2019-06-28 09:06:07 -0700 | 
| commit | bfb9c1c77ecd06120a16cebce9de2225d87e50f2 (patch) | |
| tree | d8beeaf12976ffa7db09b81b67d3a3fd5bd6d71d | |
| parent | 5f75f73f25016958ab32710bb0cbd5ce4481041b (diff) | |
| download | uhd-bfb9c1c77ecd06120a16cebce9de2225d87e50f2.tar.gz uhd-bfb9c1c77ecd06120a16cebce9de2225d87e50f2.tar.bz2 uhd-bfb9c1c77ecd06120a16cebce9de2225d87e50f2.zip  | |
3.14.1.0 Release
Updated CHANGELOG
Updated Debian files
Updated manifest
Signed-off-by: michael-west <michael.west@ettus.com>
| -rw-r--r-- | CHANGELOG | 19 | ||||
| -rw-r--r-- | host/cmake/debian/changelog | 133 | ||||
| -rw-r--r-- | host/cmake/debian/control | 8 | ||||
| -rw-r--r-- | host/cmake/debian/libuhd3.14.1.install (renamed from host/cmake/debian/libuhd3.14.0.install) | 0 | ||||
| -rw-r--r-- | images/manifest.txt | 12 | 
5 files changed, 105 insertions, 67 deletions
@@ -2,24 +2,43 @@ Change Log for Releases  ==============================  ## 003.014.001.000 +N320: Terminate the DAC when not transmitting  E320: Add support for rev E +E320: Added .gitignore for FPGA build products  X300: Add DPDK support  X300: add capability to flash NI-2974 FPGA +X300: Broke two critical timing paths in FPGA +X300: fixed udp WSA buffer size assignment issue +E310: Fix DRAM_TEST target build  B200: Add bootloader for FX3 (fix for B2xx failing to enumerate)  TwinRX: Expose charge pump current for LO2  TwinRX: Add low spur mode for LO2 +TwinRX: increase rev c lo1 charge pump default value +TwinRX: Fix tick rate  Device3: Constraint send/recv_frame_size based on down/upstream MTU +Device3: Fix MTU and default frame sizes  RFNoC: Search all nodes for tick rates +RFNoC: Change default address for the reg readbacks +uhd_image_builder: Let the OOT module point to folders not named "rfnoc" +uhd_image_builder: Add --auto-inst-src  MPMD: Fix spurious reclaim call after unclaim  MPMD: Release resources on destruction  MPM: Add SW/HW compat  liberio: Release context holder on destruction of last liberio xport +transport: fixed a pre-mature buffer reset +nirio: Fix typo in nirio_zero_copy  GPSD: fix API for 'gps_read'  AD9361: Fix return values for tune and set_clock_rate +DUC/DDC: Fix phase reset and accumulation +cores: Use NSDMI consistently in ?x_dsp_core_3000.*  Logging: fix deadlock issue on Windows machines  Logging: Fix ANSI colour codes  Utils: Add X300/X310 reset utility  Docs: Improved Windows-related build instructions +Docs: Add link to README for building custom filesystems for N3xx +sim: Fixing the port number in use for connection +tools: Fix for proj creation in ip_utils for tcl-based IP +tests: Fix mock_ctrl_iface for 32-bit MSVC  ## 003.014.000.000  * N320: Add support for N320 and N321 diff --git a/host/cmake/debian/changelog b/host/cmake/debian/changelog index 754c68122..7122ac7cb 100644 --- a/host/cmake/debian/changelog +++ b/host/cmake/debian/changelog @@ -1,25 +1,44 @@  uhd (3.14.1.0-0ubuntu1) ubuntu_release; urgency=low +  N320: Terminate the DAC when not transmitting    E320: Add support for rev E +  E320: Added .gitignore for FPGA build products    X300: Add DPDK support    X300: add capability to flash NI-2974 FPGA +  X300: Broke two critical timing paths in FPGA +  X300: fixed udp WSA buffer size assignment issue +  E310: Fix DRAM_TEST target build    B200: Add bootloader for FX3 (fix for B2xx failing to enumerate)    TwinRX: Expose charge pump current for LO2    TwinRX: Add low spur mode for LO2 +  TwinRX: increase rev c lo1 charge pump default value +  TwinRX: Fix tick rate    Device3: Constraint send/recv_frame_size based on down/upstream MTU +  Device3: Fix MTU and default frame sizes    RFNoC: Search all nodes for tick rates +  RFNoC: Change default address for the reg readbacks +  uhd_image_builder: Let the OOT module point to folders not named "rfnoc" +  uhd_image_builder: Add --auto-inst-src    MPMD: Fix spurious reclaim call after unclaim    MPMD: Release resources on destruction    MPM: Add SW/HW compat    liberio: Release context holder on destruction of last liberio xport +  transport: fixed a pre-mature buffer reset +  nirio: Fix typo in nirio_zero_copy    GPSD: fix API for 'gps_read'    AD9361: Fix return values for tune and set_clock_rate +  DUC/DDC: Fix phase reset and accumulation +  cores: Use NSDMI consistently in ?x_dsp_core_3000.*    Logging: fix deadlock issue on Windows machines    Logging: Fix ANSI colour codes    Utils: Add X300/X310 reset utility    Docs: Improved Windows-related build instructions +  Docs: Add link to README for building custom filesystems for N3xx +  sim: Fixing the port number in use for connection +  tools: Fix for proj creation in ip_utils for tcl-based IP +  tests: Fix mock_ctrl_iface for 32-bit MSVC - -- Ettus Research <packages@ettus.com>  Tue, 28 May 2019 03:52:35 -0800 + -- Ettus Research <packages@ettus.com>  Fri, 28 Jun 2019 09:00:12 -0800  uhd (3.14.0.0-0ubuntu1) ubuntu_release; urgency=low @@ -233,7 +252,7 @@ uhd (3.14.0.0-0ubuntu1) ubuntu_release; urgency=low    * Cmake: Use native format for setup.py    * CPack: Fix RPM generation - -- Ettus Research <packages@ettus.com>  Tue, 28 May 2019 03:52:35 -0800 + -- Ettus Research <packages@ettus.com>  Fri, 28 Jun 2019 09:00:12 -0800  uhd (3.13.1.0-0ubuntu1) ubuntu_release; urgency=low @@ -349,7 +368,7 @@ uhd (3.13.1.0-0ubuntu1) ubuntu_release; urgency=low    * Debian: Update control files    * Images: Add N3xx CPLD file to manifest - -- Ettus Research <packages@ettus.com>  Tue, 28 May 2019 03:52:35 -0800 + -- Ettus Research <packages@ettus.com>  Fri, 28 Jun 2019 09:00:12 -0800  uhd (3.13.0.2-0ubuntu1) ubuntu_release; urgency=low @@ -361,7 +380,7 @@ uhd (3.13.0.2-0ubuntu1) ubuntu_release; urgency=low    * Docs: Add section on building fs/SD images for N3xx    * Docs: Fix Doxygen warnings - -- Ettus Research <packages@ettus.com>  Tue, 28 May 2019 03:52:35 -0800 + -- Ettus Research <packages@ettus.com>  Fri, 28 Jun 2019 09:00:12 -0800  uhd (3.13.0.1-0ubuntu1) ubuntu_release; urgency=low @@ -369,7 +388,7 @@ uhd (3.13.0.1-0ubuntu1) ubuntu_release; urgency=low    * N3xx: Fix EEPROM parsing (for upcoming hardware)    * UHD: Fix install path for Python API - -- Ettus Research <packages@ettus.com>  Tue, 28 May 2019 03:52:35 -0800 + -- Ettus Research <packages@ettus.com>  Fri, 28 Jun 2019 09:00:12 -0800  uhd (3.13.0.0-0ubuntu1) ubuntu_release; urgency=low @@ -394,7 +413,7 @@ uhd (3.13.0.0-0ubuntu1) ubuntu_release; urgency=low    * CMake: Allow to override UHD_GIT_BRANCH, fix Python-finding logic, add             ENABLE_N300 target - -- Ettus Research <packages@ettus.com>  Tue, 28 May 2019 03:52:35 -0800 + -- Ettus Research <packages@ettus.com>  Fri, 28 Jun 2019 09:00:12 -0800  uhd (3.12.0.0-0ubuntu1) ubuntu_release; urgency=low @@ -431,7 +450,7 @@ uhd (3.12.0.0-0ubuntu1) ubuntu_release; urgency=low    * Known issues: N310: In some rare scenarios at high rates, streaming      can fail and even bring the FPGA into a bad state. - -- Ettus Research <packages@ettus.com>  Tue, 28 May 2019 03:52:35 -0800 + -- Ettus Research <packages@ettus.com>  Fri, 28 Jun 2019 09:00:12 -0800  uhd (3.11.1.0-0ubuntu1) ubuntu_release; urgency=low @@ -489,7 +508,7 @@ uhd (3.11.1.0-0ubuntu1) ubuntu_release; urgency=low    * cmake: update NSIS template    * cmake: Remove images downloader section (replaced by manifest) - -- Ettus Research <packages@ettus.com>  Tue, 28 May 2019 03:52:35 -0800 + -- Ettus Research <packages@ettus.com>  Fri, 28 Jun 2019 09:00:12 -0800  uhd (3.11.0.1-0ubuntu1) ubuntu_release; urgency=low @@ -508,7 +527,7 @@ uhd (3.11.0.1-0ubuntu1) ubuntu_release; urgency=low    * cmake: Correctly fail when an unavailable component is requested    * debian: Add UHDConfig.cmake to install list for libuhd-dev - -- Ettus Research <packages@ettus.com>  Tue, 28 May 2019 03:52:35 -0800 + -- Ettus Research <packages@ettus.com>  Fri, 28 Jun 2019 09:00:12 -0800  uhd (3.11.0.0-0ubuntu1) ubuntu_release; urgency=low @@ -531,7 +550,7 @@ uhd (3.11.0.0-0ubuntu1) ubuntu_release; urgency=low    * This release includes all bugfixes and features from previous releases, in      particular, the 3.10.* release cycle - -- Ettus Research <packages@ettus.com>  Tue, 28 May 2019 03:52:35 -0800 + -- Ettus Research <packages@ettus.com>  Fri, 28 Jun 2019 09:00:12 -0800  uhd (3.10.3.0-0ubuntu1) ubuntu_release; urgency=low @@ -567,7 +586,7 @@ uhd (3.10.3.0-0ubuntu1) ubuntu_release; urgency=low    ** Fix build with Boost 1.66    ** Add EEPROM info to dboard_base class so daughterboard code can access all EEPROM info - -- Ettus Research <packages@ettus.com>  Tue, 28 May 2019 03:52:35 -0800 + -- Ettus Research <packages@ettus.com>  Fri, 28 Jun 2019 09:00:12 -0800  uhd (3.10.2.0-0ubuntu1) ubuntu_release; urgency=low @@ -599,7 +618,7 @@ uhd (3.10.2.0-0ubuntu1) ubuntu_release; urgency=low    * CMake: Fixed GCC 4.4 compilation issue. Added ability to specify package             names. - -- Ettus Research <packages@ettus.com>  Tue, 28 May 2019 03:52:35 -0800 + -- Ettus Research <packages@ettus.com>  Fri, 28 Jun 2019 09:00:12 -0800  uhd (3.10.1.1-0ubuntu1) ubuntu_release; urgency=low @@ -622,7 +641,7 @@ uhd (3.10.1.1-0ubuntu1) ubuntu_release; urgency=low    * FPGA repository: Merged usrp3_rfnoc and usrp3 directories again. Cleaned up      superfluous files. Clean separation between Gen-3 and other devices in usrp3. - -- Ettus Research <packages@ettus.com>  Tue, 28 May 2019 03:52:35 -0800 + -- Ettus Research <packages@ettus.com>  Fri, 28 Jun 2019 09:00:12 -0800  uhd (3.10.1.0-0ubuntu1) ubuntu_release; urgency=low @@ -650,7 +669,7 @@ uhd (3.10.1.0-0ubuntu1) ubuntu_release; urgency=low    * Tools: Merged dissectors into common directory.    * CMake: -Og is the default now for gcc-based Debug builds. - -- Ettus Research <packages@ettus.com>  Tue, 28 May 2019 03:52:35 -0800 + -- Ettus Research <packages@ettus.com>  Fri, 28 Jun 2019 09:00:12 -0800  uhd (3.10.0.0-0ubuntu1) ubuntu_release; urgency=low @@ -674,7 +693,7 @@ uhd (3.10.0.0-0ubuntu1) ubuntu_release; urgency=low    * Added more aggressive optimization strategies for FPGA builds    * Xilinx IP tool upgrade scripts cleaned up - -- Ettus Research <packages@ettus.com>  Tue, 28 May 2019 03:52:35 -0800 + -- Ettus Research <packages@ettus.com>  Fri, 28 Jun 2019 09:00:12 -0800  uhd (3.9.5-0ubuntu1) ubuntu_release; urgency=low @@ -692,7 +711,7 @@ uhd (3.9.5-0ubuntu1) ubuntu_release; urgency=low      fixes (off-by-one errors). uhd_usrp_probe will pick up an OC now,      added Wireshark dissector for OC packets - -- Ettus Research <packages@ettus.com>  Tue, 28 May 2019 03:52:35 -0800 + -- Ettus Research <packages@ettus.com>  Fri, 28 Jun 2019 09:00:12 -0800  uhd (3.9.4-0ubuntu1) ubuntu_release; urgency=low @@ -707,7 +726,7 @@ uhd (3.9.4-0ubuntu1) ubuntu_release; urgency=low    * Windows: Include registry file in installation    * Converters: Improve NEON converters - -- Ettus Research <packages@ettus.com>  Tue, 28 May 2019 03:52:35 -0800 + -- Ettus Research <packages@ettus.com>  Fri, 28 Jun 2019 09:00:12 -0800  uhd (3.9.3-0ubuntu1) ubuntu_release; urgency=low @@ -723,7 +742,7 @@ uhd (3.9.3-0ubuntu1) ubuntu_release; urgency=low    * Fixed several compiler warnings and minor bugs    * Examples: Updated benchmark_rate for improved thread safety - -- Ettus Research <packages@ettus.com>  Tue, 28 May 2019 03:52:35 -0800 + -- Ettus Research <packages@ettus.com>  Fri, 28 Jun 2019 09:00:12 -0800  uhd (3.9.2-0ubuntu1) ubuntu_release; urgency=low @@ -739,7 +758,7 @@ uhd (3.9.2-0ubuntu1) ubuntu_release; urgency=low    * E310: DRAM testbenching    * Docs/Manual: Many updates and fixes - -- Ettus Research <packages@ettus.com>  Tue, 28 May 2019 03:52:35 -0800 + -- Ettus Research <packages@ettus.com>  Fri, 28 Jun 2019 09:00:12 -0800  uhd (3.9.1-0ubuntu1) ubuntu_release; urgency=low @@ -751,7 +770,7 @@ uhd (3.9.1-0ubuntu1) ubuntu_release; urgency=low    * Examples: Added PPS source option    * Docs: Multiple manual updates - -- Ettus Research <packages@ettus.com>  Tue, 28 May 2019 03:52:35 -0800 + -- Ettus Research <packages@ettus.com>  Fri, 28 Jun 2019 09:00:12 -0800  uhd (3.9.0-0ubuntu1) ubuntu_release; urgency=low @@ -796,7 +815,7 @@ uhd (3.9.0-0ubuntu1) ubuntu_release; urgency=low    * Utils: Read more property tree types from the command line    * Tools: kitchen sink updated, added mega_fft - -- Ettus Research <packages@ettus.com>  Tue, 28 May 2019 03:52:35 -0800 + -- Ettus Research <packages@ettus.com>  Fri, 28 Jun 2019 09:00:12 -0800  uhd (3.8.5-0ubuntu1) ubuntu_release; urgency=low @@ -813,7 +832,7 @@ uhd (3.8.5-0ubuntu1) ubuntu_release; urgency=low    * Build System: Fixed builds on some Windows platforms, removed      stray prints - -- Ettus Research <packages@ettus.com>  Tue, 28 May 2019 03:52:35 -0800 + -- Ettus Research <packages@ettus.com>  Fri, 28 Jun 2019 09:00:12 -0800  uhd (3.8.4-0ubuntu1) ubuntu_release; urgency=low @@ -824,7 +843,7 @@ uhd (3.8.4-0ubuntu1) ubuntu_release; urgency=low    * USRP2: Bugfix that allows latest UHD to work with USRP2    * Documentation: Many fixes for E300 section, added FPGA manual - -- Ettus Research <packages@ettus.com>  Tue, 28 May 2019 03:52:35 -0800 + -- Ettus Research <packages@ettus.com>  Fri, 28 Jun 2019 09:00:12 -0800  uhd (3.8.3-0ubuntu1) ubuntu_release; urgency=low @@ -838,7 +857,7 @@ uhd (3.8.3-0ubuntu1) ubuntu_release; urgency=low    * CMake: Build fixes    * E300: Flow control fix - -- Ettus Research <packages@ettus.com>  Tue, 28 May 2019 03:52:35 -0800 + -- Ettus Research <packages@ettus.com>  Fri, 28 Jun 2019 09:00:12 -0800  uhd (3.8.2-0ubuntu1) ubuntu_release; urgency=low @@ -856,7 +875,7 @@ uhd (3.8.2-0ubuntu1) ubuntu_release; urgency=low    * Path handling vastly improved, made more consistent    * Minor UHD fixes - -- Ettus Research <packages@ettus.com>  Tue, 28 May 2019 03:52:35 -0800 + -- Ettus Research <packages@ettus.com>  Fri, 28 Jun 2019 09:00:12 -0800  uhd (3.8.1-0ubuntu1) ubuntu_release; urgency=low @@ -870,7 +889,7 @@ uhd (3.8.1-0ubuntu1) ubuntu_release; urgency=low    * Examples: Multiple bugfixes (multi-channel ops)    * Docs/Manual: Multiple fixes, E310 panel images - -- Ettus Research <packages@ettus.com>  Tue, 28 May 2019 03:52:35 -0800 + -- Ettus Research <packages@ettus.com>  Fri, 28 Jun 2019 09:00:12 -0800  uhd (3.8.0-0ubuntu1) ubuntu_release; urgency=low @@ -899,7 +918,7 @@ uhd (3.8.0-0ubuntu1) ubuntu_release; urgency=low    * Examples: Improved GPIO example, rx_samples_to_file    * Bumped minimum Boost version to 1.46 - -- Ettus Research <packages@ettus.com>  Tue, 28 May 2019 03:52:35 -0800 + -- Ettus Research <packages@ettus.com>  Fri, 28 Jun 2019 09:00:12 -0800  uhd (3.7.3-0ubuntu1) ubuntu_release; urgency=low @@ -913,7 +932,7 @@ uhd (3.7.3-0ubuntu1) ubuntu_release; urgency=low    * Multiple FPGA improvements, as well as upgrade of build env    * Added support for B200 vs B210 discovery - -- Ettus Research <packages@ettus.com>  Tue, 28 May 2019 03:52:35 -0800 + -- Ettus Research <packages@ettus.com>  Fri, 28 Jun 2019 09:00:12 -0800  uhd (3.7.2-0ubuntu1) ubuntu_release; urgency=low @@ -942,7 +961,7 @@ uhd (3.7.2-0ubuntu1) ubuntu_release; urgency=low    * Fixed issue with filter selection in B200 that caused loss of RX power.    * Removed ref lock check from X300 where it wasn't necessary. - -- Ettus Research <packages@ettus.com>  Tue, 28 May 2019 03:52:35 -0800 + -- Ettus Research <packages@ettus.com>  Fri, 28 Jun 2019 09:00:12 -0800  uhd (3.7.1-0ubuntu1) ubuntu_release; urgency=low @@ -965,7 +984,7 @@ uhd (3.7.1-0ubuntu1) ubuntu_release; urgency=low    * Fixed MTU / frame size detection for X3xx devices.    * Fixed B2xx filter chain causing wrong sample rate in some circumstances. - -- Ettus Research <packages@ettus.com>  Tue, 28 May 2019 03:52:35 -0800 + -- Ettus Research <packages@ettus.com>  Fri, 28 Jun 2019 09:00:12 -0800  uhd (3.7.0-0ubuntu1) ubuntu_release; urgency=low @@ -979,7 +998,7 @@ uhd (3.7.0-0ubuntu1) ubuntu_release; urgency=low    * Fixed threading bug in USRP B2xx code causing GQRX issue    * General UHD bug fixes & improvements - -- Ettus Research <packages@ettus.com>  Tue, 28 May 2019 03:52:35 -0800 + -- Ettus Research <packages@ettus.com>  Fri, 28 Jun 2019 09:00:12 -0800  uhd (3.6.2-0ubuntu1) ubuntu_release; urgency=low @@ -998,20 +1017,20 @@ uhd (3.6.2-0ubuntu1) ubuntu_release; urgency=low    * N-Series: netburner now accepts relative paths with '~'    * Completely re-written UHD Images Downloader, with numerous bug fixes and new features. - -- Ettus Research <packages@ettus.com>  Tue, 28 May 2019 03:52:35 -0800 + -- Ettus Research <packages@ettus.com>  Fri, 28 Jun 2019 09:00:12 -0800  uhd (3.6.1-0ubuntu1) ubuntu_release; urgency=low    * B2xx: Fixed critical bug in 003.006.000 regarding USRP B2xx operation - -- Ettus Research <packages@ettus.com>  Tue, 28 May 2019 03:52:35 -0800 + -- Ettus Research <packages@ettus.com>  Fri, 28 Jun 2019 09:00:12 -0800  uhd (3.6.0-0ubuntu1) ubuntu_release; urgency=low    * Many small fixes for bugs revealed by static analysis.    * Introduced support for the USRP B200 / B210 - -- Ettus Research <packages@ettus.com>  Tue, 28 May 2019 03:52:35 -0800 + -- Ettus Research <packages@ettus.com>  Fri, 28 Jun 2019 09:00:12 -0800  uhd (3.5.3-0ubuntu1) ubuntu_release; urgency=low @@ -1021,7 +1040,7 @@ uhd (3.5.3-0ubuntu1) ubuntu_release; urgency=low    ** Fixed timespec irrational rate rounding    ** Multichan streamer CPU utilization - -- Ettus Research <packages@ettus.com>  Tue, 28 May 2019 03:52:35 -0800 + -- Ettus Research <packages@ettus.com>  Fri, 28 Jun 2019 09:00:12 -0800  uhd (3.5.2-0ubuntu1) ubuntu_release; urgency=low @@ -1032,7 +1051,7 @@ uhd (3.5.2-0ubuntu1) ubuntu_release; urgency=low    * USRP1:    ** Restore broken EEPROM writing - -- Ettus Research <packages@ettus.com>  Tue, 28 May 2019 03:52:35 -0800 + -- Ettus Research <packages@ettus.com>  Fri, 28 Jun 2019 09:00:12 -0800  uhd (3.5.1-0ubuntu1) ubuntu_release; urgency=low @@ -1044,7 +1063,7 @@ uhd (3.5.1-0ubuntu1) ubuntu_release; urgency=low    ** Fix for socket send code newer OS versions    * Changes from 3.4.5 - -- Ettus Research <packages@ettus.com>  Tue, 28 May 2019 03:52:35 -0800 + -- Ettus Research <packages@ettus.com>  Fri, 28 Jun 2019 09:00:12 -0800  uhd (3.5.0-0ubuntu1) ubuntu_release; urgency=low @@ -1070,7 +1089,7 @@ uhd (3.5.0-0ubuntu1) ubuntu_release; urgency=low    ** Added multi-threading to packet converters    ** Added automatic images fetcher application - -- Ettus Research <packages@ettus.com>  Tue, 28 May 2019 03:52:35 -0800 + -- Ettus Research <packages@ettus.com>  Fri, 28 Jun 2019 09:00:12 -0800  uhd (3.4.5-0ubuntu1) ubuntu_release; urgency=low @@ -1082,7 +1101,7 @@ uhd (3.4.5-0ubuntu1) ubuntu_release; urgency=low    ** Fix to rx_samples_to_udp byte count    ** stream command enums easy on SWIG - -- Ettus Research <packages@ettus.com>  Tue, 28 May 2019 03:52:35 -0800 + -- Ettus Research <packages@ettus.com>  Fri, 28 Jun 2019 09:00:12 -0800  uhd (3.4.4-0ubuntu1) ubuntu_release; urgency=low @@ -1092,7 +1111,7 @@ uhd (3.4.4-0ubuntu1) ubuntu_release; urgency=low    ** Fixed RX ADC IQ inversion swap    ** Incremented FPGA compat number to 9.4 - -- Ettus Research <packages@ettus.com>  Tue, 28 May 2019 03:52:35 -0800 + -- Ettus Research <packages@ettus.com>  Fri, 28 Jun 2019 09:00:12 -0800  uhd (3.4.3-0ubuntu1) ubuntu_release; urgency=low @@ -1108,7 +1127,7 @@ uhd (3.4.3-0ubuntu1) ubuntu_release; urgency=low    ** Shutoff the DAC on transmit EOB flags    ** Revert 1st nyquist zone DAC calculation - -- Ettus Research <packages@ettus.com>  Tue, 28 May 2019 03:52:35 -0800 + -- Ettus Research <packages@ettus.com>  Fri, 28 Jun 2019 09:00:12 -0800  uhd (3.4.2-0ubuntu1) ubuntu_release; urgency=low @@ -1128,7 +1147,7 @@ uhd (3.4.2-0ubuntu1) ubuntu_release; urgency=low    ** SIMD conversion routines priority over table look-up    ** Fix undefined GCC float conversion behaviour for sc8 - -- Ettus Research <packages@ettus.com>  Tue, 28 May 2019 03:52:35 -0800 + -- Ettus Research <packages@ettus.com>  Fri, 28 Jun 2019 09:00:12 -0800  uhd (3.4.1-0ubuntu1) ubuntu_release; urgency=low @@ -1149,7 +1168,7 @@ uhd (3.4.1-0ubuntu1) ubuntu_release; urgency=low    * FreeBSD:    ** Fixed network relay example compilation - -- Ettus Research <packages@ettus.com>  Tue, 28 May 2019 03:52:35 -0800 + -- Ettus Research <packages@ettus.com>  Fri, 28 Jun 2019 09:00:12 -0800  uhd (3.4.0-0ubuntu1) ubuntu_release; urgency=low @@ -1172,7 +1191,7 @@ uhd (3.4.0-0ubuntu1) ubuntu_release; urgency=low    ** Added API calls for DC offset correction    ** Added API calls for IQ balance correction - -- Ettus Research <packages@ettus.com>  Tue, 28 May 2019 03:52:35 -0800 + -- Ettus Research <packages@ettus.com>  Fri, 28 Jun 2019 09:00:12 -0800  uhd (3.3.2-0ubuntu1) ubuntu_release; urgency=low @@ -1188,7 +1207,7 @@ uhd (3.3.2-0ubuntu1) ubuntu_release; urgency=low    ** Handle EINTR on select() w/ udp transport    ** Minor fixes for compiling on FreeBSD - -- Ettus Research <packages@ettus.com>  Tue, 28 May 2019 03:52:35 -0800 + -- Ettus Research <packages@ettus.com>  Fri, 28 Jun 2019 09:00:12 -0800    ## Release 003.003.001    * B100/E1x0: @@ -1196,7 +1215,7 @@ uhd (3.3.2-0ubuntu1) ubuntu_release; urgency=low    * B100:    ** Fixed discovery throwing when device claimed - -- Ettus Research <packages@ettus.com>  Tue, 28 May 2019 03:52:35 -0800 + -- Ettus Research <packages@ettus.com>  Fri, 28 Jun 2019 09:00:12 -0800  uhd (3.3.0-0ubuntu1) ubuntu_release; urgency=low @@ -1218,7 +1237,7 @@ uhd (3.3.0-0ubuntu1) ubuntu_release; urgency=low    * Gen2:    ** Fix DSP rate selection clipping for very low rates - -- Ettus Research <packages@ettus.com>  Tue, 28 May 2019 03:52:35 -0800 + -- Ettus Research <packages@ettus.com>  Fri, 28 Jun 2019 09:00:12 -0800  uhd (3.2.4-0ubuntu1) ubuntu_release; urgency=low @@ -1237,7 +1256,7 @@ uhd (3.2.4-0ubuntu1) ubuntu_release; urgency=low    ** Fix bounds checking on stream num samps    ** Fix error using PPS_NEG in clock config - -- Ettus Research <packages@ettus.com>  Tue, 28 May 2019 03:52:35 -0800 + -- Ettus Research <packages@ettus.com>  Fri, 28 Jun 2019 09:00:12 -0800  uhd (3.2.3-0ubuntu1) ubuntu_release; urgency=low @@ -1255,7 +1274,7 @@ uhd (3.2.3-0ubuntu1) ubuntu_release; urgency=low    ** Clip the reported tune range to the dboard bandwidth    ** Preserve bands when calculating overall tune range - -- Ettus Research <packages@ettus.com>  Tue, 28 May 2019 03:52:35 -0800 + -- Ettus Research <packages@ettus.com>  Fri, 28 Jun 2019 09:00:12 -0800  uhd (3.2.2-0ubuntu1) ubuntu_release; urgency=low @@ -1279,7 +1298,7 @@ uhd (3.2.2-0ubuntu1) ubuntu_release; urgency=low    ** Fix send to return zero on empty packets    ** Perform version check on liborc - -- Ettus Research <packages@ettus.com>  Tue, 28 May 2019 03:52:35 -0800 + -- Ettus Research <packages@ettus.com>  Fri, 28 Jun 2019 09:00:12 -0800  uhd (3.2.1-0ubuntu1) ubuntu_release; urgency=low @@ -1287,7 +1306,7 @@ uhd (3.2.1-0ubuntu1) ubuntu_release; urgency=low    ** Firmware fix to shutoff streaming when socket unreachable    ** Incremented firmware image compat number to 10.3 - -- Ettus Research <packages@ettus.com>  Tue, 28 May 2019 03:52:35 -0800 + -- Ettus Research <packages@ettus.com>  Fri, 28 Jun 2019 09:00:12 -0800  uhd (3.2.0-0ubuntu1) ubuntu_release; urgency=low @@ -1320,7 +1339,7 @@ uhd (3.2.0-0ubuntu1) ubuntu_release; urgency=low    ** Code reorganization with property tree    ** Calibration support in gen2 FPGAs - -- Ettus Research <packages@ettus.com>  Tue, 28 May 2019 03:52:35 -0800 + -- Ettus Research <packages@ettus.com>  Fri, 28 Jun 2019 09:00:12 -0800  uhd (3.1.2-0ubuntu1) ubuntu_release; urgency=low @@ -1329,7 +1348,7 @@ uhd (3.1.2-0ubuntu1) ubuntu_release; urgency=low    * XCVR2450:    ** Fix for descontructor throwing on hardware disconnect - -- Ettus Research <packages@ettus.com>  Tue, 28 May 2019 03:52:35 -0800 + -- Ettus Research <packages@ettus.com>  Fri, 28 Jun 2019 09:00:12 -0800  uhd (3.1.1-0ubuntu1) ubuntu_release; urgency=low @@ -1341,7 +1360,7 @@ uhd (3.1.1-0ubuntu1) ubuntu_release; urgency=low    * WBX    ** Keep mixers on between bursts to maintain phase offsets - -- Ettus Research <packages@ettus.com>  Tue, 28 May 2019 03:52:35 -0800 + -- Ettus Research <packages@ettus.com>  Fri, 28 Jun 2019 09:00:12 -0800  uhd (3.1.0-0ubuntu1) ubuntu_release; urgency=low @@ -1377,7 +1396,7 @@ uhd (3.1.0-0ubuntu1) ubuntu_release; urgency=low    ** Deprecated API in utils/warning.hpp    ** Fixed race condition in device discovery/factory - -- Ettus Research <packages@ettus.com>  Tue, 28 May 2019 03:52:35 -0800 + -- Ettus Research <packages@ettus.com>  Fri, 28 Jun 2019 09:00:12 -0800  uhd (3.0.1-0ubuntu1) ubuntu_release; urgency=low @@ -1390,11 +1409,11 @@ uhd (3.0.1-0ubuntu1) ubuntu_release; urgency=low    * build: various work on build system    * build: include FPGA and firmware images in installers - -- Ettus Research <packages@ettus.com>  Tue, 28 May 2019 03:52:35 -0800 + -- Ettus Research <packages@ettus.com>  Fri, 28 Jun 2019 09:00:12 -0800  uhd (3.0.0-0ubuntu1) ubuntu_release; urgency=low    Initial (formal) release, no changes to mention. - -- Ettus Research <packages@ettus.com>  Tue, 28 May 2019 03:52:35 -0800 + -- Ettus Research <packages@ettus.com>  Fri, 28 Jun 2019 09:00:12 -0800 diff --git a/host/cmake/debian/control b/host/cmake/debian/control index fc53a929e..9559ecd9e 100644 --- a/host/cmake/debian/control +++ b/host/cmake/debian/control @@ -2,7 +2,7 @@ Source: uhd  Section: science  Priority: optional  Maintainer: Ettus Research <packages@ettus.com> -Uploaders: Martin Braun <martin.braun@ettus.com> +Uploaders: Michael West <michael.west@ettus.com>  Build-Depends:  cmake,                  debhelper (>= 9),                  doxygen, @@ -30,7 +30,7 @@ Vcs-Git: git://github.com/EttusResearch/uhd.git  Package: uhd-host  Architecture: any  Depends: adduser, -         libuhd3.14.0 (= ${binary:Version}), +         libuhd3.14.1 (= ${binary:Version}),           python,           python-requests,           ${misc:Depends}, @@ -49,7 +49,7 @@ Description: hardware driver for Ettus Research products - host apps   display hardware configuration information, and Doxygen generated   documentation. -Package: libuhd3.14.0 +Package: libuhd3.14.1  Architecture: any  Section: libs  Pre-Depends: ${misc:Pre-Depends} @@ -67,7 +67,7 @@ Description: hardware driver for Ettus Research products  Package: libuhd-dev  Architecture: any  Section: libdevel -Depends: libuhd3.14.0 (= ${binary:Version}), python, ${misc:Depends}, ${shlibs:Depends} +Depends: libuhd3.14.1 (= ${binary:Version}), python, ${misc:Depends}, ${shlibs:Depends}  Suggests: gnuradio  Description: universal hardware driver for Ettus Research products   Host library for the USRP Hardware Driver for Ettus Research products. diff --git a/host/cmake/debian/libuhd3.14.0.install b/host/cmake/debian/libuhd3.14.1.install index b13e00bd7..b13e00bd7 100644 --- a/host/cmake/debian/libuhd3.14.0.install +++ b/host/cmake/debian/libuhd3.14.1.install diff --git a/images/manifest.txt b/images/manifest.txt index 59c0afcc7..74a7754fc 100644 --- a/images/manifest.txt +++ b/images/manifest.txt @@ -12,9 +12,9 @@ e3xx_e310_fpga_default          fpga-e39334fe       e3xx/fpga-e39334fe/e3xx_e310  e3xx_e310_fpga_rfnoc            fpga-d6a878b        e3xx/fpga-d6a878b/e3xx_e310_fpga_rfnoc-gd6a878b.zip                     5c9b89fb6293423644868c22e914de386a9af39ff031da6800a1cf39a90ea73b  e3xx_e320_fpga_default          fpga-e39334fe       e3xx/fpga-e39334fe/e3xx_e320_fpga_default-ge39334fe.zip                 bd8a7af1ff0dd464af2ee5f4eb5b35e6526ca6f4b519dbb99e7648c7f7f932d6  # E320 Filesystems, etc -e3xx_e320_sdk_default         meta-ettus-v3.14.1.0-rc1  e3xx/meta-ettus-v3.14.1.0-rc1/e3xx_e320_sdk_default-v3.14.1.0-rc1.zip       0 -e3xx_e320_mender_default      meta-ettus-v3.14.1.0-rc1  e3xx/meta-ettus-v3.14.1.0-rc1/e3xx_e320_mender_default-v3.14.1.0-rc1.zip    0 -e3xx_e320_sdimg_default       meta-ettus-v3.14.1.0-rc1  e3xx/meta-ettus-v3.14.1.0-rc1/e3xx_e320_sdimg_default-v3.14.1.0-rc1.zip     0 +e3xx_e320_sdk_default         meta-ettus-v3.14.1.0  e3xx/meta-ettus-v3.14.1.0/e3xx_e320_sdk_default-v3.14.1.0.zip       0 +e3xx_e320_mender_default      meta-ettus-v3.14.1.0  e3xx/meta-ettus-v3.14.1.0/e3xx_e320_mender_default-v3.14.1.0.zip    0 +e3xx_e320_sdimg_default       meta-ettus-v3.14.1.0  e3xx/meta-ettus-v3.14.1.0/e3xx_e320_sdimg_default-v3.14.1.0.zip     0  # N300-Series  n3xx_n310_fpga_default          fpga-e39334fe       n3xx/fpga-e39334fe/n3xx_n310_fpga_default-ge39334fe.zip                 8c557cc5fa4f413609335f50fd7e0eb977af0f4d2ba13ef9f0545d0166ac7ffb  n3xx_n300_fpga_default          fpga-e39334fe       n3xx/fpga-e39334fe/n3xx_n300_fpga_default-ge39334fe.zip                 8b91bc960a7735c8611a1b1aad6d511f362625d06c82744456449cad8d3542a9 @@ -24,9 +24,9 @@ n3xx_n320_cpld_default          fpga-4bc2c6f       n3xx/fpga-4bc2c6f/n3xx_n320_c  # N3XX Mykonos firmware  #n3xx_n310_fw_default           fpga-6bea23d        n3xx/fpga-6bea23d/n3xx_n310_fw_default-g6bea23d.zip                     0  # N300-Series Filesystems, etc -n3xx_common_sdk_default         meta-ettus-v3.14.1.0-rc1  n3xx/meta-ettus-v3.14.1.0-rc1/n3xx_common_sdk_default-v3.14.1.0-rc1.zip       0 -n3xx_common_mender_default      meta-ettus-v3.14.1.0-rc1  n3xx/meta-ettus-v3.14.1.0-rc1/n3xx_common_mender_default-v3.14.1.0-rc1.zip    0 -n3xx_common_sdimg_default       meta-ettus-v3.14.1.0-rc1  n3xx/meta-ettus-v3.14.1.0-rc1/n3xx_common_sdimg_default-v3.14.1.0-rc1.zip     0 +n3xx_common_sdk_default         meta-ettus-v3.14.1.0  n3xx/meta-ettus-v3.14.1.0/n3xx_common_sdk_default-v3.14.1.0.zip       0 +n3xx_common_mender_default      meta-ettus-v3.14.1.0  n3xx/meta-ettus-v3.14.1.0/n3xx_common_mender_default-v3.14.1.0.zip    0 +n3xx_common_sdimg_default       meta-ettus-v3.14.1.0  n3xx/meta-ettus-v3.14.1.0/n3xx_common_sdimg_default-v3.14.1.0.zip     0  # B200-Series  b2xx_b200_fpga_default          fpga-e39334fe       b2xx/fpga-e39334fe/b2xx_b200_fpga_default-ge39334fe.zip               212cf4e7b59436d74b25b5dc7f3f8cdf48f6e4983be9fb440dd9827aebd9918a  | 
