You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[NXP][platform] Forcing 4 bytes alignment for the RAM storage read buffer (#33895)
Issue could happen on NXP platforms supporting Matter with the RAM storage module + littlefs due to read buffer alignment issue.
As mflash_drv_read mandates the alignment of dst read buffer to 4 bytes, make sure to always align read buffers to 4 bytes.
Signed-off-by: Gatien Chapon <gatien.chapon@nxp.com>
0 commit comments