diff options
| author | Roi Bachynskyi <[email protected]> | 2025-08-02 20:45:01 +0300 |
|---|---|---|
| committer | Roi Bachynskyi <[email protected]> | 2025-08-12 08:49:49 +0300 |
| commit | f3f819fc37720c1cbe24834df255cae9bfe68eb9 (patch) | |
| tree | 0e953e4129603079fdc2dda8f7a92c0639ced1c8 /embassy-nxp/Cargo.toml | |
| parent | cae93c5a27d596c9371b81c896598ce1a7fdaa83 (diff) | |
feat: lpc55 blocking usart added
Diffstat (limited to 'embassy-nxp/Cargo.toml')
| -rw-r--r-- | embassy-nxp/Cargo.toml | 3 |
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 } | |||
| 24 | embassy-time = { version = "0.4.0", path = "../embassy-time", optional = true } | 24 | embassy-time = { version = "0.4.0", path = "../embassy-time", optional = true } |
| 25 | embassy-time-driver = { version = "0.2", path = "../embassy-time-driver", optional = true } | 25 | embassy-time-driver = { version = "0.2", path = "../embassy-time-driver", optional = true } |
| 26 | embassy-time-queue-utils = { version = "0.2", path = "../embassy-time-queue-utils", optional = true } | 26 | embassy-time-queue-utils = { version = "0.2", path = "../embassy-time-queue-utils", optional = true } |
| 27 | 27 | embedded-io = "0.6.1" | |
| 28 | embedded-hal-02 = { package = "embedded-hal", version = "0.2.6", features = ["unproven"] } | ||
| 28 | ## Chip dependencies | 29 | ## Chip dependencies |
| 29 | lpc55-pac = { version = "0.5.0", optional = true } | 30 | lpc55-pac = { version = "0.5.0", optional = true } |
| 30 | nxp-pac = { version = "0.1.0", optional = true, git = "https://github.com/i509VCB/nxp-pac", rev = "be4dd0936c20d5897364a381b1d95a99514c1e7e" } | 31 | nxp-pac = { version = "0.1.0", optional = true, git = "https://github.com/i509VCB/nxp-pac", rev = "be4dd0936c20d5897364a381b1d95a99514c1e7e" } |
