1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/core/thread_stack_alignment/Makefile

11 lines
339 B
Makefile

include ../Makefile.core_common
USEMODULE += printf_float
# On ESP* a custom sched_task_exit() is used that does not implement
# test_utils_print_stack_usage yet, which is needed by the test script
# to measure the worst case memory wasting when stacks are unaligned.
FEATURES_BLACKLIST += arch_esp
include $(RIOTBASE)/Makefile.include