Skip to content

Commit

Permalink
Change the Peripherals::steal patch to point to imxrt-rs/master
Browse files Browse the repository at this point in the history
As of imxrt-rs/imxrt-hal#67 and imxrt-rs/imxrt-hal#68 the `ral` workaround
is no longer necessary.

As of imxrt-rs/imxrt-hal#69 `Peripherals::steal` is available on the
master branch.
  • Loading branch information
mitchmindtree committed Jul 1, 2020
1 parent f79b986 commit aa896f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ opt-level = 0
path = "cortex-m-rt-patch"

# Patch `imxrt-hal` so that we may access the `hal::Peripherals::steal`
# constructor. This branch also ensures that we use the `crates.io` instance of
# `imxrt-ral` as the git dependency requires extra code generation steps.
# constructor. This patch should be removed once a new version of
# `imxrt-hal` is published with the new constructor.
[patch.crates-io.imxrt-hal]
git = "https://github.com/mitchmindtree/imxrt-rs"
branch = "proto/rtic-backup"
git = "https://github.com/imxrt-rs/imxrt-rs"
branch = "master"

0 comments on commit aa896f1

Please sign in to comment.