diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-04-15 22:28:34 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-15 22:28:34 +0000 |
| commit | 6d122c274f9b2948ee902e58574df4057b693ba6 (patch) | |
| tree | bfa0d5a06faa231a386632fd2a7c3b3d14387726 /examples | |
| parent | 76bf3f733dd735296553b9c44640bb8a1575fda7 (diff) | |
| parent | c5119c6318f72a69f1bdfb91e7987dff954d6c1e (diff) | |
Merge pull request #2792 from wagcampbell/wgc/u5-flash-non-secure
Support non-secure flash operations on STM32U5
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/stm32u5/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/stm32u5/Cargo.toml b/examples/stm32u5/Cargo.toml index 03294339d..01320b88d 100644 --- a/examples/stm32u5/Cargo.toml +++ b/examples/stm32u5/Cargo.toml | |||
| @@ -24,5 +24,9 @@ heapless = { version = "0.8", default-features = false } | |||
| 24 | 24 | ||
| 25 | micromath = "2.0.0" | 25 | micromath = "2.0.0" |
| 26 | 26 | ||
| 27 | [features] | ||
| 28 | ## Use secure registers when TrustZone is enabled | ||
| 29 | trustzone-secure = ["embassy-stm32/trustzone-secure"] | ||
| 30 | |||
| 27 | [profile.release] | 31 | [profile.release] |
| 28 | debug = 2 | 32 | debug = 2 |
