Skip to content

Commit 15d6a22

Browse files
100: Bump cortex-m-rtic from 1.1.3 to 1.1.4 in /rtic_v1/stm32f411_edge_counter r=AfoHT a=dependabot[bot] Bumps [cortex-m-rtic](https://github.com/rtic-rs/cortex-m-rtic) from 1.1.3 to 1.1.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rtic-rs/cortex-m-rtic/blob/master/CHANGELOG.md">cortex-m-rtic's changelog</a>.</em></p> <blockquote> <h2>[v1.1.4] - 2023-02-26</h2> <h3>Added</h3> <ul> <li>CFG: Support #[cfg] on HW task, cleanup for SW tasks</li> <li>CFG: Slightly improved support for #[cfg] on Monotonics</li> <li>CI: Check examples also for thumbv8.{base,main}</li> <li>Allow custom <code>link_section</code> attributes for late resources</li> </ul> <h3>Fixed</h3> <ul> <li>Attempt to handle docs generation enabling <code>deny(missing_docs)</code></li> <li>Book: Editorial review</li> <li>Use native GHA rustup and cargo</li> <li>Distinguish between thumbv8m.base and thumbv8m.main for basepri usage.</li> </ul> <h3>Changed</h3> <ul> <li>Updated dev-dependency cortex-m-semihosting to v0.5</li> <li>CI: Updated to setup-python@v4</li> <li>CI: Updated to checkout@v3</li> <li>Tuned redirect message for rtic.rs/meeting</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/1c5db277e4161470136dbd2a11e914ff1d383581"><code>1c5db27</code></a> Merge <a href="https://github-redirect.dependabot.com/rtic-rs/cortex-m-rtic/issues/698">#698</a></li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/e1a0987dc2cff288a35359db48c3a7ca7e2807dc"><code>e1a0987</code></a> Release: v1.1.4</li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/dbc6964f8851ab9a54b55bd2620d5e1096e30f12"><code>dbc6964</code></a> example: pool: Do not print the addr</li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/d43c2b64cc726ff093d418d45d89226dd76e4e55"><code>d43c2b6</code></a> Merge <a href="https://github-redirect.dependabot.com/rtic-rs/cortex-m-rtic/issues/692">#692</a></li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/a601c6e449e7222dcfe73bc2f2c41c95b99b46d7"><code>a601c6e</code></a> Merge <a href="https://github-redirect.dependabot.com/rtic-rs/cortex-m-rtic/issues/691">#691</a></li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/a5e18cd5294870be824f90bdd1d586586c37a153"><code>a5e18cd</code></a> Merge <a href="https://github-redirect.dependabot.com/rtic-rs/cortex-m-rtic/issues/686">#686</a></li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/04189cc6844d7d43305a57464713defb5a46d85c"><code>04189cc</code></a> Mostly editorial review.</li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/800904a1054639a090ef92e9b1e7c884ea9863e0"><code>800904a</code></a> Handle more cfgs, support cfg on HW/SW tasks</li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/259be7bbf9cfa0ac24c276190515e988d98770b7"><code>259be7b</code></a> Update changelog</li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/022330bfcb4b29bd8e939f2ae3a784c787a6ee95"><code>022330b</code></a> Add example cfg-ing a Monotonic, showing limitations imposed by rtic-syntax</li> <li>Additional commits viewable in <a href="https://github.com/rtic-rs/cortex-m-rtic/compare/v1.1.3...v1.1.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cortex-m-rtic&package-manager=cargo&previous-version=1.1.3&new-version=1.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting ``@dependabot` rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> 101: Bump cortex-m-rtic from 1.1.3 to 1.1.4 in /rtic_v1/stm32f4_pwm_monitor r=AfoHT a=dependabot[bot] Bumps [cortex-m-rtic](https://github.com/rtic-rs/cortex-m-rtic) from 1.1.3 to 1.1.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rtic-rs/cortex-m-rtic/blob/master/CHANGELOG.md">cortex-m-rtic's changelog</a>.</em></p> <blockquote> <h2>[v1.1.4] - 2023-02-26</h2> <h3>Added</h3> <ul> <li>CFG: Support #[cfg] on HW task, cleanup for SW tasks</li> <li>CFG: Slightly improved support for #[cfg] on Monotonics</li> <li>CI: Check examples also for thumbv8.{base,main}</li> <li>Allow custom <code>link_section</code> attributes for late resources</li> </ul> <h3>Fixed</h3> <ul> <li>Attempt to handle docs generation enabling <code>deny(missing_docs)</code></li> <li>Book: Editorial review</li> <li>Use native GHA rustup and cargo</li> <li>Distinguish between thumbv8m.base and thumbv8m.main for basepri usage.</li> </ul> <h3>Changed</h3> <ul> <li>Updated dev-dependency cortex-m-semihosting to v0.5</li> <li>CI: Updated to setup-python@v4</li> <li>CI: Updated to checkout@v3</li> <li>Tuned redirect message for rtic.rs/meeting</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/1c5db277e4161470136dbd2a11e914ff1d383581"><code>1c5db27</code></a> Merge <a href="https://github-redirect.dependabot.com/rtic-rs/cortex-m-rtic/issues/698">#698</a></li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/e1a0987dc2cff288a35359db48c3a7ca7e2807dc"><code>e1a0987</code></a> Release: v1.1.4</li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/dbc6964f8851ab9a54b55bd2620d5e1096e30f12"><code>dbc6964</code></a> example: pool: Do not print the addr</li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/d43c2b64cc726ff093d418d45d89226dd76e4e55"><code>d43c2b6</code></a> Merge <a href="https://github-redirect.dependabot.com/rtic-rs/cortex-m-rtic/issues/692">#692</a></li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/a601c6e449e7222dcfe73bc2f2c41c95b99b46d7"><code>a601c6e</code></a> Merge <a href="https://github-redirect.dependabot.com/rtic-rs/cortex-m-rtic/issues/691">#691</a></li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/a5e18cd5294870be824f90bdd1d586586c37a153"><code>a5e18cd</code></a> Merge <a href="https://github-redirect.dependabot.com/rtic-rs/cortex-m-rtic/issues/686">#686</a></li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/04189cc6844d7d43305a57464713defb5a46d85c"><code>04189cc</code></a> Mostly editorial review.</li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/800904a1054639a090ef92e9b1e7c884ea9863e0"><code>800904a</code></a> Handle more cfgs, support cfg on HW/SW tasks</li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/259be7bbf9cfa0ac24c276190515e988d98770b7"><code>259be7b</code></a> Update changelog</li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/022330bfcb4b29bd8e939f2ae3a784c787a6ee95"><code>022330b</code></a> Add example cfg-ing a Monotonic, showing limitations imposed by rtic-syntax</li> <li>Additional commits viewable in <a href="https://github.com/rtic-rs/cortex-m-rtic/compare/v1.1.3...v1.1.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cortex-m-rtic&package-manager=cargo&previous-version=1.1.3&new-version=1.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting ``@dependabot` rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> 102: Bump stm32f3xx-hal from 0.9.1 to 0.9.2 in /rtic_v0.5/stm32f3_blinky r=AfoHT a=dependabot[bot] Bumps [stm32f3xx-hal](https://github.com/stm32-rs/stm32f3xx-hal) from 0.9.1 to 0.9.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/stm32-rs/stm32f3xx-hal/releases">stm32f3xx-hal's releases</a>.</em></p> <blockquote> <h2>Release v0.9.2</h2> <h3>Added</h3> <ul> <li>Add missing ADC channels (<a href="https://github-redirect.dependabot.com/stm32-rs/stm32f3xx-hal/issues/337">#337</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fix wrong timer frequency calculation and unexpected panics (<a href="https://github-redirect.dependabot.com/stm32-rs/stm32f3xx-hal/issues/338">#338</a>)</li> </ul> <h3>Changed</h3> <ul> <li>The MSRV was bumped to 1.59 (<a href="https://github-redirect.dependabot.com/stm32-rs/stm32f3xx-hal/issues/340">#340</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/stm32-rs/stm32f3xx-hal/blob/master/CHANGELOG.md">stm32f3xx-hal's changelog</a>.</em></p> <blockquote> <h2>[v0.9.2] - 2023-02-20</h2> <h3>Added</h3> <ul> <li>Add missing ADC channels (<a href="https://github-redirect.dependabot.com/stm32-rs/stm32f3xx-hal/issues/337">#337</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fix wrong timer frequency calculation and unexpected panics (<a href="https://github-redirect.dependabot.com/stm32-rs/stm32f3xx-hal/issues/338">#338</a>)</li> </ul> <h3>Changed</h3> <ul> <li>The MSRV was bumped to 1.59 (<a href="https://github-redirect.dependabot.com/stm32-rs/stm32f3xx-hal/issues/340">#340</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/stm32-rs/stm32f3xx-hal/commit/dac158e1ac34fa67663858da1be75e5f303d335f"><code>dac158e</code></a> Release v{{version}}</li> <li><a href="https://github.com/stm32-rs/stm32f3xx-hal/commit/662df99c94ad6f4bd1a5399b586b141c213aca1a"><code>662df99</code></a> Fix cargo-release config</li> <li><a href="https://github.com/stm32-rs/stm32f3xx-hal/commit/26f43169dc3987da7dda44ef9ea7a82e0f1f5dd0"><code>26f4316</code></a> Upgrade MSRV to 1.59</li> <li><a href="https://github.com/stm32-rs/stm32f3xx-hal/commit/4bbf94c40b18d5ca12088b13119932b9f501ba37"><code>4bbf94c</code></a> Update cortex-m-rt</li> <li><a href="https://github.com/stm32-rs/stm32f3xx-hal/commit/bea4ceab86c680e6fedb2ceb35e753a20fb6157d"><code>bea4cea</code></a> Fix timer panic on high frequencies</li> <li><a href="https://github.com/stm32-rs/stm32f3xx-hal/commit/e47411926c491f7f7edd832d0eb894b16f12ac04"><code>e474119</code></a> Add missing adc channels</li> <li>See full diff in <a href="https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.9.1...v0.9.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=stm32f3xx-hal&package-manager=cargo&previous-version=0.9.1&new-version=0.9.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting ``@dependabot` rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> 103: Bump cortex-m-rtic from 1.1.3 to 1.1.4 in /rtic_v1/stm32f1_bluepill_blinky r=AfoHT a=dependabot[bot] Bumps [cortex-m-rtic](https://github.com/rtic-rs/cortex-m-rtic) from 1.1.3 to 1.1.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rtic-rs/cortex-m-rtic/blob/master/CHANGELOG.md">cortex-m-rtic's changelog</a>.</em></p> <blockquote> <h2>[v1.1.4] - 2023-02-26</h2> <h3>Added</h3> <ul> <li>CFG: Support #[cfg] on HW task, cleanup for SW tasks</li> <li>CFG: Slightly improved support for #[cfg] on Monotonics</li> <li>CI: Check examples also for thumbv8.{base,main}</li> <li>Allow custom <code>link_section</code> attributes for late resources</li> </ul> <h3>Fixed</h3> <ul> <li>Attempt to handle docs generation enabling <code>deny(missing_docs)</code></li> <li>Book: Editorial review</li> <li>Use native GHA rustup and cargo</li> <li>Distinguish between thumbv8m.base and thumbv8m.main for basepri usage.</li> </ul> <h3>Changed</h3> <ul> <li>Updated dev-dependency cortex-m-semihosting to v0.5</li> <li>CI: Updated to setup-python@v4</li> <li>CI: Updated to checkout@v3</li> <li>Tuned redirect message for rtic.rs/meeting</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/1c5db277e4161470136dbd2a11e914ff1d383581"><code>1c5db27</code></a> Merge <a href="https://github-redirect.dependabot.com/rtic-rs/cortex-m-rtic/issues/698">#698</a></li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/e1a0987dc2cff288a35359db48c3a7ca7e2807dc"><code>e1a0987</code></a> Release: v1.1.4</li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/dbc6964f8851ab9a54b55bd2620d5e1096e30f12"><code>dbc6964</code></a> example: pool: Do not print the addr</li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/d43c2b64cc726ff093d418d45d89226dd76e4e55"><code>d43c2b6</code></a> Merge <a href="https://github-redirect.dependabot.com/rtic-rs/cortex-m-rtic/issues/692">#692</a></li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/a601c6e449e7222dcfe73bc2f2c41c95b99b46d7"><code>a601c6e</code></a> Merge <a href="https://github-redirect.dependabot.com/rtic-rs/cortex-m-rtic/issues/691">#691</a></li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/a5e18cd5294870be824f90bdd1d586586c37a153"><code>a5e18cd</code></a> Merge <a href="https://github-redirect.dependabot.com/rtic-rs/cortex-m-rtic/issues/686">#686</a></li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/04189cc6844d7d43305a57464713defb5a46d85c"><code>04189cc</code></a> Mostly editorial review.</li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/800904a1054639a090ef92e9b1e7c884ea9863e0"><code>800904a</code></a> Handle more cfgs, support cfg on HW/SW tasks</li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/259be7bbf9cfa0ac24c276190515e988d98770b7"><code>259be7b</code></a> Update changelog</li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/022330bfcb4b29bd8e939f2ae3a784c787a6ee95"><code>022330b</code></a> Add example cfg-ing a Monotonic, showing limitations imposed by rtic-syntax</li> <li>Additional commits viewable in <a href="https://github.com/rtic-rs/cortex-m-rtic/compare/v1.1.3...v1.1.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cortex-m-rtic&package-manager=cargo&previous-version=1.1.3&new-version=1.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting ``@dependabot` rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> 104: Bump stm32f3xx-hal from 0.9.1 to 0.9.2 in /rtic_v1/stm32f3_blinky r=AfoHT a=dependabot[bot] Bumps [stm32f3xx-hal](https://github.com/stm32-rs/stm32f3xx-hal) from 0.9.1 to 0.9.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/stm32-rs/stm32f3xx-hal/releases">stm32f3xx-hal's releases</a>.</em></p> <blockquote> <h2>Release v0.9.2</h2> <h3>Added</h3> <ul> <li>Add missing ADC channels (<a href="https://github-redirect.dependabot.com/stm32-rs/stm32f3xx-hal/issues/337">#337</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fix wrong timer frequency calculation and unexpected panics (<a href="https://github-redirect.dependabot.com/stm32-rs/stm32f3xx-hal/issues/338">#338</a>)</li> </ul> <h3>Changed</h3> <ul> <li>The MSRV was bumped to 1.59 (<a href="https://github-redirect.dependabot.com/stm32-rs/stm32f3xx-hal/issues/340">#340</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/stm32-rs/stm32f3xx-hal/blob/master/CHANGELOG.md">stm32f3xx-hal's changelog</a>.</em></p> <blockquote> <h2>[v0.9.2] - 2023-02-20</h2> <h3>Added</h3> <ul> <li>Add missing ADC channels (<a href="https://github-redirect.dependabot.com/stm32-rs/stm32f3xx-hal/issues/337">#337</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fix wrong timer frequency calculation and unexpected panics (<a href="https://github-redirect.dependabot.com/stm32-rs/stm32f3xx-hal/issues/338">#338</a>)</li> </ul> <h3>Changed</h3> <ul> <li>The MSRV was bumped to 1.59 (<a href="https://github-redirect.dependabot.com/stm32-rs/stm32f3xx-hal/issues/340">#340</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/stm32-rs/stm32f3xx-hal/commit/dac158e1ac34fa67663858da1be75e5f303d335f"><code>dac158e</code></a> Release v{{version}}</li> <li><a href="https://github.com/stm32-rs/stm32f3xx-hal/commit/662df99c94ad6f4bd1a5399b586b141c213aca1a"><code>662df99</code></a> Fix cargo-release config</li> <li><a href="https://github.com/stm32-rs/stm32f3xx-hal/commit/26f43169dc3987da7dda44ef9ea7a82e0f1f5dd0"><code>26f4316</code></a> Upgrade MSRV to 1.59</li> <li><a href="https://github.com/stm32-rs/stm32f3xx-hal/commit/4bbf94c40b18d5ca12088b13119932b9f501ba37"><code>4bbf94c</code></a> Update cortex-m-rt</li> <li><a href="https://github.com/stm32-rs/stm32f3xx-hal/commit/bea4ceab86c680e6fedb2ceb35e753a20fb6157d"><code>bea4cea</code></a> Fix timer panic on high frequencies</li> <li><a href="https://github.com/stm32-rs/stm32f3xx-hal/commit/e47411926c491f7f7edd832d0eb894b16f12ac04"><code>e474119</code></a> Add missing adc channels</li> <li>See full diff in <a href="https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.9.1...v0.9.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=stm32f3xx-hal&package-manager=cargo&previous-version=0.9.1&new-version=0.9.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting ``@dependabot` rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> 105: Bump cortex-m-rtic from 1.1.3 to 1.1.4 in /rtic_v1/stm32f3_blinky r=AfoHT a=dependabot[bot] Bumps [cortex-m-rtic](https://github.com/rtic-rs/cortex-m-rtic) from 1.1.3 to 1.1.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rtic-rs/cortex-m-rtic/blob/master/CHANGELOG.md">cortex-m-rtic's changelog</a>.</em></p> <blockquote> <h2>[v1.1.4] - 2023-02-26</h2> <h3>Added</h3> <ul> <li>CFG: Support #[cfg] on HW task, cleanup for SW tasks</li> <li>CFG: Slightly improved support for #[cfg] on Monotonics</li> <li>CI: Check examples also for thumbv8.{base,main}</li> <li>Allow custom <code>link_section</code> attributes for late resources</li> </ul> <h3>Fixed</h3> <ul> <li>Attempt to handle docs generation enabling <code>deny(missing_docs)</code></li> <li>Book: Editorial review</li> <li>Use native GHA rustup and cargo</li> <li>Distinguish between thumbv8m.base and thumbv8m.main for basepri usage.</li> </ul> <h3>Changed</h3> <ul> <li>Updated dev-dependency cortex-m-semihosting to v0.5</li> <li>CI: Updated to setup-python@v4</li> <li>CI: Updated to checkout@v3</li> <li>Tuned redirect message for rtic.rs/meeting</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/1c5db277e4161470136dbd2a11e914ff1d383581"><code>1c5db27</code></a> Merge <a href="https://github-redirect.dependabot.com/rtic-rs/cortex-m-rtic/issues/698">#698</a></li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/e1a0987dc2cff288a35359db48c3a7ca7e2807dc"><code>e1a0987</code></a> Release: v1.1.4</li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/dbc6964f8851ab9a54b55bd2620d5e1096e30f12"><code>dbc6964</code></a> example: pool: Do not print the addr</li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/d43c2b64cc726ff093d418d45d89226dd76e4e55"><code>d43c2b6</code></a> Merge <a href="https://github-redirect.dependabot.com/rtic-rs/cortex-m-rtic/issues/692">#692</a></li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/a601c6e449e7222dcfe73bc2f2c41c95b99b46d7"><code>a601c6e</code></a> Merge <a href="https://github-redirect.dependabot.com/rtic-rs/cortex-m-rtic/issues/691">#691</a></li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/a5e18cd5294870be824f90bdd1d586586c37a153"><code>a5e18cd</code></a> Merge <a href="https://github-redirect.dependabot.com/rtic-rs/cortex-m-rtic/issues/686">#686</a></li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/04189cc6844d7d43305a57464713defb5a46d85c"><code>04189cc</code></a> Mostly editorial review.</li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/800904a1054639a090ef92e9b1e7c884ea9863e0"><code>800904a</code></a> Handle more cfgs, support cfg on HW/SW tasks</li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/259be7bbf9cfa0ac24c276190515e988d98770b7"><code>259be7b</code></a> Update changelog</li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/022330bfcb4b29bd8e939f2ae3a784c787a6ee95"><code>022330b</code></a> Add example cfg-ing a Monotonic, showing limitations imposed by rtic-syntax</li> <li>Additional commits viewable in <a href="https://github.com/rtic-rs/cortex-m-rtic/compare/v1.1.3...v1.1.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cortex-m-rtic&package-manager=cargo&previous-version=1.1.3&new-version=1.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting ``@dependabot` rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> 106: Bump cortex-m-rtic from 1.1.3 to 1.1.4 in /rtic_v1/nrf52_monotonic r=AfoHT a=dependabot[bot] Bumps [cortex-m-rtic](https://github.com/rtic-rs/cortex-m-rtic) from 1.1.3 to 1.1.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rtic-rs/cortex-m-rtic/blob/master/CHANGELOG.md">cortex-m-rtic's changelog</a>.</em></p> <blockquote> <h2>[v1.1.4] - 2023-02-26</h2> <h3>Added</h3> <ul> <li>CFG: Support #[cfg] on HW task, cleanup for SW tasks</li> <li>CFG: Slightly improved support for #[cfg] on Monotonics</li> <li>CI: Check examples also for thumbv8.{base,main}</li> <li>Allow custom <code>link_section</code> attributes for late resources</li> </ul> <h3>Fixed</h3> <ul> <li>Attempt to handle docs generation enabling <code>deny(missing_docs)</code></li> <li>Book: Editorial review</li> <li>Use native GHA rustup and cargo</li> <li>Distinguish between thumbv8m.base and thumbv8m.main for basepri usage.</li> </ul> <h3>Changed</h3> <ul> <li>Updated dev-dependency cortex-m-semihosting to v0.5</li> <li>CI: Updated to setup-python@v4</li> <li>CI: Updated to checkout@v3</li> <li>Tuned redirect message for rtic.rs/meeting</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/1c5db277e4161470136dbd2a11e914ff1d383581"><code>1c5db27</code></a> Merge <a href="https://github-redirect.dependabot.com/rtic-rs/cortex-m-rtic/issues/698">#698</a></li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/e1a0987dc2cff288a35359db48c3a7ca7e2807dc"><code>e1a0987</code></a> Release: v1.1.4</li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/dbc6964f8851ab9a54b55bd2620d5e1096e30f12"><code>dbc6964</code></a> example: pool: Do not print the addr</li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/d43c2b64cc726ff093d418d45d89226dd76e4e55"><code>d43c2b6</code></a> Merge <a href="https://github-redirect.dependabot.com/rtic-rs/cortex-m-rtic/issues/692">#692</a></li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/a601c6e449e7222dcfe73bc2f2c41c95b99b46d7"><code>a601c6e</code></a> Merge <a href="https://github-redirect.dependabot.com/rtic-rs/cortex-m-rtic/issues/691">#691</a></li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/a5e18cd5294870be824f90bdd1d586586c37a153"><code>a5e18cd</code></a> Merge <a href="https://github-redirect.dependabot.com/rtic-rs/cortex-m-rtic/issues/686">#686</a></li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/04189cc6844d7d43305a57464713defb5a46d85c"><code>04189cc</code></a> Mostly editorial review.</li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/800904a1054639a090ef92e9b1e7c884ea9863e0"><code>800904a</code></a> Handle more cfgs, support cfg on HW/SW tasks</li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/259be7bbf9cfa0ac24c276190515e988d98770b7"><code>259be7b</code></a> Update changelog</li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/022330bfcb4b29bd8e939f2ae3a784c787a6ee95"><code>022330b</code></a> Add example cfg-ing a Monotonic, showing limitations imposed by rtic-syntax</li> <li>Additional commits viewable in <a href="https://github.com/rtic-rs/cortex-m-rtic/compare/v1.1.3...v1.1.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cortex-m-rtic&package-manager=cargo&previous-version=1.1.3&new-version=1.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting ``@dependabot` rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> 107: Bump cortex-m-rtic from 1.1.3 to 1.1.4 in /rtic_v1/rp-pico_local_initilzd_resources r=AfoHT a=dependabot[bot] Bumps [cortex-m-rtic](https://github.com/rtic-rs/cortex-m-rtic) from 1.1.3 to 1.1.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rtic-rs/cortex-m-rtic/blob/master/CHANGELOG.md">cortex-m-rtic's changelog</a>.</em></p> <blockquote> <h2>[v1.1.4] - 2023-02-26</h2> <h3>Added</h3> <ul> <li>CFG: Support #[cfg] on HW task, cleanup for SW tasks</li> <li>CFG: Slightly improved support for #[cfg] on Monotonics</li> <li>CI: Check examples also for thumbv8.{base,main}</li> <li>Allow custom <code>link_section</code> attributes for late resources</li> </ul> <h3>Fixed</h3> <ul> <li>Attempt to handle docs generation enabling <code>deny(missing_docs)</code></li> <li>Book: Editorial review</li> <li>Use native GHA rustup and cargo</li> <li>Distinguish between thumbv8m.base and thumbv8m.main for basepri usage.</li> </ul> <h3>Changed</h3> <ul> <li>Updated dev-dependency cortex-m-semihosting to v0.5</li> <li>CI: Updated to setup-python@v4</li> <li>CI: Updated to checkout@v3</li> <li>Tuned redirect message for rtic.rs/meeting</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/1c5db277e4161470136dbd2a11e914ff1d383581"><code>1c5db27</code></a> Merge <a href="https://github-redirect.dependabot.com/rtic-rs/cortex-m-rtic/issues/698">#698</a></li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/e1a0987dc2cff288a35359db48c3a7ca7e2807dc"><code>e1a0987</code></a> Release: v1.1.4</li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/dbc6964f8851ab9a54b55bd2620d5e1096e30f12"><code>dbc6964</code></a> example: pool: Do not print the addr</li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/d43c2b64cc726ff093d418d45d89226dd76e4e55"><code>d43c2b6</code></a> Merge <a href="https://github-redirect.dependabot.com/rtic-rs/cortex-m-rtic/issues/692">#692</a></li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/a601c6e449e7222dcfe73bc2f2c41c95b99b46d7"><code>a601c6e</code></a> Merge <a href="https://github-redirect.dependabot.com/rtic-rs/cortex-m-rtic/issues/691">#691</a></li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/a5e18cd5294870be824f90bdd1d586586c37a153"><code>a5e18cd</code></a> Merge <a href="https://github-redirect.dependabot.com/rtic-rs/cortex-m-rtic/issues/686">#686</a></li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/04189cc6844d7d43305a57464713defb5a46d85c"><code>04189cc</code></a> Mostly editorial review.</li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/800904a1054639a090ef92e9b1e7c884ea9863e0"><code>800904a</code></a> Handle more cfgs, support cfg on HW/SW tasks</li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/259be7bbf9cfa0ac24c276190515e988d98770b7"><code>259be7b</code></a> Update changelog</li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/022330bfcb4b29bd8e939f2ae3a784c787a6ee95"><code>022330b</code></a> Add example cfg-ing a Monotonic, showing limitations imposed by rtic-syntax</li> <li>Additional commits viewable in <a href="https://github.com/rtic-rs/cortex-m-rtic/compare/v1.1.3...v1.1.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cortex-m-rtic&package-manager=cargo&previous-version=1.1.3&new-version=1.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting ``@dependabot` rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> 108: Bump cortex-m-rtic from 1.1.3 to 1.1.4 in /rtic_v1/stm32f0_hid_mouse r=AfoHT a=dependabot[bot] Bumps [cortex-m-rtic](https://github.com/rtic-rs/cortex-m-rtic) from 1.1.3 to 1.1.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rtic-rs/cortex-m-rtic/blob/master/CHANGELOG.md">cortex-m-rtic's changelog</a>.</em></p> <blockquote> <h2>[v1.1.4] - 2023-02-26</h2> <h3>Added</h3> <ul> <li>CFG: Support #[cfg] on HW task, cleanup for SW tasks</li> <li>CFG: Slightly improved support for #[cfg] on Monotonics</li> <li>CI: Check examples also for thumbv8.{base,main}</li> <li>Allow custom <code>link_section</code> attributes for late resources</li> </ul> <h3>Fixed</h3> <ul> <li>Attempt to handle docs generation enabling <code>deny(missing_docs)</code></li> <li>Book: Editorial review</li> <li>Use native GHA rustup and cargo</li> <li>Distinguish between thumbv8m.base and thumbv8m.main for basepri usage.</li> </ul> <h3>Changed</h3> <ul> <li>Updated dev-dependency cortex-m-semihosting to v0.5</li> <li>CI: Updated to setup-python@v4</li> <li>CI: Updated to checkout@v3</li> <li>Tuned redirect message for rtic.rs/meeting</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/1c5db277e4161470136dbd2a11e914ff1d383581"><code>1c5db27</code></a> Merge <a href="https://github-redirect.dependabot.com/rtic-rs/cortex-m-rtic/issues/698">#698</a></li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/e1a0987dc2cff288a35359db48c3a7ca7e2807dc"><code>e1a0987</code></a> Release: v1.1.4</li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/dbc6964f8851ab9a54b55bd2620d5e1096e30f12"><code>dbc6964</code></a> example: pool: Do not print the addr</li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/d43c2b64cc726ff093d418d45d89226dd76e4e55"><code>d43c2b6</code></a> Merge <a href="https://github-redirect.dependabot.com/rtic-rs/cortex-m-rtic/issues/692">#692</a></li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/a601c6e449e7222dcfe73bc2f2c41c95b99b46d7"><code>a601c6e</code></a> Merge <a href="https://github-redirect.dependabot.com/rtic-rs/cortex-m-rtic/issues/691">#691</a></li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/a5e18cd5294870be824f90bdd1d586586c37a153"><code>a5e18cd</code></a> Merge <a href="https://github-redirect.dependabot.com/rtic-rs/cortex-m-rtic/issues/686">#686</a></li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/04189cc6844d7d43305a57464713defb5a46d85c"><code>04189cc</code></a> Mostly editorial review.</li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/800904a1054639a090ef92e9b1e7c884ea9863e0"><code>800904a</code></a> Handle more cfgs, support cfg on HW/SW tasks</li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/259be7bbf9cfa0ac24c276190515e988d98770b7"><code>259be7b</code></a> Update changelog</li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/022330bfcb4b29bd8e939f2ae3a784c787a6ee95"><code>022330b</code></a> Add example cfg-ing a Monotonic, showing limitations imposed by rtic-syntax</li> <li>Additional commits viewable in <a href="https://github.com/rtic-rs/cortex-m-rtic/compare/v1.1.3...v1.1.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cortex-m-rtic&package-manager=cargo&previous-version=1.1.3&new-version=1.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting ``@dependabot` rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
10 parents b8b66af + 0ab354e + ec08c3d + c45dc32 + a10bc2b + f635cfb + 522726e + de6a316 + de9f58c + 3ed6b5c commit 15d6a22

File tree

16 files changed

+83
-97
lines changed

16 files changed

+83
-97
lines changed

rtic_v0.5/stm32f3_blinky/Cargo.lock

Lines changed: 17 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rtic_v0.5/stm32f3_blinky/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ cortex-m-rtic = { version = "0.5.9", default-features = false, features = ["cort
1414

1515
[dependencies.stm32f3xx-hal]
1616
features = ["stm32f303xc", "rt"]
17-
version = "0.9.1"
17+
version = "0.9.2"
1818

1919
# this lets you use `cargo fix`!
2020
[[bin]]

rtic_v1/nrf52_monotonic/Cargo.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rtic_v1/nrf52_monotonic/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ version = "0.1.0"
99
edition = "2021"
1010

1111
[dependencies]
12-
cortex-m-rtic = "1.0.0"
12+
cortex-m-rtic = "1.1.4"
1313
fugit = "0.3.3"
1414
rtic-monotonic = "1.0.0"
1515
panic-rtt-target = { version = "0.1.2", features = ["cortex-m"] }

rtic_v1/rp-pico_local_initilzd_resources/Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rtic_v1/rp-pico_local_initilzd_resources/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2021"
99
[dependencies]
1010
cortex-m = "0.7"
1111
cortex-m-rt = "0.7"
12-
cortex-m-rtic = "1.0.0"
12+
cortex-m-rtic = "1.1.4"
1313
embedded-hal = { version = "0.2.7", features = ["unproven"] }
1414
fugit = "0.3"
1515
rp-pico = "0.7.0"

rtic_v1/stm32f0_hid_mouse/Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rtic_v1/stm32f0_hid_mouse/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ usbd-hid = "0.6.1"
1111
rtt-target = { version = "0.3.1", features = ["cortex-m"] }
1212
panic-halt = "0.2.0"
1313
cortex-m = "0.7.7"
14-
cortex-m-rtic = "1.0.0"
14+
cortex-m-rtic = "1.1.4"
1515
stm32f0xx-hal = { version = "0.18.0", features = [
1616
"rt",
1717
"stm32f042",

rtic_v1/stm32f1_bluepill_blinky/Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rtic_v1/stm32f1_bluepill_blinky/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ edition = "2021"
1010

1111
[dependencies]
1212
embedded-hal = "0.2.6"
13-
cortex-m-rtic = "1.0.0"
13+
cortex-m-rtic = "1.1.4"
1414
panic-rtt-target = { version = "0.1.2", features = ["cortex-m"] }
1515
rtt-target = { version = "0.3.1", features = ["cortex-m"] }
1616
systick-monotonic = "1.0.0"

0 commit comments

Comments
 (0)