feat: I2C drivers

This commit is contained in:
2026-03-05 17:37:20 +00:00
parent 393128c197
commit 5a7d3a9864
20 changed files with 3836 additions and 8682 deletions

View File

@@ -8,8 +8,6 @@ target_sources(cubemx PRIVATE
stm32f4xx_hal_flash_ex.c
stm32f4xx_hal_flash_ramfunc.c
stm32f4xx_hal_gpio.c
stm32f4xx_hal_i2c.c
stm32f4xx_hal_i2c_ex.c
stm32f4xx_hal_pwr.c
stm32f4xx_hal_pwr_ex.c
stm32f4xx_hal_rcc.c
@@ -17,4 +15,10 @@ target_sources(cubemx PRIVATE
stm32f4xx_hal_tim.c
stm32f4xx_hal_tim_ex.c
stm32f4xx_hal_uart.c
stm32f4xx_ll_dma.c
stm32f4xx_ll_exti.c
stm32f4xx_ll_gpio.c
stm32f4xx_ll_i2c.c
stm32f4xx_ll_rcc.c
stm32f4xx_ll_utils.c
)