stm32-rs / stm32l4xx-hal

A Hardware abstraction layer for the stm32l432xx series chips written in rust.
157 stars 104 forks source link

Missing I2C3 Peripheral on STM32L476 #111

Closed fnafnio closed 3 years ago

fnafnio commented 4 years ago

I'm working on a STM32L476 which has 3 I2C peripherals, but I2C3 is not implemented by the HAL.

For now I cloned the repo and added it myself, but I would like to create a pull request. How should I go about feature locking so only devices supporting I2C3 can use it?

engstad commented 3 years ago

Fixed in https://github.com/stm32-rs/stm32l4xx-hal/pull/215