I2C configurable clockspeed
commit5c7ff1ff94c01e261e41332381a857c6244b1438
authorHans Christian Olaussen <41271048+klutvott123@users.noreply.github.com>
Tue, 30 Mar 2021 21:01:01 +0000 (30 23:01 +0200)
committerHans Christian Olaussen <41271048+klutvott123@users.noreply.github.com>
Mon, 17 May 2021 11:57:44 +0000 (17 13:57 +0200)
treeab030319821c4d6a92cc4302b452a52b186bdabf
parent2a5e457603a94efa0a18df2eb733ccc0ef0b1c1c
I2C configurable clockspeed
17 files changed:
make/mcu/STM32F3.mk
make/mcu/STM32F7.mk
make/mcu/STM32G4.mk
make/mcu/STM32H7.mk
make/source.mk
src/main/cli/settings.c
src/main/drivers/bus_i2c_config.c
src/main/drivers/bus_i2c_hal_init.c
src/main/drivers/bus_i2c_impl.h
src/main/drivers/bus_i2c_stm32f10x.c
src/main/drivers/bus_i2c_stm32f30x.c
src/main/drivers/bus_i2c_timing.c [new file with mode: 0644]
src/main/drivers/bus_i2c_timing.h [copied from src/main/pg/bus_i2c.h with 72% similarity]
src/main/pg/bus_i2c.c
src/main/pg/bus_i2c.h
src/main/target/common_defaults_post.h
src/main/target/common_pre.h