From 80b430fcfcf4dfe4d397212330e8eaba57a4a87e Mon Sep 17 00:00:00 2001 From: hathach Date: Fri, 20 Sep 2019 13:02:17 +0700 Subject: added stm32L0538 discovery board, board test exmaple works --- examples/device/board_test/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'examples') diff --git a/examples/device/board_test/Makefile b/examples/device/board_test/Makefile index 5a455078e..e0c6d6ce2 100644 --- a/examples/device/board_test/Makefile +++ b/examples/device/board_test/Makefile @@ -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)) -- cgit v1.3.1