feat add gpio for hc32f4a0 board

This commit is contained in:
Liu_Weichao
2022-12-05 11:23:56 +08:00
parent d0902ca37f
commit dc8244cc5d
7 changed files with 1019 additions and 0 deletions
@@ -4,6 +4,10 @@ ifeq ($(CONFIG_BSP_USING_UART),y)
SRC_DIR += usart
endif
ifeq ($(CONFIG_BSP_USING_GPIO),y)
SRC_DIR += gpio
endif
ifeq ($(CONFIG_BSP_USING_SPI),y)
SRC_DIR += spi
endif