added stm32 L0 support

close #125
This commit is contained in:
hathach
2019-09-20 13:49:33 +07:00
parent 32dcc06429
commit 7b2f8cc73a
5 changed files with 63 additions and 58 deletions

View File

@@ -5,9 +5,6 @@ INC += \
src \
$(TOP)/hw \
# stop on the first build error, which is quite a lot of porting new board
CFLAGS += -Wfatal-errors
# Example source
EXAMPLE_SOURCE += $(wildcard src/*.c)
SRC_C += $(addprefix $(CURRENT_PATH)/, $(EXAMPLE_SOURCE))

View File

@@ -58,6 +58,7 @@ CFLAGS += \
-Wall \
-Werror \
-Werror-implicit-function-declaration \
-Wfatal-errors \
-Wfloat-equal \
-Wundef \
-Wshadow \