1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-30 00:41:17 +01:00

Merge pull request #20990 from mguetschow/tests-cpu-mpu

tests/cpu/mpu*: exclude boards using highlevel_stdio
This commit is contained in:
Marian Buschsieweke 2024-11-15 22:46:50 +00:00 committed by GitHub
commit d2c52746b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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))