diff options
| author | i509VCB <[email protected]> | 2025-03-22 17:52:13 -0500 |
|---|---|---|
| committer | i509VCB <[email protected]> | 2025-03-29 00:21:29 -0500 |
| commit | 91cde689cc0c771ffeb3864eb41e88104d476b47 (patch) | |
| tree | dafaecbf60d85381bb16faee9d5bfdab90c82646 /embassy-mspm0/Cargo.toml | |
| parent | 954d1554d4c04a245adadb5ebd97205d1442635e (diff) | |
mspm0: blocking uart driver
Diffstat (limited to 'embassy-mspm0/Cargo.toml')
| -rw-r--r-- | embassy-mspm0/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-mspm0/Cargo.toml b/embassy-mspm0/Cargo.toml index 28a8e7724..df996ff4b 100644 --- a/embassy-mspm0/Cargo.toml +++ b/embassy-mspm0/Cargo.toml | |||
| @@ -39,6 +39,7 @@ embedded-hal = { version = "1.0" } | |||
| 39 | embedded-hal-async = { version = "1.0" } | 39 | embedded-hal-async = { version = "1.0" } |
| 40 | 40 | ||
| 41 | defmt = { version = "0.3", optional = true } | 41 | defmt = { version = "0.3", optional = true } |
| 42 | fixed = "1.29" | ||
| 42 | log = { version = "0.4.14", optional = true } | 43 | log = { version = "0.4.14", optional = true } |
| 43 | cortex-m-rt = ">=0.6.15,<0.8" | 44 | cortex-m-rt = ">=0.6.15,<0.8" |
| 44 | cortex-m = "0.7.6" | 45 | cortex-m = "0.7.6" |
