Skip to content

Commit

Permalink
Add a "low pin count" variant of f730
Browse files Browse the repository at this point in the history
The f730 devices don't all have a high-speed PHY, only the 144-pin and
larger packages have it.  Don't force the PHY for all 730 devices.
  • Loading branch information
BryanKadzban authored and eldruin committed Sep 4, 2023
1 parent 1f6ffba commit b497dde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Updated `synopsys-usb-otg` dependency 0.2.3 -> 0.3
- Updated `stm32-fmc` dependency 0.2.0 -> 0.3
- Added Interruptable trait to Alternate mode pins
- Added a "low pin count" variant of the f730 chip to the crate features: packages <144 pins don't include a high speed USB PHY

## [v0.7.0] - 2022-06-05

Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ svd-f7x9 = ["stm32f7/stm32f7x9"]
stm32f722 = ["svd-f7x2", "device-selected"]
stm32f723 = ["svd-f7x3", "device-selected", "usb_hs_phy"]
stm32f730 = ["svd-f730", "device-selected", "usb_hs_phy", "fmc"]
stm32f730-lpc = ["svd-f730", "device-selected", "fmc"]
stm32f732 = ["svd-f7x2", "device-selected"]
stm32f733 = ["svd-f7x3", "device-selected", "usb_hs_phy"]
stm32f745 = ["svd-f745", "device-selected", "gpioj", "gpiok", "fmc"]
Expand Down

0 comments on commit b497dde

Please sign in to comment.