feat change edu arm32 board name from hc32f4a0 to edu-arm32

This commit is contained in:
Gitlinkiacu2016
2023-07-27 10:21:37 +08:00
parent 20037285c0
commit 4ed02888a2
255 changed files with 104 additions and 104 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ SRC_DIR := shared
SRC_DIR += cortex-m4
endif
ifeq ($(CONFIG_BOARD_HC32F4A0_EVB),y)
ifeq ($(CONFIG_BOARD_EDU_ARM32_EVB),y)
SRC_DIR := shared
SRC_DIR += cortex-m4
endif
@@ -14,7 +14,7 @@ SRC_FILES += svc_handle.c mpu.c
endif
endif
ifeq ($(CONFIG_BOARD_HC32F4A0_EVB),y)
ifeq ($(CONFIG_BOARD_EDU_ARM32_EVB),y)
SRC_DIR += hc32f4a0
endif