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/bootutil: Split private image API out of image.h #1821

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Sep 12, 2024

  1. boot/bootutil: Split private image API out of image.h

    image.h will now only contain applicaiton image related structures
    and defines.
    The split has been done to reduce need for including extra headers,
    for example FIH support and mcuboot_config.h into software that
    needs the same defining as MCUboot but implements own functions.
    
    Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
    de-nordic committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    a8d109e View commit details
    Browse the repository at this point in the history