aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/i2c.c
AgeCommit message (Expand)Author
2020-12-07stm32: Add support for a board to reserve certain peripherals.Damien George
2020-12-07stm32/i2c: Factor I2C finding code to i2c_find_peripheral function.Damien George
2019-08-16stm32/i2c: Fix generation of restart condition for hw I2C on F0/F7.Damien George
2019-05-21stm32/i2c: Make timeout for hardware I2C configurable.Andrew Leech
2018-06-15stm32/i2c: Fix num_acks calculation in i2c_write for F0 and F7 MCU's.Damien George
2018-05-28stm32: Add support for STM32F0 MCUs.Damien George
2018-05-14stm32/i2c: Add new hardware I2C driver for F4 MCUs.Damien George
2018-05-09stm32/i2c: Make sure stop condition is sent after receiving addr nack.Damien George
2018-04-24stm32/i2c: Add low-level I2C driver for F7 MCUs.Damien George
2018-04-24stm32: Rename i2c.c to pyb_i2c.c.Damien George
2018-04-10stm32/i2c: Fully support peripheral I2C4.Damien George
2018-04-10stm32/i2c: Update HAL macros to use new __HAL_RCC prefix.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-20stm32/i2c: Add H7 I2C timing configurations.iabdalkader
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
2018-02-02stm32/i2c: Allow I2C peripheral state to persist across a soft reset.Damien George
2018-02-02stm32/i2c: Use macros instead of magic numbers for I2C speed grades.liamkinne
2017-12-23stm32/i2c: Support more I2C baudrates for F746, and more F7 MCUs.Damien George
2017-12-23stm32/i2c: Fix bug with I2C4 initialisation.Damien George
2017-12-22stm32: Allow to build a board without any hardware I2C ports defined.Damien George
2017-10-04all: Remove inclusion of internal py header files.Damien George
2017-09-08stm32/i2c: When scanning for I2C devices only do 1 probe per address.Damien George
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George