mbed-os/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F437xG
Rob Meades c53fb9dc64 Call i2c_init() before i2c_frequency() (since i2c_frequency() requires the object to be set up) and zero the I2C object before giving it to i2c_init() as i2_init() has to set up a default frequency for its timeouts to work and it will only do this if the hz field in the object was zero to begin with (otherwise you end up with a random but usually very large indeed timeout). 2018-03-01 14:52:42 +00:00
..
TARGET_UBLOX_C030 Call i2c_init() before i2c_frequency() (since i2c_frequency() requires the object to be set up) and zero the I2C object before giving it to i2c_init() as i2_init() has to set up a default frequency for its timeouts to work and it will only do this if the hz field in the object was zero to begin with (otherwise you end up with a random but usually very large indeed timeout). 2018-03-01 14:52:42 +00:00
device STM32F4 Cube v1.19.0 update : ST CMSIS files 2018-02-15 16:33:32 +01:00
objects.h STM32: move can_s definition to common_objects.h 2017-09-05 10:27:21 +02:00