From 8bc2f0b530f2adde772119da0e42f3e5bf7cfb83 Mon Sep 17 00:00:00 2001 From: Jonathan Pallant Date: Thu, 30 Jan 2025 15:13:51 +0000 Subject: [PATCH] My PR was merged. See https://github.com/google/arm-gic/pull/33 --- cortex-r-examples/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cortex-r-examples/Cargo.toml b/cortex-r-examples/Cargo.toml index af93e2c..05deea2 100644 --- a/cortex-r-examples/Cargo.toml +++ b/cortex-r-examples/Cargo.toml @@ -14,7 +14,7 @@ default-run = "hello" cortex-r = { path = "../cortex-r", features=["critical-section-single-core"] } cortex-r-rt = { path = "../cortex-r-rt" } arm-semihosting = { path = "../arm-semihosting" } -arm-gic = { git = "https://github.com/jonathanpallant/arm-gic.git", rev="90322fe33601021bbbec7a62dc5e853fc925f3fb", optional = true } +arm-gic = { git = "https://github.com/google/arm-gic.git", rev="46a8fc1720f5c28fccf4dfb5953b88dab7012e9c", optional = true } [features] eabi-fpu = ["cortex-r-rt/eabi-fpu"]