summaryrefslogtreecommitdiff
path: root/chip/stm32/i2c-stm32l4.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge remote-tracking branch cros/main into factory-brya-14517.B-main"factory-brya-14517.B-mainYH Lin2022-12-051-1/+2
* chip: Sort header filesJeremy Bettis2022-11-291-2/+1
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* util: remove unused includesYuval Peress2022-08-051-0/+1
* chip/stm32/i2c-stm32l4.c: Format with clang-formatJack Rosenthal2022-07-011-35/+34
* COIL: Update I2C terminologyRicardo Quesada2022-02-031-2/+2
* tree: Make DECLARE_IRQ routine staticTom Hughes2021-11-081-1/+1
* stm32: add stm32l431 ec in chip/stm32 : i2cBossen WU2021-07-011-19/+25
* Replace I2C_GET_ADDR with I2C_STRIP_FLAGSYuval Peress2020-11-021-2/+2
* COIL: Rename SLEEP_MASK_I2C_PERIPHERALDiana Z2020-10-311-2/+2
* COIL: Rename CONFIG_HOSTCMD_I2C_ADDR_FLAGSDiana Z2020-10-311-4/+4
* main: Initialize I2C pretty earlyAlexandru M Stan2019-10-241-2/+1
* Remove __7b, __8b and __7bfDenis Brockus2019-07-201-8/+8
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-191-7/+10
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* cts: Add I2C tests for read8/16/32 and write8/16/32Daisuke Nojiri2016-10-051-4/+4
* stm32l4: Add i2c driverDaisuke Nojiri2016-10-051-0/+462