Skip to content

Commit ef53777

Browse files
committed
remove more added references to feature flags that will not be used. add commentary in Cargo.toml about the 735 config applying to other chips. roll patch version since there is technically a small change to the compile-time configuration (although this should never have an effect since that feature flag did not actually exist)
1 parent 9a9ee6d commit ef53777

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stm32h7xx-hal"
3-
version = "0.14.0"
3+
version = "0.14.1"
44
authors = ["Andrew Straw <strawman@astraw.com>",
55
"Richard Meadows <richard@richard.fish>",
66
"Henrik Böving <hargonix@gmail.com>",
@@ -124,7 +124,7 @@ stm32h747cm7 = ["stm32h7/stm32h747cm7", "device-selected", "revision_v", "rm0399
124124
stm32h7b3 = ["stm32h7/stm32h7b3", "device-selected", "revision_v", "rm0455", "smps"]
125125
stm32h7b0 = ["stm32h7/stm32h7b3", "device-selected", "revision_v", "rm0455", "smps"]
126126
stm32h7a3 = ["stm32h7/stm32h7b3", "device-selected", "revision_v", "rm0455", "smps"]
127-
stm32h735 = ["stm32h7/stm32h735", "device-selected", "revision_v", "rm0468", "smps"]
127+
stm32h735 = ["stm32h7/stm32h735", "device-selected", "revision_v", "rm0468", "smps"] # Also applies to 723,725,730,733
128128
# Flags for examples
129129
log-itm = []
130130
log-rtt = []

src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,6 @@ compile_error!(
7878
stm32h7b0
7979
stm32h7a3
8080
stm32h735
81-
stm32h733
82-
stm32h723
83-
stm32h725
8481
"
8582
);
8683

0 commit comments

Comments
 (0)