feat add third_party_driver/spi for hc32f4a0 board, compile OK

This commit is contained in:
Liu_Weichao
2022-10-18 15:03:44 +08:00
parent 37bdc4a33f
commit 700a07bc84
10 changed files with 605 additions and 22 deletions
@@ -4,4 +4,8 @@ ifeq ($(CONFIG_BSP_USING_UART),y)
SRC_DIR += usart
endif
ifeq ($(CONFIG_BSP_USING_SPI),y)
SRC_DIR += spi
endif
include $(KERNEL_ROOT)/compiler.mk