Skip to content

Commit

Permalink
Update README.md and changelog for v2.5 (#959)
Browse files Browse the repository at this point in the history
  • Loading branch information
schelleg committed Oct 7, 2019
1 parent 46ba2ee commit 8d48a87
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ Please ask questions on the <a href="https://discuss.pynq.io" target="_blank">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)
27 changes: 27 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
============================

Expand Down

0 comments on commit 8d48a87

Please sign in to comment.