-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fat_fs: Add support for the "win" variable alignment in FATFS struct #9
fat_fs: Add support for the "win" variable alignment in FATFS struct #9
Conversation
Hi all, Regards, |
Hi @de-nordic @carlescufi , I'm still pending review for this PR, can you please help to review? Regards, |
Any updates? Regards, |
@ngboonkhai we don't really have any additional mantainers besides @de-nordic. As soon as he approves we can merge this, but remember that you need to create a PR to the main zephyr repo as described here: |
Okay noted carlescufi. Will work closely with Ermel. |
a2f2976
to
32f6bef
Compare
Hi Ermel, Done force push the PR with the update that align with our discussion. Please check. Regards, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks OK. Thanks!
Thanks @de-nordic :D |
@carlescufi Please help me to merge the PR, Thanks Regards, |
@ngboonkhai Please address my issue here zephyrproject-rtos/zephyr#41096 (comment) |
Hi @de-nordic Done force push, Thanks Regards, |
@carlescufi This already passes tests with Zephyr manifest, so please review. |
This is to support Sypnosys Designware SDMMC controller read and write operation where the buffer address is needed to be 16bytes and 512bytes aligned. Adding macro FS_FATFS_WINDOW_ALIGNMENT to align the "win" variable address in FATFS struct. Signed-off-by: Boon Khai Ng <[email protected]>
32f6bef
to
196cad9
Compare
Thanks @de-nordic, @nvlsianpu ! |
This is to support Sypnosys Designware SDMMC controller read and write
operation where the buffer address is needed to be 16bytes and 512bytes
aligned. Adding macro FS_FATFS_WIN_ALIGN to align the "win" variable
address in FATFS struct.
Signed-off-by: Boon Khai Ng [email protected]