Browse Source
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.dev/timer

15 changed files with 38 additions and 34 deletions
@ -1,6 +1,8 @@
|
||||
export APPLICATION = test_vtimer_msg_diff
|
||||
include ../Makefile.tests_common |
||||
|
||||
BOARD_INSUFFICIENT_RAM := mbed_lpc1768
|
||||
|
||||
USEMODULE += vtimer
|
||||
|
||||
include $(RIOTBASE)/Makefile.include |
||||
|
Loading…
Reference in new issue