aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/i2c.h
AgeCommit message (Expand)Author
2020-12-07stm32/i2c: Factor I2C finding code to i2c_find_peripheral function.Damien George
2019-05-21stm32/i2c: Make timeout for hardware I2C configurable.Andrew Leech
2018-04-24stm32/i2c: Add low-level I2C driver for F7 MCUs.Damien George
2018-04-24stm32: Rename legacy pyb.I2C helper functions to start with pyb_i2c_.Damien George
2018-04-10stm32/i2c: Fully support peripheral I2C4.Damien George
2018-03-07stm32/i2c: On F4 MCUs report the actual I2C SCL frequency.Damien George
2018-02-15stm32: Change header include guards from STMHAL to STM32 to match dir.Damien George
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George