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

Erase addr size / section of the flash memory with st-flash #1213

Merged
merged 8 commits into from
Jan 15, 2022

Commits on Jan 6, 2022

  1. st-flash erase addr size

    Antoine Faure committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    42790f3 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2022

  1. Get each page size before erasing

    Antoine Faure committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    d3bf145 View commit details
    Browse the repository at this point in the history
  2. Check parameters validity

    Antoine Faure committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    8a1535e View commit details
    Browse the repository at this point in the history
  3. Make sure address and size are each aligned with a page

    Antoine Faure committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    f277fdb View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. Use stlink_erase_flash_section in stlink_write_flash

    Antoine Faure committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    77b3319 View commit details
    Browse the repository at this point in the history
  2. Update log

    Antoine Faure committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    a2a04dd View commit details
    Browse the repository at this point in the history
  3. Allow to completely erase a page when size is not aligned

    Antoine Faure committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    8667990 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. Factorize address checks

    Antoine Faure committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    74957ef View commit details
    Browse the repository at this point in the history