Merge branch 'master' into group-boards-into-family

This commit is contained in:
hathach
2021-01-22 11:17:10 +07:00
58 changed files with 3479 additions and 328 deletions
+5
View File
@@ -54,9 +54,14 @@ CXX = $(CROSS_COMPILE)g++
OBJCOPY = $(CROSS_COMPILE)objcopy
SIZE = $(CROSS_COMPILE)size
MKDIR = mkdir
ifeq ($(CMDEXE),1)
CP = copy
RM = del
else
SED = sed
CP = cp
RM = rm
endif
#-------------- Source files and compiler flags --------------