-
Notifications
You must be signed in to change notification settings - Fork 22
Commit d07dfc4
98: Bump rp-pico from 0.6.0 to 0.7.0 in /rtic_v1/rp-pico_local_initilzd_resources r=AfoHT a=dependabot[bot]
Bumps [rp-pico](https://github.com/rp-rs/rp-hal-boards) from 0.6.0 to 0.7.0.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/rp-rs/rp-hal-boards/commits">compare view</a></li>
</ul>
</details>
<br />
[](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>
99: Bump cortex-m-rt from 0.7.2 to 0.7.3 in /rtic_v1/rp-pico_local_initilzd_resources r=AfoHT a=dependabot[bot]
Bumps [cortex-m-rt](https://github.com/rust-embedded/cortex-m) from 0.7.2 to 0.7.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/rust-embedded/cortex-m/releases">cortex-m-rt's releases</a>.</em></p>
<blockquote>
<h2>v0.7.3</h2>
<h2>[v0.7.3] - 2021-07-03</h2>
<h3>Fixed</h3>
<ul>
<li>Fixed compilation for native targets on non-x86 host systems (<a href="https://github-redirect.dependabot.com/rust-embedded/cortex-m/issues/336">#336</a>, <a href="https://github-redirect.dependabot.com/rust-embedded/cortex-m/issues/337">#337</a>).</li>
</ul>
<h3>Added</h3>
<ul>
<li>The <code>Delay</code> struct now offers direct <code>delay_us()</code> and <code>delay_ms()</code> methods
without having to go through the embedded-hal traits (<a href="https://github-redirect.dependabot.com/rust-embedded/cortex-m/issues/344">#344</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/rust-embedded/cortex-m/blob/master/CHANGELOG.md">cortex-m-rt's changelog</a>.</em></p>
<blockquote>
<h2>[v0.7.3] - 2021-07-03</h2>
<h3>Fixed</h3>
<ul>
<li>Fixed compilation for native targets on non-x86 host systems (<a href="https://github-redirect.dependabot.com/rust-embedded/cortex-m/issues/336">#336</a>, <a href="https://github-redirect.dependabot.com/rust-embedded/cortex-m/issues/337">#337</a>).</li>
</ul>
<h3>Added</h3>
<ul>
<li>The <code>Delay</code> struct now offers direct <code>delay_us()</code> and <code>delay_ms()</code> methods
without having to go through the embedded-hal traits (<a href="https://github-redirect.dependabot.com/rust-embedded/cortex-m/issues/344">#344</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rust-embedded/cortex-m/commit/45e7ab72661a8823e98e8fba821f2addcea95d3f"><code>45e7ab7</code></a> Merge <a href="https://github-redirect.dependabot.com/rust-embedded/cortex-m/issues/345">#345</a></li>
<li><a href="https://github.com/rust-embedded/cortex-m/commit/1747d44c2aa0fa7744b6af588f9d9bb8b108a349"><code>1747d44</code></a> Prepare for v0.7.3.</li>
<li><a href="https://github.com/rust-embedded/cortex-m/commit/47246ecc06f7a6665885fd19cd14f35fa390ab95"><code>47246ec</code></a> Merge <a href="https://github-redirect.dependabot.com/rust-embedded/cortex-m/issues/344">#344</a></li>
<li><a href="https://github.com/rust-embedded/cortex-m/commit/4a393e091b92d95754fb7c44562767e03d172ba5"><code>4a393e0</code></a> Update src/delay.rs</li>
<li><a href="https://github.com/rust-embedded/cortex-m/commit/81336573bc47ca12e115683cf2823fa397fdcc09"><code>8133657</code></a> Use from instead of as</li>
<li><a href="https://github.com/rust-embedded/cortex-m/commit/7329f5710843ca70f1fc2f0266c11805e98db870"><code>7329f57</code></a> remove inline on delay_us, and made u32 conversion syntax consistent</li>
<li><a href="https://github.com/rust-embedded/cortex-m/commit/d13ebd2015b7a0326934d75fd04df5a4cba1f0a6"><code>d13ebd2</code></a> Use . syntax instead of :: on delay_ms</li>
<li><a href="https://github.com/rust-embedded/cortex-m/commit/1a2b6eaaf65e09688a16e00c4ccd1ad1c9c32a70"><code>1a2b6ea</code></a> Use overflow-workaround on delay_ms</li>
<li><a href="https://github.com/rust-embedded/cortex-m/commit/cf5dbcd90229a33fd6a2cedd3069cf66625d297f"><code>cf5dbcd</code></a> Remove dependence on embedded-hal for Delay</li>
<li><a href="https://github.com/rust-embedded/cortex-m/commit/1a4e09646aa37c3408d69fe4452265f405400593"><code>1a4e096</code></a> Merge <a href="https://github-redirect.dependabot.com/rust-embedded/cortex-m/issues/341">#341</a></li>
<li>Additional commits viewable in <a href="https://github.com/rust-embedded/cortex-m/compare/v0.7.2...v0.7.3">compare view</a></li>
</ul>
</details>
<br />
[](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>
File tree
Expand file treeCollapse file tree
2 files changed
+17
-7
lines changedOpen diff view settings
Filter options
- rtic_v1/rp-pico_local_initilzd_resources
Expand file treeCollapse file tree
2 files changed
+17
-7
lines changedOpen diff view settings
Collapse file
rtic_v1/rp-pico_local_initilzd_resources/Cargo.lock
Copy file name to clipboardExpand all lines: rtic_v1/rp-pico_local_initilzd_resources/Cargo.lock+16-6Lines changed: 16 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file
rtic_v1/rp-pico_local_initilzd_resources/Cargo.toml
Copy file name to clipboardExpand all lines: rtic_v1/rp-pico_local_initilzd_resources/Cargo.toml+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments