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:
commit
d2c52746b3
@ -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…
x
Reference in New Issue
Block a user