Added a changelog entry for IAR unalignment fix.

Signed-off-by: Lars-Ove Karlsson <lars-ove.karlsson@iar.com>
This commit is contained in:
Lars-Ove Karlsson
2025-08-11 08:22:36 +02:00
committed by Lars-Ove Karlsson
parent 595b0b577b
commit 05890c71c8

View File

@@ -0,0 +1,6 @@
Bugfix
* Fix a problem in library/alignment.h where the Zephyr Project use
a pre-defined macro '__packed' which collides with the IAR keyword
'__packed', causing the typedefs of unaligned types to remain aligned.
Fixes mbedtls issue #10334