mbed-os/TESTS/mbedmicro-rtos-mbed/threads
TomoYamanaka 6852fffd49 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.
2018-01-02 15:22:03 +00: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 2018-01-02 15:22:03 +00:00