Skip to content

Commit fe8d295

Browse files
committed
update compatibility tables to explicitly include the 735 equivalents
1 parent ef53777 commit fe8d295

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/independent_watchdog.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
//! | --- | --- | --- |
1515
//! | stm32H742/743/750/753/7a3/7b0/7b3 | IWDG | - |
1616
//! | stm32h745/747/755/757 | IWDG1 | IWDG2 |
17-
//! | stm32h725/735 | IWDG1 | - |
17+
//! | stm32h723/725/730/733/735 | IWDG1 | - |
1818
//!
1919
//! # Examples
2020
//!

src/pwr.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
//! | stm32h742/743/753/750 | RM0433 | 480MHz [^revv]
6363
//! | stm32h745/747/755/757 | RM0399 | 480MHz
6464
//! | stm32h7a3/7b3/7b0 | RM0455 | VOS0 not supported
65-
//! | stm32h725/735 | RM0468 | 520MHz [^rm0468ecc]
65+
//! | stm32h723/725/730/733/735 | RM0468 | 520MHz [^rm0468ecc]
6666
//!
6767
//! [^revv]: Revision V and later parts only
6868
//!

src/system_watchdog.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
//! | --- | --- | --- |
1313
//! | stm32h742/743/750/753/7a3/7b0/7b3 | WWDG | - |
1414
//! | stm32h745/747/755/757 | WWDG1 | WWDG2 |
15-
//! | stm32h725/735 | WWDG1 | - |
15+
//! | stm32h723/725/730/733/735 | WWDG1 | - |
1616
//!
1717
//! # Examples
1818
//!

src/xspi/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//! | Interface | Parts | # IO lines |
66
//! | --- | --- | --- |
77
//! | Quad Spi | stm32h742/743/750/753/745/747/755/757 | 1-bit, 2-bit or 4-bit |
8-
//! | Octo Spi | stm32h725/735/7a3/7b0/7b3 | 1-bit, 2-bit, 4-bit or 8-bit |
8+
//! | Octo Spi | stm32h723/725/730/733/735/7a3/7b0/7b3 | 1-bit, 2-bit, 4-bit or 8-bit |
99
//!
1010
//! # Usage
1111
//!

0 commit comments

Comments
 (0)