codyps / stm32f7xx

1 stars 2 forks source link

build(deps): update cortex-m-rt requirement from 0.5.0 to 0.6.15 #28

Open dependabot-preview[bot] opened 2 years ago

dependabot-preview[bot] commented 2 years ago

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

Changelog

Sourced from cortex-m-rt's changelog.

Backport release: [v0.6.15] - 2021-07-12

Fixed

  • Backport: Mark .bss as NOLOAD (#265)
  • Backport: Fix possible overflow of .data region (#286)
  • Backport: Perform volatile reads of ICSR in DefaultHandler (#[315])

Other

  • Backport: Use links in Cargo.toml to prevent multiple linking of cortex-m-rt (#276)
  • Backport: Use same version for macros crate as for cortex-m-rt itself (#245)

#245: rust-embedded/cortex-m-rt#245 #265: rust-embedded/cortex-m-rt#265 #276: rust-embedded/cortex-m-rt#276 #286: rust-embedded/cortex-m-rt#286 #315: rust-embedded/cortex-m-rt#315

Backport release: [v0.6.14] - 2021-05-19

Fixed

  • Backport: Allow building the crate for macOS targets (#306, #310).

#306: rust-embedded/cortex-m-rt#306 #310: rust-embedded/cortex-m-rt#310

Backport release: [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)

Backport release: [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).

... (truncated)

Commits
  • ad9bacd Merge #329
  • d5f9aef Fix examples build for nightly
  • cf67e58 Fix some text blocks to prevent them building as doctests.
  • f02376f Backport fixes to some compilefail tests.
  • 8904cb1 Backport GHA CI from master branch
  • f1a3172 Fix version number for macros dependency.
  • 4acf9bb Apply suggestions from code review
  • bd93af1 Update changelog for new v0.6.15 backport release
  • f90ec2b Change macros crate to same version as cortex-m-rt, with strict version depen...
  • 04d700d Read all bits from ICSR register
  • Additional commits viewable in compare view


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)