aboutsummaryrefslogtreecommitdiff
path: root/embassy-nxp/Cargo.toml
diff options
context:
space:
mode:
authorRoi Bachynskyi <[email protected]>2025-08-02 20:45:01 +0300
committerRoi Bachynskyi <[email protected]>2025-08-12 08:49:49 +0300
commitf3f819fc37720c1cbe24834df255cae9bfe68eb9 (patch)
tree0e953e4129603079fdc2dda8f7a92c0639ced1c8 /embassy-nxp/Cargo.toml
parentcae93c5a27d596c9371b81c896598ce1a7fdaa83 (diff)
feat: lpc55 blocking usart added
Diffstat (limited to 'embassy-nxp/Cargo.toml')
-rw-r--r--embassy-nxp/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/embassy-nxp/Cargo.toml b/embassy-nxp/Cargo.toml
index 9fa48c4b9..cdfaee64d 100644
--- a/embassy-nxp/Cargo.toml
+++ b/embassy-nxp/Cargo.toml
@@ -24,7 +24,8 @@ log = { version = "0.4.27", optional = true }
24embassy-time = { version = "0.4.0", path = "../embassy-time", optional = true } 24embassy-time = { version = "0.4.0", path = "../embassy-time", optional = true }
25embassy-time-driver = { version = "0.2", path = "../embassy-time-driver", optional = true } 25embassy-time-driver = { version = "0.2", path = "../embassy-time-driver", optional = true }
26embassy-time-queue-utils = { version = "0.2", path = "../embassy-time-queue-utils", optional = true } 26embassy-time-queue-utils = { version = "0.2", path = "../embassy-time-queue-utils", optional = true }
27 27embedded-io = "0.6.1"
28embedded-hal-02 = { package = "embedded-hal", version = "0.2.6", features = ["unproven"] }
28## Chip dependencies 29## Chip dependencies
29lpc55-pac = { version = "0.5.0", optional = true } 30lpc55-pac = { version = "0.5.0", optional = true }
30nxp-pac = { version = "0.1.0", optional = true, git = "https://github.com/i509VCB/nxp-pac", rev = "be4dd0936c20d5897364a381b1d95a99514c1e7e" } 31nxp-pac = { version = "0.1.0", optional = true, git = "https://github.com/i509VCB/nxp-pac", rev = "be4dd0936c20d5897364a381b1d95a99514c1e7e" }