codyps / stm32f7xx

1 stars 2 forks source link

build(deps): update cortex-m-rt requirement from 0.5.0 to 0.6.13 #20

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Updates the requirements on cortex-m-rt to permit the latest version.

Changelog

Sourced from cortex-m-rt's changelog.

[v0.6.13] - 2020-09-07

Fixed

  • (ARMv6-M) Set LR value to a known value on reset (as the ARM spec requires)
  • Added CFI and size info to external assembly subroutines (HardFaultTrampoline)

[v0.6.12] - 2020-01-26

Fixed

  • Fixed lint warnings getting emitted on macro-generated code.

[v0.6.11] - 2019-12-04

Changed

  • Macros now generate a second trampoline function instead of randomizing the function's symbol name. This makes the build deterministic.
  • [breaking-change] static mut resources no longer have 'static lifetime except in the #[entry] function (this is a soundness fix; see #212).

#212: rust-embedded/cortex-m-rt#212

[v0.6.10] - 2019-07-25

Fixed

  • Linker template now takes and discard *(.ARM.exidx)

[v0.6.9] - 2019-07-11

Added

  • Input .uninit.* sections are now collected into an output .uninit section. Uninitialized static variables are meant to be placed in these sections. The output .uninit section is not initialized by the runtime.

[v0.6.8] - 2019-04-02

Fixed

  • Correct stack-pointer is selected on HardFault
  • Linker template now takes and discard *(.ARM.extab.*)
  • Misc. documentation fixes

Changed

  • Architecture added: armv8-m.main
  • Cortex-M team added to authors
Commits


You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #26.