aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/Cargo.toml
diff options
context:
space:
mode:
authorxoviat <[email protected]>2025-11-05 07:13:15 -0600
committerxoviat <[email protected]>2025-11-05 07:13:15 -0600
commit2f26c3c5f1380535c5fdd74cd39962338ed51204 (patch)
tree8f5e137e832b00f4cca0e80634747ccd4121a7f5 /embassy-stm32/Cargo.toml
parentff42c61dc6c0f870b4022aca52f3c45d992ae735 (diff)
tests: disable rtc for h563 on non-stop
Diffstat (limited to 'embassy-stm32/Cargo.toml')
-rw-r--r--embassy-stm32/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-stm32/Cargo.toml b/embassy-stm32/Cargo.toml
index 7c243b350..7c64c3e17 100644
--- a/embassy-stm32/Cargo.toml
+++ b/embassy-stm32/Cargo.toml
@@ -313,6 +313,7 @@ single-bank = []
313 313
314## internal use only 314## internal use only
315_split-pins-enabled = [] 315_split-pins-enabled = []
316_allow-disable-rtc = []
316 317
317## internal use only 318## internal use only
318_dual-core = [] 319_dual-core = []