mirror of
https://github.com/saymrwulf/uhd.git
synced 2026-05-14 20:58:09 +00:00
Prepare branch for 4.3.0.0-rc2 release
- Updated CHANGELOG - Updated Debian-related files - Updated images package Signed-off-by: Steven Koo <steven.koo@ni.com>
This commit is contained in:
parent
6cb1dcca83
commit
fbcc8a642e
3 changed files with 30 additions and 41 deletions
21
CHANGELOG
21
CHANGELOG
|
|
@ -4,15 +4,15 @@ Change Log for Releases
|
|||
## 004.003.000.000
|
||||
* ci
|
||||
- Add n310 rf tests to monopipeline
|
||||
- Add XQ testing to n321
|
||||
- Mark SucceededWithIssues as failure
|
||||
- Remove Fedora 34 and add Fedora 36
|
||||
- set required capability for windows builds
|
||||
- Workaround Ubuntu 18.04 systemd bug 1988563
|
||||
* doc
|
||||
- Update manual on streaming
|
||||
* docs
|
||||
- Add known issue for Xilinx AR 76681
|
||||
- Clarify live install and remove version
|
||||
* examples
|
||||
- Add remote RX streaming example
|
||||
- Enable radio loopback for a single radio
|
||||
- rx_samples_c: Use error_code instead of return_code
|
||||
* experts
|
||||
|
|
@ -35,6 +35,7 @@ Change Log for Releases
|
|||
- e320: Support advanced transport adapter
|
||||
- e320: Upgrade to Vivado 2021.1
|
||||
- Fix target dependencies in Makefile.xxx.inc
|
||||
- Fix Vivado version check in viv_hardware_utils
|
||||
- lib: Add advanced features to IPv4 SV transport adapter
|
||||
- lib: Add chdr_strip_header module
|
||||
- lib: Add compat to Verilog transport adapter
|
||||
|
|
@ -73,6 +74,8 @@ Change Log for Releases
|
|||
- x400: Upgrade to Vivado 2021.1
|
||||
- x400: zbx: Revision Bump
|
||||
- zbx: Update HTML regmap
|
||||
* host
|
||||
- if monotonic don't run monotonic algo
|
||||
* images
|
||||
- update fpgas for vivado 2021.1 upgrade
|
||||
- update manifest for raw udp streaming
|
||||
|
|
@ -80,30 +83,21 @@ Change Log for Releases
|
|||
* mpm
|
||||
- bump fpga compat for raw udp streaming
|
||||
- bump x4xx fpga compat
|
||||
- e320: Enable raw UDP streaming
|
||||
- Enable opt-in transport adapter control
|
||||
- n3xx: Enable raw UDP streaming
|
||||
- x4xx: Enable transport manager adapter
|
||||
- xports: Add XportAdapterMgr class
|
||||
* MPMD:
|
||||
- Limit 1GbE MTU discovery to 1500
|
||||
* python
|
||||
- Fix error from pybind11 2.10 update
|
||||
- update to pybind11 for Python 3.11
|
||||
* rfnoc
|
||||
- Add topology graph object
|
||||
- Enable remote UDP streaming
|
||||
- Mutex graph on set_property
|
||||
- Transition stream managers and mgmt_portal to topo_graph_t
|
||||
* tests
|
||||
- Setup isolated processors to use performance governor
|
||||
* tune_map
|
||||
- Publish and simplify zbx_tune_map
|
||||
* uhd
|
||||
- multi_usrp.cpp remove commented out code
|
||||
- Revert Raw UDP Host Changes
|
||||
- update to uniform SPDX license identifier
|
||||
* uhd/mpm
|
||||
- Add API to set remote routes
|
||||
|
||||
## 004.002.000.001
|
||||
* cal
|
||||
|
|
@ -216,6 +210,7 @@ Change Log for Releases
|
|||
- package_source remove double bracket
|
||||
* uhd
|
||||
- change default into option flag in register definition
|
||||
- Enable branch naming on Azure Pipelines
|
||||
- fix minor typo when querying tx sensors property tree
|
||||
- refactor get_all_addrs to remove duplicates
|
||||
* usrp2
|
||||
|
|
|
|||
|
|
@ -2,15 +2,15 @@ uhd (4.3.0.0-0ubuntu1) ubuntu_release; urgency=low
|
|||
|
||||
* ci
|
||||
- Add n310 rf tests to monopipeline
|
||||
- Add XQ testing to n321
|
||||
- Mark SucceededWithIssues as failure
|
||||
- Remove Fedora 34 and add Fedora 36
|
||||
- set required capability for windows builds
|
||||
- Workaround Ubuntu 18.04 systemd bug 1988563
|
||||
* doc
|
||||
- Update manual on streaming
|
||||
* docs
|
||||
- Add known issue for Xilinx AR 76681
|
||||
- Clarify live install and remove version
|
||||
* examples
|
||||
- Add remote RX streaming example
|
||||
- Enable radio loopback for a single radio
|
||||
- rx_samples_c: Use error_code instead of return_code
|
||||
* experts
|
||||
|
|
@ -33,6 +33,7 @@ uhd (4.3.0.0-0ubuntu1) ubuntu_release; urgency=low
|
|||
- e320: Support advanced transport adapter
|
||||
- e320: Upgrade to Vivado 2021.1
|
||||
- Fix target dependencies in Makefile.xxx.inc
|
||||
- Fix Vivado version check in viv_hardware_utils
|
||||
- lib: Add advanced features to IPv4 SV transport adapter
|
||||
- lib: Add chdr_strip_header module
|
||||
- lib: Add compat to Verilog transport adapter
|
||||
|
|
@ -71,6 +72,8 @@ uhd (4.3.0.0-0ubuntu1) ubuntu_release; urgency=low
|
|||
- x400: Upgrade to Vivado 2021.1
|
||||
- x400: zbx: Revision Bump
|
||||
- zbx: Update HTML regmap
|
||||
* host
|
||||
- if monotonic don't run monotonic algo
|
||||
* images
|
||||
- update fpgas for vivado 2021.1 upgrade
|
||||
- update manifest for raw udp streaming
|
||||
|
|
@ -78,32 +81,23 @@ uhd (4.3.0.0-0ubuntu1) ubuntu_release; urgency=low
|
|||
* mpm
|
||||
- bump fpga compat for raw udp streaming
|
||||
- bump x4xx fpga compat
|
||||
- e320: Enable raw UDP streaming
|
||||
- Enable opt-in transport adapter control
|
||||
- n3xx: Enable raw UDP streaming
|
||||
- x4xx: Enable transport manager adapter
|
||||
- xports: Add XportAdapterMgr class
|
||||
* MPMD:
|
||||
- Limit 1GbE MTU discovery to 1500
|
||||
* python
|
||||
- Fix error from pybind11 2.10 update
|
||||
- update to pybind11 for Python 3.11
|
||||
* rfnoc
|
||||
- Add topology graph object
|
||||
- Enable remote UDP streaming
|
||||
- Mutex graph on set_property
|
||||
- Transition stream managers and mgmt_portal to topo_graph_t
|
||||
* tests
|
||||
- Setup isolated processors to use performance governor
|
||||
* tune_map
|
||||
- Publish and simplify zbx_tune_map
|
||||
* uhd
|
||||
- multi_usrp.cpp remove commented out code
|
||||
- Revert Raw UDP Host Changes
|
||||
- update to uniform SPDX license identifier
|
||||
* uhd/mpm
|
||||
- Add API to set remote routes
|
||||
|
||||
-- Ettus Research <packages@ettus.com> Tue, 06 Sep 2022 09:44:18 -0800
|
||||
-- Ettus Research <packages@ettus.com> Mon, 12 Sep 2022 05:10:25 -0800
|
||||
|
||||
|
||||
uhd (4.2.0.1-0ubuntu1) ubuntu_release; urgency=low
|
||||
|
|
|
|||
|
|
@ -6,9 +6,9 @@ x4xx_x410_fpga_default uhd-c781f75 x4xx/uhd-c781f75/x4xx_x410_fpg
|
|||
x4xx_x410_cpld_default uhd-6fd9f37 x4xx/uhd-6fd9f37/x4xx_x410_cpld_default-g6fd9f37.zip 74e09bedda84105258484217d4dbf68860ce2079d27cf8352952fe8e4d727e93
|
||||
x4xx_zbx_cpld_default uhd-8d022b3 x4xx/uhd-8d022b3/x4xx_zbx_cpld_default-g8d022b3.zip 95993c736d48e22cbdb453a606189378a420f62280b4fb387cbe0272b146044b
|
||||
# X410-Series Filesystems
|
||||
x4xx_common_sdk_default meta-ettus-v4.3.0.0-rc1 x4xx/meta-ettus-v4.3.0.0-rc1/x4xx_common_sdk_default-v4.3.0.0-rc1.zip 0
|
||||
x4xx_common_mender_default meta-ettus-v4.3.0.0-rc1 x4xx/meta-ettus-v4.3.0.0-rc1/x4xx_common_mender_default-v4.3.0.0-rc1.zip 0
|
||||
x4xx_common_sdimg_default meta-ettus-v4.3.0.0-rc1 x4xx/meta-ettus-v4.3.0.0-rc1/x4xx_common_sdimg_default-v4.3.0.0-rc1.zip 0
|
||||
x4xx_common_sdk_default meta-ettus-v4.3.0.0-rc2 x4xx/meta-ettus-v4.3.0.0-rc2/x4xx_common_sdk_default-v4.3.0.0-rc1.zip 0
|
||||
x4xx_common_mender_default meta-ettus-v4.3.0.0-rc2 x4xx/meta-ettus-v4.3.0.0-rc2/x4xx_common_mender_default-v4.3.0.0-rc1.zip 0
|
||||
x4xx_common_sdimg_default meta-ettus-v4.3.0.0-rc2 x4xx/meta-ettus-v4.3.0.0-rc2/x4xx_common_sdimg_default-v4.3.0.0-rc1.zip 0
|
||||
|
||||
# X300-Series
|
||||
x3xx_x310_fpga_default uhd-c781f75 x3xx/uhd-c781f75/x3xx_x310_fpga_default-gc781f75.zip b87220bf5ab1d3e4ea5b01c30de80022230503a765f07e813677cccaac2da92e
|
||||
|
|
@ -23,16 +23,16 @@ e3xx_e310_sg3_fpga_default uhd-c781f75 e3xx/uhd-c781f75/e3xx_e310_sg3
|
|||
e3xx_e320_fpga_default uhd-c781f75 e3xx/uhd-c781f75/e3xx_e320_fpga_default-gc781f75.zip c7814f2fcdf952c310badd2a7b08bd394f9714bbb73ac87e7ea11cd07e692ee2
|
||||
|
||||
# E310 Filesystems
|
||||
e3xx_e310_sdk_default meta-ettus-v4.3.0.0-rc1 e3xx/meta-ettus-v4.3.0.0-rc1/e3xx_e310_sdk_default-v4.3.0.0-rc1.zip 0
|
||||
e3xx_e310_sg1_mender_default meta-ettus-v4.3.0.0-rc1 e3xx/meta-ettus-v4.3.0.0-rc1/e3xx_e310_sg1_mender_default-v4.3.0.0-rc1.zip 0
|
||||
e3xx_e310_sg1_sdimg_default meta-ettus-v4.3.0.0-rc1 e3xx/meta-ettus-v4.3.0.0-rc1/e3xx_e310_sg1_sdimg_default-v4.3.0.0-rc1.zip 0
|
||||
e3xx_e310_sg3_mender_default meta-ettus-v4.3.0.0-rc1 e3xx/meta-ettus-v4.3.0.0-rc1/e3xx_e310_sg3_mender_default-v4.3.0.0-rc1.zip 0
|
||||
e3xx_e310_sg3_sdimg_default meta-ettus-v4.3.0.0-rc1 e3xx/meta-ettus-v4.3.0.0-rc1/e3xx_e310_sg3_sdimg_default-v4.3.0.0-rc1.zip 0
|
||||
e3xx_e310_sdk_default meta-ettus-v4.3.0.0-rc2 e3xx/meta-ettus-v4.3.0.0-rc2/e3xx_e310_sdk_default-v4.3.0.0-rc1.zip 0
|
||||
e3xx_e310_sg1_mender_default meta-ettus-v4.3.0.0-rc2 e3xx/meta-ettus-v4.3.0.0-rc2/e3xx_e310_sg1_mender_default-v4.3.0.0-rc1.zip 0
|
||||
e3xx_e310_sg1_sdimg_default meta-ettus-v4.3.0.0-rc2 e3xx/meta-ettus-v4.3.0.0-rc2/e3xx_e310_sg1_sdimg_default-v4.3.0.0-rc1.zip 0
|
||||
e3xx_e310_sg3_mender_default meta-ettus-v4.3.0.0-rc2 e3xx/meta-ettus-v4.3.0.0-rc2/e3xx_e310_sg3_mender_default-v4.3.0.0-rc1.zip 0
|
||||
e3xx_e310_sg3_sdimg_default meta-ettus-v4.3.0.0-rc2 e3xx/meta-ettus-v4.3.0.0-rc2/e3xx_e310_sg3_sdimg_default-v4.3.0.0-rc1.zip 0
|
||||
|
||||
# E320 Filesystems, etc
|
||||
e3xx_e320_sdk_default meta-ettus-v4.3.0.0-rc1 e3xx/meta-ettus-v4.3.0.0-rc1/e3xx_e320_sdk_default-v4.3.0.0-rc1.zip 0
|
||||
e3xx_e320_mender_default meta-ettus-v4.3.0.0-rc1 e3xx/meta-ettus-v4.3.0.0-rc1/e3xx_e320_mender_default-v4.3.0.0-rc1.zip 0
|
||||
e3xx_e320_sdimg_default meta-ettus-v4.3.0.0-rc1 e3xx/meta-ettus-v4.3.0.0-rc1/e3xx_e320_sdimg_default-v4.3.0.0-rc1.zip 0
|
||||
e3xx_e320_sdk_default meta-ettus-v4.3.0.0-rc2 e3xx/meta-ettus-v4.3.0.0-rc2/e3xx_e320_sdk_default-v4.3.0.0-rc1.zip 0
|
||||
e3xx_e320_mender_default meta-ettus-v4.3.0.0-rc2 e3xx/meta-ettus-v4.3.0.0-rc2/e3xx_e320_mender_default-v4.3.0.0-rc1.zip 0
|
||||
e3xx_e320_sdimg_default meta-ettus-v4.3.0.0-rc2 e3xx/meta-ettus-v4.3.0.0-rc2/e3xx_e320_sdimg_default-v4.3.0.0-rc1.zip 0
|
||||
|
||||
# N300-Series
|
||||
n3xx_n310_fpga_default uhd-dd757ac n3xx/uhd-dd757ac/n3xx_n310_fpga_default-gdd757ac.zip 14b9a713afad90a2bd27f1ebbac9ab95bbfa4aaea04ace3e7ee59f1698edc67a
|
||||
|
|
@ -43,9 +43,9 @@ n3xx_n320_cpld_default uhd-739b37b n3xx/uhd-739b37b/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-v4.3.0.0-rc1 n3xx/meta-ettus-v4.3.0.0-rc1/n3xx_common_sdk_default-v4.3.0.0-rc1.zip 0
|
||||
n3xx_common_mender_default meta-ettus-v4.3.0.0-rc1 n3xx/meta-ettus-v4.3.0.0-rc1/n3xx_common_mender_default-v4.3.0.0-rc1.zip 0
|
||||
n3xx_common_sdimg_default meta-ettus-v4.3.0.0-rc1 n3xx/meta-ettus-v4.3.0.0-rc1/n3xx_common_sdimg_default-v4.3.0.0-rc1.zip 0
|
||||
n3xx_common_sdk_default meta-ettus-v4.3.0.0-rc2 n3xx/meta-ettus-v4.3.0.0-rc2/n3xx_common_sdk_default-v4.3.0.0-rc1.zip 0
|
||||
n3xx_common_mender_default meta-ettus-v4.3.0.0-rc2 n3xx/meta-ettus-v4.3.0.0-rc2/n3xx_common_mender_default-v4.3.0.0-rc1.zip 0
|
||||
n3xx_common_sdimg_default meta-ettus-v4.3.0.0-rc2 n3xx/meta-ettus-v4.3.0.0-rc2/n3xx_common_sdimg_default-v4.3.0.0-rc1.zip 0
|
||||
|
||||
# B200-Series
|
||||
b2xx_b200_fpga_default uhd-8c49730 b2xx/uhd-8c49730/b2xx_b200_fpga_default-g8c49730.zip 8d1cb5157fa33b1212c868e1b3d76ffa529767218a1d4ec8436a3bb39dca4f94
|
||||
|
|
|
|||
Loading…
Reference in a new issue