feat add i2c driver for hc32f4a0 board

This commit is contained in:
Liu_Weichao
2022-12-05 11:01:47 +08:00
parent e5bf0cee41
commit d0902ca37f
16 changed files with 587 additions and 12 deletions
@@ -12,6 +12,10 @@ ifeq ($(CONFIG_BSP_USING_SPI),y)
SRC_FILES += hc32_ll_spi.c
endif
ifeq ($(CONFIG_BSP_USING_I2C),y)
SRC_FILES += hc32_ll_i2c.c
endif
ifeq ($(CONFIG_BSP_USING_USB),y)
SRC_FILES += hc32_ll_usb.c
endif