From 2b3e933a71da3e00817b18d0481d3bea382f2949 Mon Sep 17 00:00:00 2001 From: Ian McIntyre Date: Sun, 27 Nov 2022 21:23:56 -0500 Subject: Update to cmrt 0.7.2, and use new features No need for us to set VTOR and the stack pointer anymore. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 3fd0273..588f2c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ device = ["cortex-m-rt/device"] cfg-if = "1.0" [target.'cfg(all(target_arch = "arm", target_os = "none"))'.dependencies] -cortex-m-rt = { version = "=0.7.1" } +cortex-m-rt = { version = "=0.7.2", features = ["set-vtor", "set-sp"] } [target.'cfg(all(target_arch = "arm", target_os = "none"))'.dev-dependencies] board = { path = "board" } -- cgit v1.2.3