aboutsummaryrefslogtreecommitdiffstats
path: root/src/stm32/stm32f0_i2c.c
Commit message (Expand)AuthorAgeFilesLines
* stm32: forward i2c errors to i2ccmdTimofey Titovets2024-10-261-13/+23
* i2c: handle errors at i2ccmdsTimofey Titovets2024-10-261-2/+7
* stm32: allow 400Khz in stm32f0_i2c.c (#6694)Timofey Titovets2024-10-091-0/+7
* stm32: Fix i2c clock speeds for chips with a peripheral clock over 48MhzKevin O'Connor2024-09-221-5/+13
* STM32: Check for NACK (#6687)Timofey Titovets2024-09-221-0/+2
* stm32: STM32F031 updates (#6607)Elias Bakken2024-05-251-0/+3
* stm32: Add i2c3 bus to STM32H7 (#6541)FOG_Yamato2024-04-021-0/+3
* stm32: Add i2c3_PC0_PC1 for stm32g0 (#6529)BIGTREETECH2024-03-151-0/+3
* stm32f7: add support for stm32f7 and remram boardFrederic Morin2023-05-071-0/+5
* 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