added stm32L0538 discovery board, board test exmaple works

This commit is contained in:
hathach
2019-09-20 13:02:17 +07:00
parent 3440083bfd
commit 80b430fcfc
5 changed files with 742 additions and 0 deletions

View File

@@ -5,6 +5,9 @@ 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))