From 6a2a4540b1b8fe174f2092f5f15722f2878b4629 Mon Sep 17 00:00:00 2001 From: Felipe Balbi Date: Thu, 11 Dec 2025 14:22:42 -0800 Subject: [MCXA] Switch PAC to crates.io --- embassy-mcxa/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embassy-mcxa/Cargo.toml b/embassy-mcxa/Cargo.toml index 51e4c6f53..76ce59f5a 100644 --- a/embassy-mcxa/Cargo.toml +++ b/embassy-mcxa/Cargo.toml @@ -39,7 +39,7 @@ embedded-hal-nb = { version = "1.0" } embedded-io = "0.6" embedded-io-async = { version = "0.6.1" } heapless = "0.8" -mcxa-pac = { git = "https://github.com/OpenDevicePartnership/mcxa-pac", features = ["rt", "critical-section"], version = "0.1.0", rev = "02bd04a21ef8f8f67f88239ff5df765bb7e60fd8" } +mcxa-pac = { version = "0.1.0", features = ["rt", "critical-section"] } nb = "1.1.0" paste = "1.0.15" maitake-sync = { version = "0.2.2", default-features = false, features = ["critical-section", "no-cache-pad"] } -- cgit