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

Improve the startup code on the STM32F070 #4525

Merged
merged 3 commits into from
Jul 10, 2017
Merged

Commits on Jun 12, 2017

  1. Improve the startup code on the STM32F070

    This reduces the number of loads inside of the .data copy loop by 3 by using one more register. It should work on any STM32 with at least 5 general-purpose registers. If only 4 are available, then 1 load could still be removed from the original implementation.
    fahhem committed Jun 12, 2017
    Configuration menu
    Copy the full SHA
    38b64ab View commit details
    Browse the repository at this point in the history
  2. Fix add -> adds typo

    fahhem committed Jun 12, 2017
    Configuration menu
    Copy the full SHA
    53f5f66 View commit details
    Browse the repository at this point in the history
  3. do while -> while

    fahhem committed Jun 12, 2017
    Configuration menu
    Copy the full SHA
    28e8bc0 View commit details
    Browse the repository at this point in the history