aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authori509VCB <[email protected]>2025-07-22 16:48:01 +0000
committerGitHub <[email protected]>2025-07-22 16:48:01 +0000
commitbe769ac9a42aa3625b78348d00fe599b4513277f (patch)
tree827e898514332c3f08d64a24f37f80cfa844d38f /examples
parent12fbc65e1aefd637f7b1636533ab1866dc39423d (diff)
parenta1867f0d742f597a25384e4a33209beeec7ec676 (diff)
Merge pull request #4409 from i509VCB/uart-async
mspm0: add buffered uart driver
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