aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/machine_i2c.c
AgeCommit message (Expand)Author
2020-12-07stm32/i2c: Factor I2C finding code to i2c_find_peripheral function.Damien George
2020-11-23extmod/machine_i2c: Add init protocol method for generic I2C bindings.Damien George
2020-10-01ports: Support legacy soft I2C/SPI construction via id=-1 arg.Damien George
2020-10-01ports: Add SoftI2C and SoftSPI to machine module where appropriate.Damien George
2020-04-05all: Use MP_ERROR_TEXT for all error messages.Jim Mussared
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2020-02-13py: Add mp_raise_msg_varg helper and use it where appropriate.Damien George
2019-12-27stm32: Fix to build in nanbox mode.Damien George
2019-09-23stm32/machine_i2c: Add ability to specify I2C(4) by name.Chris Liechti
2019-05-21stm32/i2c: Support setting the I2C TIMINGR value via keyword arg.Damien George
2019-05-21stm32/machine_i2c: Simplify ROM initialisation of static HW I2C objects.Damien George
2019-05-21stm32/i2c: Make timeout for hardware I2C configurable.Andrew Leech
2019-05-20stm32/machine_i2c: Update to support new C-level I2C API.Damien George
2019-02-12ports: Convert legacy uppercase macro names to lowercase.Damien George
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