aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-04-15 22:28:34 +0000
committerGitHub <[email protected]>2024-04-15 22:28:34 +0000
commit6d122c274f9b2948ee902e58574df4057b693ba6 (patch)
treebfa0d5a06faa231a386632fd2a7c3b3d14387726 /examples
parent76bf3f733dd735296553b9c44640bb8a1575fda7 (diff)
parentc5119c6318f72a69f1bdfb91e7987dff954d6c1e (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.toml4
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
25micromath = "2.0.0" 25micromath = "2.0.0"
26 26
27[features]
28## Use secure registers when TrustZone is enabled
29trustzone-secure = ["embassy-stm32/trustzone-secure"]
30
27[profile.release] 31[profile.release]
28debug = 2 32debug = 2