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

add combinations of NVM_FLASH_WRITEONCE config tests #343

Merged
merged 6 commits into from
Aug 17, 2023

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    9fa6bb3 View commit details
    Browse the repository at this point in the history
  2. remove the FLAGS_HOME section since it will erase

    the encryption key
    jpbland1 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    cbccccb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d736c91 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. update the sim hal to erase with FLASH_BYTE_ERASED

    instead of 0xff since FLAGS_INVERT doesn't use 0xff
    jpbland1 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    1d859ef View commit details
    Browse the repository at this point in the history
  2. erase the sector flags when wolfBoot_update_trigger

    is called for NVM_FLASH_WRITEONCE and WOLFBOOT_FLAGS_INVERT since NVM_FLASH_WRITEONCE relies on finding non-erased flags to determine which sector is fresh and since WOLFBOOT_FLAGS_INVERT may use a different fill byte than what bin-assemble was compiled with
    jpbland1 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    d63316f View commit details
    Browse the repository at this point in the history
  3. revert unready tests

    jpbland1 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    baac5cc View commit details
    Browse the repository at this point in the history