diff options
| author | i509VCB <[email protected]> | 2025-07-22 16:48:01 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-22 16:48:01 +0000 |
| commit | be769ac9a42aa3625b78348d00fe599b4513277f (patch) | |
| tree | 827e898514332c3f08d64a24f37f80cfa844d38f /examples | |
| parent | 12fbc65e1aefd637f7b1636533ab1866dc39423d (diff) | |
| parent | a1867f0d742f597a25384e4a33209beeec7ec676 (diff) | |
Merge pull request #4409 from i509VCB/uart-async
mspm0: add buffered uart driver
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/mspm0g3507/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/mspm0g3507/Cargo.toml b/examples/mspm0g3507/Cargo.toml index b6621c9c5..cc40b3109 100644 --- a/examples/mspm0g3507/Cargo.toml +++ b/examples/mspm0g3507/Cargo.toml | |||
| @@ -17,5 +17,7 @@ defmt-rtt = "1.0.0" | |||
| 17 | panic-probe = { version = "1.0.0", features = ["print-defmt"] } | 17 | panic-probe = { version = "1.0.0", features = ["print-defmt"] } |
| 18 | panic-semihosting = "0.6.0" | 18 | panic-semihosting = "0.6.0" |
| 19 | 19 | ||
| 20 | embedded-io-async = "0.6.1" | ||
| 21 | |||
| 20 | [profile.release] | 22 | [profile.release] |
| 21 | debug = 2 | 23 | debug = 2 |
