2022-02-28 21:57:58 +01:00
|
|
|
BOARD ?= nucleo-f767zi
|
|
|
|
|
2016-10-24 18:19:09 +02:00
|
|
|
include ../Makefile.tests_common
|
|
|
|
|
|
|
|
USEMODULE += mpu_stack_guard
|
|
|
|
|
|
|
|
include $(RIOTBASE)/Makefile.include
|
2018-07-18 14:15:24 +02:00
|
|
|
|
|
|
|
ifeq (llvm,$(TOOLCHAIN))
|
|
|
|
CFLAGS += -Wno-infinite-recursion
|
|
|
|
endif
|