summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-09-20 13:02:17 +0700
committerhathach <[email protected]>2019-09-20 13:02:17 +0700
commit80b430fcfcf4dfe4d397212330e8eaba57a4a87e (patch)
tree3b5ad626a256a58401dcd394fb16d1ca9e381dfe /examples
parent3440083bfd11245936b9d65831713d014a188b74 (diff)
added stm32L0538 discovery board, board test exmaple works
Diffstat (limited to 'examples')
-rw-r--r--examples/device/board_test/Makefile3
1 files changed, 3 insertions, 0 deletions
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))