1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-21 15:25:36 +03:00
Commit graph

7 commits

Author SHA1 Message Date
J Blackman
33a96bb5f6
Source file re-arrangement for better separation of MCU types (#12268)
Source file re-arrangement for better spearation of MCU types

- Move STM32 specific files to drivers/stm32
2023-02-01 01:12:34 +01:00
Hans Christian Olaussen
5c7ff1ff94 I2C configurable clockspeed 2021-05-17 13:57:44 +02:00
Hans Christian Olaussen
ea86fe941b Improve I2C_TIMINGR register calculation 2021-03-19 11:42:11 +01:00
jflyper
be3b321d7a [G4] Add I2C pins overloaded with SWD pins 2020-08-25 02:21:54 +09:00
mikeller
37209b4826 Fixed pin ownership checks for I2C. 2020-05-17 12:00:56 +12:00
jflyper
00e57e6049 [G4] I2C support 2020-03-11 19:08:57 +09:00
jflyper
ec2aac314d [I2C] Introduce computational I2C waveform configuration for HAL based MCUs
Tested with
Nucleo-F722ZE I2C1 on PB8,PB9
Nucleo-H743ZI I2C1 on PB8,PB9 and I2C4 on PF14,PF15
2020-03-10 12:11:50 +09:00