diff options
| author | Warren Campbell <[email protected]> | 2024-04-15 17:32:44 -0400 |
|---|---|---|
| committer | Warren Campbell <[email protected]> | 2024-04-15 18:02:29 -0400 |
| commit | c5119c6318f72a69f1bdfb91e7987dff954d6c1e (patch) | |
| tree | 25921be8dff704ccf45177895954497f87d002db /examples | |
| parent | 2fa0bb7d6eaf73dcb589f831b97559f5b81bb9c1 (diff) | |
Add support for using secure registers
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 |
