mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
13028b41bf
The correct stack size for all examples and test applications correctly. KERNEL_CONF_STACKSIZE_MAIN is the correct stack size for any thread using printf. Also adapted black lists accordingly.
11 lines
195 B
Makefile
11 lines
195 B
Makefile
APPLICATION = test_queue_fairness
|
|
include ../Makefile.tests_common
|
|
|
|
BOARD_INSUFFICIENT_RAM := mbed_lpc1768
|
|
|
|
USEMODULE += vtimer
|
|
|
|
DISABLE_MODULE += auto_init
|
|
|
|
include $(RIOTBASE)/Makefile.include
|