aboutsummaryrefslogtreecommitdiff
path: root/embassy-mcxa/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-mcxa/Cargo.toml')
-rw-r--r--embassy-mcxa/Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/embassy-mcxa/Cargo.toml b/embassy-mcxa/Cargo.toml
index 8ed842aec..51e4c6f53 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 = "e7dfed8740b449b6ac646bab8ac6776a3c099267" } 42mcxa-pac = { git = "https://github.com/OpenDevicePartnership/mcxa-pac", features = ["rt", "critical-section"], version = "0.1.0", rev = "02bd04a21ef8f8f67f88239ff5df765bb7e60fd8" }
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"] }
@@ -48,6 +48,9 @@ maitake-sync = { version = "0.2.2", default-features = false, features = ["criti
48embassy-time = { version = "0.5.0", optional = true } 48embassy-time = { version = "0.5.0", optional = true }
49embassy-time-driver = { version = "0.2.1", optional = true } 49embassy-time-driver = { version = "0.2.1", optional = true }
50 50
51rand-core-06 = { package = "rand_core", version = "0.6" }
52rand-core-09 = { package = "rand_core", version = "0.9" }
53
51[features] 54[features]
52default = ["rt"] 55default = ["rt"]
53 56