mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 00:49:45 +01:00
tests/cpu/mpu*: exclude boards using highlevel_stdio
This commit is contained in:
parent
70aa1ec81f
commit
af5e3d142d
@ -4,4 +4,7 @@ include ../Makefile.cpu_common
|
||||
|
||||
USEMODULE += mpu_noexec_ram
|
||||
|
||||
# boards using highlevel_stdio will crash without printing
|
||||
FEATURES_BLACKLIST += highlevel_stdio
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
@ -4,6 +4,9 @@ include ../Makefile.cpu_common
|
||||
|
||||
USEMODULE += mpu_stack_guard
|
||||
|
||||
# boards using highlevel_stdio will crash without printing
|
||||
FEATURES_BLACKLIST += highlevel_stdio
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
ifeq (llvm,$(TOOLCHAIN))
|
||||
|
Loading…
Reference in New Issue
Block a user