File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -306,6 +306,11 @@ Architectures
306
306
* Removed absolute symbols :c:macro: `___basic_sf_t_SIZEOF `,
307
307
:c:macro: `_K_THREAD_NO_FLOAT_SIZEOF `, :c:macro: `___cpu_context_t_SIZEOF `
308
308
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
309
314
310
315
* ARM64
311
316
@@ -478,6 +483,7 @@ Boards & SoC Support
478
483
* ST Nucleo H563ZI
479
484
* ST STM32H573I-DK Discovery
480
485
* Raspberry Pi Pico W
486
+ * Xilinx KV260 (Cortex-R5)
481
487
482
488
* Added support for these ARM64 boards:
483
489
@@ -1340,6 +1346,11 @@ Storage
1340
1346
Trusted Firmware-M
1341
1347
******************
1342
1348
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
+
1343
1354
zcbor
1344
1355
*****
1345
1356
You can’t perform that action at this time.
0 commit comments