diff options
| author | James Munns <[email protected]> | 2025-12-11 23:07:20 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-11 23:07:20 +0000 |
| commit | 4c5986e6d06f8e7dc421e1c3b3b8793351df1fef (patch) | |
| tree | 7dcff0f1b5cb345c6d42d6fa11bf1c6e456f7c2a | |
| parent | 804d71ce97db170f9d5f80797eadef8061b256b2 (diff) | |
| parent | 6a2a4540b1b8fe174f2092f5f15722f2878b4629 (diff) | |
Merge pull request #5044 from felipebalbi/mcxa-pac
[MCXA] Switch PAC to crates.io
| -rw-r--r-- | embassy-mcxa/Cargo.toml | 2 |
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" } | |||
| 39 | embedded-io = "0.6" | 39 | embedded-io = "0.6" |
| 40 | embedded-io-async = { version = "0.6.1" } | 40 | embedded-io-async = { version = "0.6.1" } |
| 41 | heapless = "0.8" | 41 | heapless = "0.8" |
| 42 | mcxa-pac = { git = "https://github.com/OpenDevicePartnership/mcxa-pac", features = ["rt", "critical-section"], version = "0.1.0", rev = "02bd04a21ef8f8f67f88239ff5df765bb7e60fd8" } | 42 | mcxa-pac = { version = "0.1.0", features = ["rt", "critical-section"] } |
| 43 | nb = "1.1.0" | 43 | nb = "1.1.0" |
| 44 | paste = "1.0.15" | 44 | paste = "1.0.15" |
| 45 | maitake-sync = { version = "0.2.2", default-features = false, features = ["critical-section", "no-cache-pad"] } | 45 | maitake-sync = { version = "0.2.2", default-features = false, features = ["critical-section", "no-cache-pad"] } |
