aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/pyb_i2c.c
AgeCommit message (Expand)Author
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