diff options
| author | i509VCB <[email protected]> | 2025-08-14 20:36:40 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-14 20:36:40 +0000 |
| commit | 32f142d58587bb219b6835e1507758b7eb6f28b8 (patch) | |
| tree | a75ab3442f368bdb2020ceee2392a8a04bbb4a6d /examples/mspm0l1306/Cargo.toml | |
| parent | 5bd4722b6018524748dad6343a79adf1a55f1aa9 (diff) | |
| parent | f84eb9a7eb2df85b2d0dc7a934f2568640ef6161 (diff) | |
Merge pull request #4435 from bespsm/mspm0-i2c
MSPM0: Add I2C Controller (blocking & async) + examples for mspm0l1306, mspm0g3507 (tested MCUs)
Diffstat (limited to 'examples/mspm0l1306/Cargo.toml')
| -rw-r--r-- | examples/mspm0l1306/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/mspm0l1306/Cargo.toml b/examples/mspm0l1306/Cargo.toml index 16562f3ee..724ca58a0 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] |
| 21 | debug = 2 | 21 | debug = 2 |
| 22 | |||
| 23 | [profile.dev] | ||
| 24 | debug = 2 | ||
| 25 | opt-level = 2 | ||
