Skip to content

Commit

Permalink
Add SPI2_SCK pin for stm32f769i-discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
dothanhtrung committed Jan 8, 2024
1 parent 302953f commit d15e7fd
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 @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- 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
- Added SPI2_SCK pin for stm32f769i-discovery

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

Expand Down
1 change: 1 addition & 0 deletions src/spi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,7 @@ impl_instance!(
pins: {
SCK: [
gpio::PA9<Alternate<5>>,
gpio::PA12<Alternate<5>>,
gpio::PB10<Alternate<5>>,
gpio::PB13<Alternate<5>>,
gpio::PD3<Alternate<5>>,
Expand Down

0 comments on commit d15e7fd

Please sign in to comment.