1
0
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:
Mikolai Gütschow 2024-11-14 14:40:11 +01:00
parent 70aa1ec81f
commit af5e3d142d
No known key found for this signature in database
GPG Key ID: 943E2F37AA659AD5
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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))