mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-01-10 00:44:21 +02:00
cargo: bump nrf52833-hal from 0.17.1 to 0.18.0 in /src/bare-metal/microcontrollers/examples in the minor group (#2098)
Bumps the minor group in /src/bare-metal/microcontrollers/examples with 1 update: [nrf52833-hal](https://github.com/nrf-rs/nrf-hal). Updates `nrf52833-hal` from 0.17.1 to 0.18.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nrf-rs/nrf-hal/blob/master/CHANGELOG.md">nrf52833-hal's changelog</a>.</em></p> <blockquote> <h2>[0.18.0]</h2> <h3>Breaking changes</h3> <ul> <li>Updated <code>nrf-usbd</code> to 0.3.0. (<a href="https://redirect.github.com/nrf-rs/nrf-hal/issues/460">#460</a>)</li> </ul> <h3>New features</h3> <ul> <li>Added support for nRF52805 (<a href="https://redirect.github.com/nrf-rs/nrf-hal/issues/422">#422</a>).</li> <li>Added implementation of RTIC <code>Monotonic</code> for RTC and TIMER, behind new <code>monotonic</code> feature (<a href="https://redirect.github.com/nrf-rs/nrf-hal/issues/427">#427</a>).</li> </ul> <p><a href="https://redirect.github.com/nrf-rs/nrf-hal/issues/422">#422</a>: <a href="https://redirect.github.com/nrf-rs/nrf-hal/pull/422">nrf-rs/nrf-hal#422</a> <a href="https://redirect.github.com/nrf-rs/nrf-hal/issues/427">#427</a>: <a href="https://redirect.github.com/nrf-rs/nrf-hal/pull/427">nrf-rs/nrf-hal#427</a> <a href="https://redirect.github.com/nrf-rs/nrf-hal/issues/460">#460</a>: <a href="https://redirect.github.com/nrf-rs/nrf-hal/pull/440">nrf-rs/nrf-hal#440</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="997d0bd27a
"><code>997d0bd</code></a> Merge pull request <a href="https://redirect.github.com/nrf-rs/nrf-hal/issues/476">#476</a> from nrf-rs/release</li> <li><a href="bb7aef2593
"><code>bb7aef2</code></a> Prepare for 0.18.0 release.</li> <li><a href="090ce0ec9a
"><code>090ce0e</code></a> Merge pull request <a href="https://redirect.github.com/nrf-rs/nrf-hal/issues/427">#427</a> from Kyrne/master</li> <li><a href="4c00992a68
"><code>4c00992</code></a> Use consistent feature name.</li> <li><a href="eb8b34a73c
"><code>eb8b34a</code></a> Merge pull request <a href="https://redirect.github.com/nrf-rs/nrf-hal/issues/477">#477</a> from nrf-rs/buildfix</li> <li><a href="ee11451354
"><code>ee11451</code></a> rename user facing feature to rtic-monotonic</li> <li><a href="c8bf535d7b
"><code>c8bf535</code></a> Correct docs (<a href="https://redirect.github.com/nrf-rs/nrf-hal/issues/18">#18</a>)</li> <li><a href="3c353da5f0
"><code>3c353da</code></a> Monotonic doesn't build on nrf51 or nrf52832 so remove the feature.</li> <li><a href="8eff0e5fc4
"><code>8eff0e5</code></a> Format doc comments and fix typos.</li> <li><a href="bb1bb77b30
"><code>bb1bb77</code></a> Fix feature conditions.</li> <li>Additional commits viewable in <a href="https://github.com/nrf-rs/nrf-hal/compare/v0.17.1...v0.18.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=nrf52833-hal&package-manager=cargo&previous-version=0.17.1&new-version=0.18.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
f337c0f70d
commit
a3f31e795d
94
src/bare-metal/microcontrollers/examples/Cargo.lock
generated
94
src/bare-metal/microcontrollers/examples/Cargo.lock
generated
@ -29,6 +29,12 @@ version = "1.14.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6"
|
||||
|
||||
[[package]]
|
||||
name = "byteorder"
|
||||
version = "1.5.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
||||
|
||||
[[package]]
|
||||
name = "cast"
|
||||
version = "0.3.0"
|
||||
@ -144,6 +150,25 @@ dependencies = [
|
||||
"crunchy",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "hash32"
|
||||
version = "0.3.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
|
||||
dependencies = [
|
||||
"byteorder",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "heapless"
|
||||
version = "0.8.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad"
|
||||
dependencies = [
|
||||
"hash32",
|
||||
"stable_deref_trait",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "microbit-common"
|
||||
version = "0.14.0"
|
||||
@ -151,7 +176,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "37409f40befaa165d8a94255955475337422f5fe2fecaeeeedde170562ee114b"
|
||||
dependencies = [
|
||||
"embedded-hal 1.0.0",
|
||||
"nrf52833-hal",
|
||||
"nrf52833-hal 0.17.1",
|
||||
"tiny-led-matrix",
|
||||
]
|
||||
|
||||
@ -171,7 +196,7 @@ dependencies = [
|
||||
"cortex-m-rt",
|
||||
"embedded-hal 1.0.0",
|
||||
"microbit-v2",
|
||||
"nrf52833-hal",
|
||||
"nrf52833-hal 0.18.0",
|
||||
"nrf52833-pac",
|
||||
"panic-halt",
|
||||
]
|
||||
@ -196,6 +221,27 @@ name = "nrf-hal-common"
|
||||
version = "0.17.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "56fbecd598c7f16e32bd4783447ca023aa7897d4a4c8e70f6b7c5739c81b4ceb"
|
||||
dependencies = [
|
||||
"cast",
|
||||
"cfg-if",
|
||||
"cortex-m",
|
||||
"embedded-dma",
|
||||
"embedded-hal 1.0.0",
|
||||
"embedded-io",
|
||||
"embedded-storage",
|
||||
"fixed",
|
||||
"nb 1.1.0",
|
||||
"nrf-usbd 0.2.0",
|
||||
"nrf52833-pac",
|
||||
"rand_core",
|
||||
"void",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "nrf-hal-common"
|
||||
version = "0.18.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0c134de1f2f0191aed3fc24d3831da8808d1e636b06edf81a5717103095f625d"
|
||||
dependencies = [
|
||||
"cast",
|
||||
"cfg-if",
|
||||
@ -207,7 +253,7 @@ dependencies = [
|
||||
"embedded-storage",
|
||||
"fixed",
|
||||
"nb 1.1.0",
|
||||
"nrf-usbd",
|
||||
"nrf-usbd 0.3.0",
|
||||
"nrf52833-pac",
|
||||
"rand_core",
|
||||
"void",
|
||||
@ -221,7 +267,19 @@ checksum = "66b2907c0b3ec4d264981c1fc5a2321d51c463d5a63d386e573f00e84d5495e6"
|
||||
dependencies = [
|
||||
"cortex-m",
|
||||
"critical-section",
|
||||
"usb-device",
|
||||
"usb-device 0.2.9",
|
||||
"vcell",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "nrf-usbd"
|
||||
version = "0.3.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "aedf862f941154442271ae9914777bd1c93f6d2e0dc9db4cafa160e55ffb9085"
|
||||
dependencies = [
|
||||
"cortex-m",
|
||||
"critical-section",
|
||||
"usb-device 0.3.2",
|
||||
"vcell",
|
||||
]
|
||||
|
||||
@ -231,7 +289,17 @@ version = "0.17.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "10409e4c7a9af33161da0ac7329ea50d94bec24c9184cdec6138fd2bd590bdd3"
|
||||
dependencies = [
|
||||
"nrf-hal-common",
|
||||
"nrf-hal-common 0.17.1",
|
||||
"nrf52833-pac",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "nrf52833-hal"
|
||||
version = "0.18.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "12fab00e54c93792dddaf623a021feaa84933bbad12c3b76f08ea201df91f36c"
|
||||
dependencies = [
|
||||
"nrf-hal-common 0.18.0",
|
||||
"nrf52833-pac",
|
||||
]
|
||||
|
||||
@ -252,6 +320,12 @@ version = "0.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "de96540e0ebde571dc55c73d60ef407c653844e6f9a1e2fdbd40c07b9252d812"
|
||||
|
||||
[[package]]
|
||||
name = "portable-atomic"
|
||||
version = "1.6.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0"
|
||||
|
||||
[[package]]
|
||||
name = "proc-macro2"
|
||||
version = "1.0.67"
|
||||
@ -341,6 +415,16 @@ version = "0.2.9"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1f6cc3adc849b5292b4075fc0d5fdcf2f24866e88e336dd27a8943090a520508"
|
||||
|
||||
[[package]]
|
||||
name = "usb-device"
|
||||
version = "0.3.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "98816b1accafbb09085168b90f27e93d790b4bfa19d883466b5e53315b5f06a6"
|
||||
dependencies = [
|
||||
"heapless",
|
||||
"portable-atomic",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "vcell"
|
||||
version = "0.1.3"
|
||||
|
@ -10,7 +10,7 @@ publish = false
|
||||
cortex-m-rt = "0.7.3"
|
||||
embedded-hal = "1.0.0"
|
||||
microbit-v2 = "0.14.0"
|
||||
nrf52833-hal = "0.17.1"
|
||||
nrf52833-hal = "0.18.0"
|
||||
nrf52833-pac = { version = "0.12.2", features = ["rt"] }
|
||||
panic-halt = "0.2.0"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user