group h743eval and h743nucleo into stm32h7

tested and work well
This commit is contained in:
hathach
2021-03-03 20:07:17 +07:00
parent e1966f8d91
commit 5799c471f1
15 changed files with 339 additions and 996 deletions

View File

@@ -66,13 +66,14 @@ CXX = $(CROSS_COMPILE)g++
OBJCOPY = $(CROSS_COMPILE)objcopy
SIZE = $(CROSS_COMPILE)size
MKDIR = mkdir
ifeq ($(CMDEXE),1)
CP = copy
RM = del
CP = copy
RM = del
else
SED = sed
CP = cp
RM = rm
SED = sed
CP = cp
RM = rm
endif
#-------------- Source files and compiler flags --------------
@@ -81,6 +82,8 @@ endif
SRC_C += hw/bsp/board.c
SRC_C += $(subst $(TOP)/,,$(wildcard $(TOP)/$(BOARD_PATH)/*.c))
INC += $(TOP)/$(FAMILY_PATH)
# Compiler Flags
CFLAGS += \
-ggdb \