micropython/stmhal/boards/STM32F7DISC
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
..
board_init.c stmhal: Add STM32F7DISC and associated changes. 2015-07-30 00:38:32 +01: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 stmhal: Generate modstm constants per build 2015-08-07 08:46:43 +01:00
pins.csv stmhal/sdcard: Use mp_hal_pin_config function instead of HAL_GPIO_Init. 2016-12-22 14:55:26 +11:00
stm32f7xx_hal_conf.h stmhal/boards/STM32F7DISC: Define LSE_STARTUP_TIMEOUT. 2016-12-07 17:31:21 +11:00