aboutsummaryrefslogtreecommitdiff
path: root/embassy-nxp/Cargo.toml
diff options
context:
space:
mode:
authorRoi Bachynskyi <[email protected]>2025-09-15 00:38:23 +0300
committerRoi Bachynskyi <[email protected]>2025-09-25 12:20:10 +0300
commitf3d3b8899358ce8540bf5b2107a71b02ff941213 (patch)
treecd3e8900071ec0896ed88e4cbeca5ed985cf3e8f /embassy-nxp/Cargo.toml
parent56019ba197443e16b4f0b3a0fe3ff85985f6e45c (diff)
lpc55: dma and async usart
Diffstat (limited to 'embassy-nxp/Cargo.toml')
-rw-r--r--embassy-nxp/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-nxp/Cargo.toml b/embassy-nxp/Cargo.toml
index 073fdabe4..f3c828313 100644
--- a/embassy-nxp/Cargo.toml
+++ b/embassy-nxp/Cargo.toml
@@ -29,6 +29,7 @@ cortex-m-rt = "0.7.0"
29critical-section = "1.1.2" 29critical-section = "1.1.2"
30embassy-hal-internal = { version = "0.3.0", path = "../embassy-hal-internal", features = ["cortex-m", "prio-bits-2"] } 30embassy-hal-internal = { version = "0.3.0", path = "../embassy-hal-internal", features = ["cortex-m", "prio-bits-2"] }
31embassy-sync = { version = "0.7.2", path = "../embassy-sync" } 31embassy-sync = { version = "0.7.2", path = "../embassy-sync" }
32embassy-futures = { version = "0.1.2", path = "../embassy-futures"}
32defmt = { version = "1", optional = true } 33defmt = { version = "1", optional = true }
33log = { version = "0.4.27", optional = true } 34log = { version = "0.4.27", optional = true }
34embassy-time = { version = "0.5.0", path = "../embassy-time", optional = true } 35embassy-time = { version = "0.5.0", path = "../embassy-time", optional = true }