summaryrefslogtreecommitdiff
path: root/ports/stm32/machine_i2c.c
AgeCommit message (Expand)Author
2019-10-13remove ports/stm32Dan Halbert
2018-05-28stm32: Add support for STM32F0 MCUs.Damien George
2018-05-14stm32/machine_i2c: Use new F4 hardware I2C driver for machine.I2C class.Damien George
2018-04-24stm32/machine_i2c: Provide hardware I2C for machine.I2C on F7 MCUs.Damien George
2018-04-24stm32: Rename legacy pyb.I2C helper functions to start with pyb_i2c_.Damien George
2018-03-28stm32: Change pin_X and pyb_pin_X identifiers to be pointers to objects.Damien George
2018-03-27stm32: Consolidate include of genhdr/pins.h to single location in pin.h.Damien George
2018-03-17stm32: Use STM32xx macros instead of MCU_SERIES_xx to select MCU type.Damien George
2018-03-07stm32/i2c: On F4 MCUs report the actual I2C SCL frequency.Damien George
2017-12-22stm32: Allow to build a board without any hardware I2C ports defined.Damien George
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George