diff --git a/README.md b/README.md index 316936f9b..141aeb390 100755 --- a/README.md +++ b/README.md @@ -50,14 +50,14 @@ Please ask questions on the PY ## Licenses -**PYNQ** License : [BSD 3-Clause License](https://github.com/Xilinx/PYNQ/blob/master/LICENSE) +**PYNQ** License: [BSD 3-Clause License](https://github.com/Xilinx/PYNQ/blob/master/LICENSE) -**Xilinx Embedded SW** License : [Multiple License File](https://github.com/Xilinx/embeddedsw/blob/master/license.txt) +**Xilinx Embedded SW** License: [Multiple License File](https://github.com/Xilinx/embeddedsw/blob/master/license.txt) **Digilent IP** License: [MIT License](https://github.com/Xilinx/PYNQ/blob/master/THIRD_PARTY_LIC) ## SDBuild Open Source Components -**License and Copyrights Info** [TAR/GZIP](https://www.xilinx.com/member/forms/download/xef.html?filename=pynq-v2.4.1-license.tar.gz) +**License and Copyrights Info** [TAR/GZIP](http://bit.ly/2Os4h03) -**Open Components Source Code** [TAR/GZIP](https://www.xilinx.com/member/forms/download/xef.html?filename=pynq-v2.4.1-open_components.tar.gz) +**Open Components Source Code** [TAR/GZIP](http://bit.ly/2AUmcUY) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 0c2c32343..b57036933 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -2,6 +2,33 @@ Change Log ************************ +Version 2.5 +============================ + +* Image releases: + * pynq_z1_v2.5 + * pynq_z2_v2.5 + * zcu104_v2.5 + * zcu111_v2.5 + +Within those image files, PYNQ v2.5 is already installed. Updates to PYNQ since the last release include: + +* Productivity Additions + * Updated to JupyterLab 1.1.3 + * JupyterLab extensions support added + * Support for multiple memories using mem_dict entries + * Support for Device Tree Overlays delivered with PL overlays + * Support for custom PL device communication using the Device metaclass +* Programmable Logic Updates + * All bitstreams built using Vivado 2019.1 + * XRT Support added (beta) +* Repository Updates + * Jenkins CI added + * Sdist support added (removing all binaries from the repository) +* SDBuild Updates + * Boot partition built on Petalinux 2019.1 + + Version 2.4 ============================