-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
stm32: allow 400Khz in stm32f0_i2c.c (#6694) (#408)
* stm32: allow 400Khz in stm32f0_i2c.c (#6694) Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com> * stm32: Reduce peripheral clock speed on stm32g4 chips A 170mhz (or 150mhz) peripheral clock is too fast for some peripherals. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> commit hash: 8b7cc439529d727944589b751bd3a00305976bd0 --------- Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com> Co-authored-by: Timofey Titovets <nefelim4ag@gmail.com>
- Loading branch information
1 parent
d0eff55
commit 583b7e9
Showing
3 changed files
with
25 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters