aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authori509VCB <[email protected]>2025-07-06 17:35:19 -0500
committeri509VCB <[email protected]>2025-07-22 11:41:47 -0500
commita1867f0d742f597a25384e4a33209beeec7ec676 (patch)
tree1ec06338700bff8b9e54fe410d1e77377fa2114d /examples
parent209b64a80be8047b32d7407ff0d8a4da54236551 (diff)
mspm0: add buffered uart driver
And tests for G3507.
Diffstat (limited to 'examples')
-rw-r--r--examples/mspm0g3507/Cargo.toml2
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"
17panic-probe = { version = "1.0.0", features = ["print-defmt"] } 17panic-probe = { version = "1.0.0", features = ["print-defmt"] }
18panic-semihosting = "0.6.0" 18panic-semihosting = "0.6.0"
19 19
20embedded-io-async = "0.6.1"
21
20[profile.release] 22[profile.release]
21debug = 2 23debug = 2