added stm32L0538 discovery board, board test exmaple works
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user