aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/pyb_i2c.c
AgeCommit message (Expand)Author
2020-12-07stm32/i2c: Factor I2C finding code to i2c_find_peripheral function.Damien George
2020-04-13all: Clean up error strings to use lowercase and change cannot to can't.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-05-21stm32/i2c: Support setting the I2C TIMINGR value via keyword arg.Damien George
2019-02-12ports: Convert legacy uppercase macro names to lowercase.Damien George
2018-09-20stm32: Add support for STM32F765xx MCUs.Andrew Leech
2018-09-11stm32/dma: Pass DMA direction as parameter to dma_init not in cfg structDamien George
2018-07-08stm32: Support compiling with object representation D.Damien George
2018-05-14stm32/pyb_i2c: Put pyb.I2C under MICROPY_PY_PYB_LEGACY setting.Damien George
2018-05-04stm32: Don't use %lu or %lx for formatting, use just %u or %x.Damien George
2018-04-24stm32: Rename legacy pyb.I2C helper functions to start with pyb_i2c_.Damien George
2018-04-24stm32: Rename i2c.c to pyb_i2c.c.Damien George