Skip to content

Commit 79433b0

Browse files
microbuildernashif
authored andcommitted
release-notes: 3.4: Add Aarch32 and TF-M notes
Adds release notes for Aarch32 and TF-M for Zephyr 3.4.0. Signed-off-by: Kevin Townsend <[email protected]>
1 parent bc13ce1 commit 79433b0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

doc/releases/release-notes-3.4.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,11 @@ Architectures
306306
* Removed absolute symbols :c:macro:`___basic_sf_t_SIZEOF`,
307307
:c:macro:`_K_THREAD_NO_FLOAT_SIZEOF`, :c:macro:`___cpu_context_t_SIZEOF`
308308
and :c:macro:`___thread_stack_info_t_SIZEOF`
309+
* Enabled fp16 for Cortex-M55
310+
* Fixed a compilation issue with arm-clang and TrustZone
311+
* Implemented a new cache-management API
312+
* Added support for generating zImage headers
313+
* Introduced a new :c:func:`z_arm_on_enter_cpu_idle` hook on CPU idle
309314

310315
* ARM64
311316

@@ -478,6 +483,7 @@ Boards & SoC Support
478483
* ST Nucleo H563ZI
479484
* ST STM32H573I-DK Discovery
480485
* Raspberry Pi Pico W
486+
* Xilinx KV260 (Cortex-R5)
481487

482488
* Added support for these ARM64 boards:
483489

@@ -1340,6 +1346,11 @@ Storage
13401346
Trusted Firmware-M
13411347
******************
13421348

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

0 commit comments

Comments
 (0)