diff options
| author | Felipe Balbi <[email protected]> | 2025-12-08 10:16:42 -0800 |
|---|---|---|
| committer | Felipe Balbi <[email protected]> | 2025-12-09 14:47:32 -0800 |
| commit | fee793cbf8a0bdd020636ce433cc0883105dd2db (patch) | |
| tree | ab5cc7da66d3b462a8da58149ed5386e4452e873 /embassy-mcxa/Cargo.toml | |
| parent | cf069b3e4e6a02660893ef8014e4ab69df6d46e0 (diff) | |
MCXA TRNG driver
Diffstat (limited to 'embassy-mcxa/Cargo.toml')
| -rw-r--r-- | embassy-mcxa/Cargo.toml | 5 |
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" } | |||
| 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 = "e7dfed8740b449b6ac646bab8ac6776a3c099267" } | 42 | mcxa-pac = { git = "https://github.com/OpenDevicePartnership/mcxa-pac", features = ["rt", "critical-section"], version = "0.1.0", rev = "02bd04a21ef8f8f67f88239ff5df765bb7e60fd8" } |
| 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"] } |
| @@ -48,6 +48,9 @@ maitake-sync = { version = "0.2.2", default-features = false, features = ["criti | |||
| 48 | embassy-time = { version = "0.5.0", optional = true } | 48 | embassy-time = { version = "0.5.0", optional = true } |
| 49 | embassy-time-driver = { version = "0.2.1", optional = true } | 49 | embassy-time-driver = { version = "0.2.1", optional = true } |
| 50 | 50 | ||
| 51 | rand-core-06 = { package = "rand_core", version = "0.6" } | ||
| 52 | rand-core-09 = { package = "rand_core", version = "0.9" } | ||
| 53 | |||
| 51 | [features] | 54 | [features] |
| 52 | default = ["rt"] | 55 | default = ["rt"] |
| 53 | 56 | ||
