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

Xmc flash 2 #7317

Merged
merged 5 commits into from
May 27, 2020
Merged

Xmc flash 2 #7317

merged 5 commits into from
May 27, 2020

Commits on May 19, 2020

  1. Remove unnecessary XMC support from eboot

    eboot is always run with the flash access speed set to 20MHz, so
    there is no need for special treatment of XMC chips.
    ChocolateFrogsNuts committed May 19, 2020
    Configuration menu
    Copy the full SHA
    5c8daf8 View commit details
    Browse the repository at this point in the history
  2. After eboot copies the new firmware into place, verify the copy.

    If the data written to flash is as expected, the line cmp:0 will be displayed
    after the usual @cp:0 from eboot.
    ChocolateFrogsNuts committed May 19, 2020
    Configuration menu
    Copy the full SHA
    5ad1c0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca6ab15 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

  1. Disable interrupts during the precached part of _SPICommand()

    For some reason this was an issue during the reboot after an OTA update.
    ChocolateFrogsNuts committed May 20, 2020
    Configuration menu
    Copy the full SHA
    39df38a View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. Configuration menu
    Copy the full SHA
    e3f2f6b View commit details
    Browse the repository at this point in the history