micropython/stmhal/boards/STM32F769DISC
Damien George aa7de3ff67 stmhal: Move L4/F7 I2C timing constants from mpconfigboard.h to i2c.c.
Such constants are MCU specific so shouldn't be specified in the board
config file (else it leads to too much duplication of code).

This patch also adds I2C timing values for the F767/F769 for 100k, 400k
and 1MHz I2C bus frequencies.
2017-03-31 12:53:56 +11:00
..
mpconfigboard.h stmhal: Move L4/F7 I2C timing constants from mpconfigboard.h to i2c.c. 2017-03-31 12:53:56 +11:00
mpconfigboard.mk
pins.csv
stm32f7xx_hal_conf.h