diff --git a/ChangeLog.d/iar-alignment-fix.txt b/ChangeLog.d/iar-alignment-fix.txt new file mode 100644 index 0000000000..dde839f16f --- /dev/null +++ b/ChangeLog.d/iar-alignment-fix.txt @@ -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 +