aboutsummaryrefslogtreecommitdiffstats
path: root/src/stm32/stm32f0_i2c.c
Commit message (Expand)AuthorAgeFilesLines
* stm32: Enable I2C on stm32h7 (#6130)BIGTREETECH2023-03-271-0/+11
* stm32: Reindent ifdefs in stm32f0_i2c.cKevin O'Connor2023-01-031-56/+55
* stm32: Expand stm32g0 family (#5838)Alex Voinea2023-01-031-22/+33
* stm32g4: implement build,usb,can,i2c,spi,serial,adc.Matt Baker2022-12-021-0/+27
* stm32l4: add stm32l412 support with adc,i2c,spi,usbMatt Baker2022-09-151-8/+21
* stm32: Fix i2c on stm32g0Kevin O'Connor2022-09-111-0/+32
* stm32f0: implement i2c_read endpointMatt Baker2022-09-011-1/+20
* stm32f0: Initial support for i2c on stm32f0Kevin O'Connor2019-11-141-0/+88