From aa896f1e2613f1759044034a7b4a9cb2d10d7a1b Mon Sep 17 00:00:00 2001 From: mitchmindtree Date: Wed, 1 Jul 2020 22:15:54 +0200 Subject: [PATCH] Change the `Peripherals::steal` patch to point to `imxrt-rs/master` As of imxrt-rs/imxrt-rs#67 and imxrt-rs/imxrt-rs#68 the `ral` workaround is no longer necessary. As of imxrt-rs/imxrt-rs#69 `Peripherals::steal` is available on the master branch. --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0f0022d0..2b2f7d09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"