Skip to content
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

nuttx: switch to flash_area_get_sector #1764

Merged
merged 1 commit into from
Aug 2, 2023

Conversation

michallenc
Copy link
Contributor

Function flash_area_sector_from_off is replaced with newly used flash_area_get_sector to cope with calls in bootutil_misc.c file.

This is required for CONFIG_MCUBOOT_SWAP_USING_MOVE to work correctly.

This is basically a follow up to #1727 that worked but with older version of mcuboot as flash_area_sector_from_off was
replaced with flash_area_get_sector few months ago and I was not aware of this change.

Function flash_area_sector_from_off is replaced with newly used
flash_area_get_sector to cope with calls in bootutil_misc.c file.

This is required for CONFIG_MCUBOOT_SWAP_USING_MOVE to work correctly.

Signed-off-by: Michal Lenc <michallenc@seznam.cz>
@nvlsianpu nvlsianpu added the area: nuttx Affects the NuttX port label Aug 2, 2023
@nvlsianpu nvlsianpu merged commit aa7e2b1 into mcu-tools:main Aug 2, 2023
54 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: nuttx Affects the NuttX port
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants