Files
nuttx/include
zhangyuan29 069ceab9c5 lzf: prevent lzf header struct optimization
Add packed attribute to lzf header structs to prevent the compiler
from optimizing lzf_magic array initialization into wider store
instructions (e.g. st.h), which can cause misaligned access
exceptions on architectures that do not support unaligned memory access.

Signed-off-by: zhangyuan29 <zhangyuan29@xiaomi.com>
2026-02-13 11:58:50 +01:00
..
2026-02-10 08:15:01 -03:00
2025-11-10 10:56:29 +01:00
2026-01-22 22:14:00 +08:00
2026-01-16 10:03:53 +08:00