Skip to content

Commit

Permalink
release-notes: 3.4: Add Aarch32 and TF-M notes
Browse files Browse the repository at this point in the history
Adds release notes for Aarch32 and TF-M for Zephyr 3.4.0.

Signed-off-by: Kevin Townsend <[email protected]>
  • Loading branch information
microbuilder authored and nashif committed Jun 14, 2023
1 parent bc13ce1 commit 79433b0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/releases/release-notes-3.4.rst
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,11 @@ Architectures
* Removed absolute symbols :c:macro:`___basic_sf_t_SIZEOF`,
:c:macro:`_K_THREAD_NO_FLOAT_SIZEOF`, :c:macro:`___cpu_context_t_SIZEOF`
and :c:macro:`___thread_stack_info_t_SIZEOF`
* Enabled fp16 for Cortex-M55
* Fixed a compilation issue with arm-clang and TrustZone
* Implemented a new cache-management API
* Added support for generating zImage headers
* Introduced a new :c:func:`z_arm_on_enter_cpu_idle` hook on CPU idle

* ARM64

Expand Down Expand Up @@ -478,6 +483,7 @@ Boards & SoC Support
* ST Nucleo H563ZI
* ST STM32H573I-DK Discovery
* Raspberry Pi Pico W
* Xilinx KV260 (Cortex-R5)

* Added support for these ARM64 boards:

Expand Down Expand Up @@ -1340,6 +1346,11 @@ Storage
Trusted Firmware-M
******************

* Enable routing of PSA Crypto API calls from NS to S, thanks to separating MbedTLS into three
distinct libraries at build time (crypto, TLS, X.509). This also resolves header conflicts with
earlier integrations of TF-M and MbedTLS.
* Added psa_crypto sample back.

zcbor
*****

Expand Down

0 comments on commit 79433b0

Please sign in to comment.