mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +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
|
USEMODULE += mpu_noexec_ram
|
||||||
|
|
||||||
|
# boards using highlevel_stdio will crash without printing
|
||||||
|
FEATURES_BLACKLIST += highlevel_stdio
|
||||||
|
|
||||||
include $(RIOTBASE)/Makefile.include
|
include $(RIOTBASE)/Makefile.include
|
||||||
|
@ -4,6 +4,9 @@ include ../Makefile.cpu_common
|
|||||||
|
|
||||||
USEMODULE += mpu_stack_guard
|
USEMODULE += mpu_stack_guard
|
||||||
|
|
||||||
|
# boards using highlevel_stdio will crash without printing
|
||||||
|
FEATURES_BLACKLIST += highlevel_stdio
|
||||||
|
|
||||||
include $(RIOTBASE)/Makefile.include
|
include $(RIOTBASE)/Makefile.include
|
||||||
|
|
||||||
ifeq (llvm,$(TOOLCHAIN))
|
ifeq (llvm,$(TOOLCHAIN))
|
||||||
|
Loading…
Reference in New Issue
Block a user