aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Munns <[email protected]>2025-12-11 23:07:20 +0000
committerGitHub <[email protected]>2025-12-11 23:07:20 +0000
commit4c5986e6d06f8e7dc421e1c3b3b8793351df1fef (patch)
tree7dcff0f1b5cb345c6d42d6fa11bf1c6e456f7c2a
parent804d71ce97db170f9d5f80797eadef8061b256b2 (diff)
parent6a2a4540b1b8fe174f2092f5f15722f2878b4629 (diff)
Merge pull request #5044 from felipebalbi/mcxa-pac
[MCXA] Switch PAC to crates.io
-rw-r--r--embassy-mcxa/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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" }
39embedded-io = "0.6" 39embedded-io = "0.6"
40embedded-io-async = { version = "0.6.1" } 40embedded-io-async = { version = "0.6.1" }
41heapless = "0.8" 41heapless = "0.8"
42mcxa-pac = { git = "https://github.com/OpenDevicePartnership/mcxa-pac", features = ["rt", "critical-section"], version = "0.1.0", rev = "02bd04a21ef8f8f67f88239ff5df765bb7e60fd8" } 42mcxa-pac = { version = "0.1.0", features = ["rt", "critical-section"] }
43nb = "1.1.0" 43nb = "1.1.0"
44paste = "1.0.15" 44paste = "1.0.15"
45maitake-sync = { version = "0.2.2", default-features = false, features = ["critical-section", "no-cache-pad"] } 45maitake-sync = { version = "0.2.2", default-features = false, features = ["critical-section", "no-cache-pad"] }