Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2.2.0 release notes for ARM Architecture #22978

Merged
merged 5 commits into from
Feb 21, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 18 additions & 2 deletions doc/releases/release-notes-2.2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
Zephyr 2.2.0 (Working Draft)
############################

We are pleased to announce the release of Zephyr kernel version 2.2.0.
We are pleased to announce the release of Zephyr RTOS version 2.2.0.

Major enhancements with this release include:

* We added initial support for 64-bit ARMv8-A architecture (Experimental).
* CANopen protocol support through 3rd party CANopenNode stack

The following sections provide detailed lists of changes by component.
Expand Down Expand Up @@ -144,7 +145,15 @@ Architectures

* ARM:

* Removed support for CC2650
* Added initial support for ARMv8-A 64-bit architecture (Experimental)
carlocaione marked this conversation as resolved.
Show resolved Hide resolved
* Added support for Direct Dynamic Interrupts in ARM Cortex-M
* Fixed several critical bugs in ARM Cortex-R architecture port
* Fixed several critical bugs in Stack Limit checking for ARMv8-M
* Added QEMU emulation support for ARM Cortex-A53
* Enhanced QEMU emulation support for ARM Cortex-R architecture
* Enhanced test coverage for ARM-specific kernel features
* Added support for GIC SGI and PPI interrupt types
* Refactored GIC driver to support multiple GIC versions

* POSIX:

Expand Down Expand Up @@ -178,6 +187,13 @@ Boards & SoC Support

* <TBD>

* Removed support for these ARM boards:

.. rst-class:: rst-columns

* TI CC2650


* Added support for these following shields:

.. rst-class:: rst-columns
Expand Down