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: add support for swap without scratch area #1727

Merged
merged 1 commit into from
Jul 8, 2023

Commits on Jun 21, 2023

  1. nuttx: add support for swap without scratch area

    Definition of MCUBOOT_SWAP_USING_MOVE in case swap without scratch area
    is configured in NuttX was missing from mcuboot_config.h file.
    
    Also necessary function flash_area_sector_from_off() is defined and
    declared in order to support swap without scratch.
    
    Signed-off-by: Michal Lenc <michallenc@seznam.cz>
    michallenc committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    c9e098c View commit details
    Browse the repository at this point in the history