aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorWarren Campbell <[email protected]>2024-04-15 17:32:44 -0400
committerWarren Campbell <[email protected]>2024-04-15 18:02:29 -0400
commitc5119c6318f72a69f1bdfb91e7987dff954d6c1e (patch)
tree25921be8dff704ccf45177895954497f87d002db /examples
parent2fa0bb7d6eaf73dcb589f831b97559f5b81bb9c1 (diff)
Add support for using secure registers
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