Skip to content

Commit 812121c

Browse files
committed
fix: add bank confdiguration doc build features
1 parent ee23412 commit 812121c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

embassy-stm32/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ documentation = "https://docs.embassy.dev/embassy-stm32"
1313
src_base = "https://github.com/embassy-rs/embassy/blob/embassy-stm32-v$VERSION/embassy-stm32/src/"
1414
src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-stm32/src/"
1515

16-
features = ["defmt", "unstable-pac", "exti", "time-driver-any", "time"]
16+
features = ["defmt", "unstable-pac", "exti", "time-driver-any", "time", "single-bank"]
1717
flavors = [
1818
{ regex_feature = "stm32f0.*", target = "thumbv6m-none-eabi" },
1919
{ regex_feature = "stm32f1.*", target = "thumbv7m-none-eabi" },
@@ -38,7 +38,7 @@ flavors = [
3838
]
3939

4040
[package.metadata.docs.rs]
41-
features = ["defmt", "unstable-pac", "exti", "time-driver-any", "time", "stm32h755zi-cm7"]
41+
features = ["defmt", "unstable-pac", "exti", "time-driver-any", "time", "stm32h755zi-cm7", "single-bank"]
4242
rustdoc-args = ["--cfg", "docsrs"]
4343

4444
[dependencies]

0 commit comments

Comments
 (0)