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

Cleanup warning #2

Commits on Jan 15, 2024

  1. kconfig: remove max-align config

    The max alignement for flash write is now fetched from device tree,
    there is no need for that kconfig entry anymore.
    
    Fixes 1fb66a1
    
    Signed-off-by: Nicolas VINCENT <[email protected]>
    nvincent-vossloh authored and smartin-vossloh committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    64b1374 View commit details
    Browse the repository at this point in the history
  2. direct-xip : Do not compile boot_version_cmp when MCUBOOT_DIRECT_XIP_…

    …DOWNGRADE_ALLOWED is set
    
    Avoid compilation warning about unused function.
    
    Signed-off-by: Samuel MARTIN <[email protected]>
    smartin-vossloh committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    8ff5ba6 View commit details
    Browse the repository at this point in the history
  3. CI: github: Allow Mynewt run job failure

    Our CI environment does not support Mynewt targets.
    
    Signed-off-by: Samuel MARTIN <[email protected]>
    smartin-vossloh committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    09353ab View commit details
    Browse the repository at this point in the history