diff options
| author | i509VCB <[email protected]> | 2025-07-06 17:35:19 -0500 |
|---|---|---|
| committer | i509VCB <[email protected]> | 2025-07-22 11:41:47 -0500 |
| commit | a1867f0d742f597a25384e4a33209beeec7ec676 (patch) | |
| tree | 1ec06338700bff8b9e54fe410d1e77377fa2114d /examples | |
| parent | 209b64a80be8047b32d7407ff0d8a4da54236551 (diff) | |
mspm0: add buffered uart driver
And tests for G3507.
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 |
