aboutsummaryrefslogtreecommitdiff
path: root/examples/mspm0l1306/Cargo.toml
diff options
context:
space:
mode:
authorSiarhei B <[email protected]>2025-07-21 14:22:32 +0200
committerSiarhei B <[email protected]>2025-08-04 10:19:14 +0200
commitf9753f3d314ca00fb36103fa39b0911d3e3047ba (patch)
treee41d14d422fb902587baaa2a8e1ae1516c22168b /examples/mspm0l1306/Cargo.toml
parent7c640799d66f82f9936f6378cc5dd9856953662e (diff)
mspm0: Add I2C Controller examples for mspm0l1306, mspm0g3507 MCUs
- mspm0l1306 examples: add I2C blocking & async examples - mspm0l1306 examples: add -O2 optimization due to Flash limitations - mspm0g3507 examples: add I2C blocking & async examples
Diffstat (limited to 'examples/mspm0l1306/Cargo.toml')
-rw-r--r--examples/mspm0l1306/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/mspm0l1306/Cargo.toml b/examples/mspm0l1306/Cargo.toml
index 6b1125810..b59c06257 100644
--- a/examples/mspm0l1306/Cargo.toml
+++ b/examples/mspm0l1306/Cargo.toml
@@ -19,3 +19,7 @@ panic-semihosting = "0.6.0"
19 19
20[profile.release] 20[profile.release]
21debug = 2 21debug = 2
22
23[profile.dev]
24debug = 2
25opt-level = 2