index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ports
/
stm32
/
i2c.c
Age
Commit message (
Expand
)
Author
2020-12-07
stm32: Add support for a board to reserve certain peripherals.
Damien George
2020-12-07
stm32/i2c: Factor I2C finding code to i2c_find_peripheral function.
Damien George
2019-08-16
stm32/i2c: Fix generation of restart condition for hw I2C on F0/F7.
Damien George
2019-05-21
stm32/i2c: Make timeout for hardware I2C configurable.
Andrew Leech
2018-06-15
stm32/i2c: Fix num_acks calculation in i2c_write for F0 and F7 MCU's.
Damien George
2018-05-28
stm32: Add support for STM32F0 MCUs.
Damien George
2018-05-14
stm32/i2c: Add new hardware I2C driver for F4 MCUs.
Damien George
2018-05-09
stm32/i2c: Make sure stop condition is sent after receiving addr nack.
Damien George
2018-04-24
stm32/i2c: Add low-level I2C driver for F7 MCUs.
Damien George
2018-04-24
stm32: Rename i2c.c to pyb_i2c.c.
Damien George
2018-04-10
stm32/i2c: Fully support peripheral I2C4.
Damien George
2018-04-10
stm32/i2c: Update HAL macros to use new __HAL_RCC prefix.
Damien George
2018-03-28
stm32: Change pin_X and pyb_pin_X identifiers to be pointers to objects.
Damien George
2018-03-27
stm32: Consolidate include of genhdr/pins.h to single location in pin.h.
Damien George
2018-03-20
stm32/i2c: Add H7 I2C timing configurations.
iabdalkader
2018-03-17
stm32: Use STM32xx macros instead of MCU_SERIES_xx to select MCU type.
Damien George
2018-03-07
stm32/i2c: On F4 MCUs report the actual I2C SCL frequency.
Damien George
2018-02-02
stm32/i2c: Allow I2C peripheral state to persist across a soft reset.
Damien George
2018-02-02
stm32/i2c: Use macros instead of magic numbers for I2C speed grades.
liamkinne
2017-12-23
stm32/i2c: Support more I2C baudrates for F746, and more F7 MCUs.
Damien George
2017-12-23
stm32/i2c: Fix bug with I2C4 initialisation.
Damien George
2017-12-22
stm32: Allow to build a board without any hardware I2C ports defined.
Damien George
2017-10-04
all: Remove inclusion of internal py header files.
Damien George
2017-09-08
stm32/i2c: When scanning for I2C devices only do 1 probe per address.
Damien George
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George