mbed-os/TESTS/mbedmicro-rtos-mbed/threads
TomoYamanaka 4f4b4ddf36 Change the "thread" test main for Cortex-A
In pararell threads of "thread" test is a simple thread, but it seems that there is a difference in the stack used between Cortex-A and Cortex-M.
As a result of check, in Cortex-A, program aborts because of the lack of stack when PARALLEL_THREAD_STACK_SIZE is 384, workes properly when PARALLEL_THREAD_STACK_SIZE is 512 at least.
2017-12-21 14:09:24 +09:00
..
LockGuard.h Adding test frameworks and test sources 2016-07-20 12:41:26 -05:00
SynchronizedIntegral.h Adding test frameworks and test sources 2016-07-20 12:41:26 -05:00
main.cpp Change the "thread" test main for Cortex-A 2017-12-21 14:09:24 +09:00