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

boot: mynewt: Respect minimum write size #1743

Merged
merged 1 commit into from
Jul 17, 2023

Commits on Jul 11, 2023

  1. boot: mynewt: Respect minimum write size

    For MCUs with restriction on minimum write size (STM32H7)
    unaligned writes resulted in flash write errors preventing
    any sort of update.
    
    Now MCUBOOT_BOOT_MAX_ALIGN can be set accordingly to value
    that flash driver uses.
    For alignment <= 8 default value provided by mcuboot config
    is still used.
    
    Signed-off-by: Jerzy Kasenberg <jerzy.kasenberg@codecoup.pl>
    kasjer committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    8e1b9d1 View commit details
    Browse the repository at this point in the history