feat add third_party_driver/sdio for hc32f4a0 board

This commit is contained in:
Liu_Weichao
2022-10-18 17:27:30 +08:00
parent 700a07bc84
commit 9802c89fd6
23 changed files with 2586 additions and 42 deletions
@@ -4,4 +4,8 @@ ifeq ($(CONFIG_BSP_USING_UART),y)
SRC_FILES += hc32_ll_usart.c
endif
ifeq ($(CONFIG_BSP_USING_SDIO),y)
SRC_FILES += hc32_ll_sdioc.c
endif
include $(KERNEL_ROOT)/compiler.mk