Files
mbedtls/ChangeLog.d/iar-alignment-fix.txt
2026-04-27 08:38:52 +02:00

7 lines
259 B
Plaintext

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