stm32h7-i2c
chooses timing based on SoC model, not board
#242
Labels
stm32
Has specific implications for STM32 processors
The current
configure_timing
routine instm32h7-i2c
assumes that any board with a given SoC model has the same clock configuration.hubris/drv/stm32h7-i2c/src/lib.rs
Line 193 in 7adbded
Knowledge of clocks should probably move out of this crate to the caller, who should decide it based on
target_board
instead.FYI @bcantrill
The text was updated successfully, but these errors were encountered: