-
- Downloads
applications: set stack size correctly
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.
Showing
- examples/ccn-lite-client/main.c 4 additions, 4 deletionsexamples/ccn-lite-client/main.c
- examples/ccn-lite-relay/main.c 2 additions, 2 deletionsexamples/ccn-lite-relay/main.c
- tests/test_irq/main.c 2 additions, 2 deletionstests/test_irq/main.c
- tests/test_posix_semaphore/Makefile 1 addition, 1 deletiontests/test_posix_semaphore/Makefile
- tests/test_posix_semaphore/main.c 4 additions, 4 deletionstests/test_posix_semaphore/main.c
- tests/test_queue_fairness/Makefile 2 additions, 0 deletionstests/test_queue_fairness/Makefile
- tests/test_queue_fairness/main.c 1 addition, 1 deletiontests/test_queue_fairness/main.c
- tests/test_thread_basic/main.c 1 addition, 1 deletiontests/test_thread_basic/main.c
- tests/test_thread_msg/main.c 6 additions, 6 deletionstests/test_thread_msg/main.c
- tests/test_thread_msg_block_w_queue/main.c 2 additions, 2 deletionstests/test_thread_msg_block_w_queue/main.c
- tests/test_thread_msg_block_wo_queue/main.c 2 additions, 2 deletionstests/test_thread_msg_block_wo_queue/main.c
- tests/test_thread_msg_seq/main.c 6 additions, 6 deletionstests/test_thread_msg_seq/main.c
- tests/test_vtimer_msg/main.c 2 additions, 2 deletionstests/test_vtimer_msg/main.c
- tests/test_vtimer_msg_diff/Makefile 2 additions, 0 deletionstests/test_vtimer_msg_diff/Makefile
- tests/test_vtimer_msg_diff/main.c 1 addition, 1 deletiontests/test_vtimer_msg_diff/main.c
Please register or sign in to comment