summaryrefslogtreecommitdiff
path: root/chip/stm32/i2c-stm32f4.c
Commit message (Expand)AuthorAgeFilesLines
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-141-1/+1
* COIL: Rename CONFIG_I2C_CONTROLLERDiana Z2020-11-051-1/+1
* COIL: Rename local i2c variables in stm32f4Diana Z2020-11-051-36/+36
* COIL: Rename CONFIG_BOARD_I2C_ADDR_FLAGSDiana Z2020-11-051-8/+8
* Replace I2C_GET_ADDR with I2C_STRIP_FLAGSYuval Peress2020-11-021-5/+5
* COIL: Rename SLEEP_MASK_I2C_PERIPHERALDiana Z2020-10-311-2/+2
* COIL: Rename CONFIG_HOSTCMD_I2C_ADDR_FLAGSDiana Z2020-10-311-6/+6
* ec: change usage of dummySam Hurst2020-08-051-4/+4
* main: Initialize I2C pretty earlyAlexandru M Stan2019-10-241-2/+1
* chip/stm/i2c-stm32f4: Remove constant conditionalsPatrick Georgi2019-09-101-12/+7
* Remove __7b, __8b and __7bfDenis Brockus2019-07-201-34/+34
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-191-32/+41
* cleanup: Fix common spelling typos in commentsTom Hughes2019-06-191-1/+1
* Fix compilation with coreboot-sdkStefan Reinauer2017-08-041-2/+1
* stm32f4: i2c: process stop condition after slave receiver executedWei-Ning Huang2017-05-231-22/+22
* config: allow increasing i2c host packet buffer size with configWei-Ning Huang2017-05-181-1/+2
* stm32f4: Add stm32f4 I2C slave driverRong Chang2017-05-181-0/+252
* rose: remove dependency between stm32f4 I2C master and slave driversRong Chang2017-04-261-0/+2
* sweetberry: add i2c supportNick Sanders2016-08-211-0/+753